Tuesday, 29 December 2015

SAP ABAP Interview Questions & Answers for Freshers

1)      What is SAP ABAP?
Ans: ABAP (Advanced Whsiness Application Programming) is a high level programming language created by the German software company SAP. It is currently positioned as the language for programming SAP's Web Application Server, part of its NetWeaver platform for building business applications. Its syntax is somewhat similar to COBOL.

2) What is SAP ABAP Data Dictionary?
Ans: To describe the logical structures of the objects that are used in application development ABAP 4 data dictionary is used.  It is also used to show the underlying relational database in tables.

Monads in Scala

Monads belongs to Advance Scala   concepts. It  is not a class or a trait; it is a concept. It is an object which covers other object. A Mon...