Dear ABAPers, This post gives the list of Interview questions on SAP ABAP. The list includes the real time interview questions asked by the top MNC companies in their interviews. For more details refer this post. SAP Interview Questions.
Dear ABAPers, This post gives the list of Interview questions on SAP ABAP. The list includes the real time interview questions asked by the top MNC companies in their interviews. For more details refer this post. SAP Interview Questions 12.
Dear ABAPers, This post gives the list of Interview questions on SAP ABAP. The list includes the real time interview questions asked by the top MNC companies in their interviews. For more details refer this post. SAP Interview Questions 12.
Dear ABAPers, This post gives the list of Interview questions on SAP ABAP. The list includes the real time interview questions asked by the top MNC companies in their interviews. For more details refer this post. SAP Interview Questions 11.
Dear ABAPers, This post gives the list of Interview questions on SAP ABAP. The list includes the real time interview questions asked by the top MNC companies in their interviews. For more details refer this post. SAP Interview Questions 10.
Dear ABAPers, This post gives the list of Interview questions on SAP ABAP. The list includes the real time interview questions asked by the top MNC companies in their interviews. For more details refer this post. SAP Interview Questions 9.
Dear ABAPers, This post gives the list of Interview questions on SAP ABAP. The list includes the real time interview questions asked by the top MNC companies in their interviews. For more details refer this post. SAP Interview Questions 8 .
Dear ABAPers, This post gives the list of Interview questions on SAP ABAP. The list includes the real time interview questions asked by the top MNC companies in their interviews. For more details refer this post. SAP Interview Questions 7.
Dear ABAPers, This post gives the list of Interview questions on SAP ABAP. The list includes the real time interview questions asked by the top MNC companies in their interviews. For more details refer this post. SAP Interview Questions 6.
Dear ABAPers, This post gives the list of Interview questions on SAP ABAP. The list includes the real time interview questions asked by the top MNC companies in their interviews. For more details refer this post. SAP Interview Questions 5.
Dear ABAPers, This post
gives the list of Interview questions on SAP ABAP. The list includes the real
time interview questions asked by the top MNC companies in their interviews.
For more details refer this post. SAP Interview Questions 4.
Dear ABAPers, This post
gives the list of Interview questions on SAP ABAP. The list includes the real
time interview questions asked by the top MNC companies in their interviews.
For more details refer this post. SAP Interview Questions 3.
Dear ABAPers, This post
gives the list of Interview questions on SAP ABAP. The list includes the real
time interview questions asked by the top MNC companies in their interviews.
For more details refer this post SAP Interview Questions 2.
Dear ABAPers, This post gives the list of Interview questions on SAP ABAP. The list includes the real time interview questions asked by the top MNC'S in their interviews. For more details refer this post.
SAP Lock Objects are used to lock the table data which is accessed by the multiple users. It is used to synchronize the user request.The objects which synchronizes simultaneous access of several users to the samedata records with lock mechanism.
•Lock objects name starts with EY or EZ.
•Every lock object when activated creates two function modules:
SAP Search Helps are used to provide F4 functionality for a field to select list of the possible values from a list. When ever user clicks on F4 button if there is any Search helps for that field it will display corresponding values for the filed from the list.It is a input help (F4 help), a standard function of R/3 system.
Used to display possible input values for a field in screen template and are
Data Dictionary it is a central repository, where we can define and maintain the objects which are related to database. Here we can create, update, delete the objects which are related to data base. SE11 is the TCODE for data dictionary. It is a utility for defining data objects.
A development class groups objects that are logically related. A development
class is a type of development object. It is called as Package in 4.7 and later versions. Development class or Package can be created in SE21 or SE80 Tcode. Development class/Package is a collection of custom objects which are developed by the ABAPers.
Work Processors are responsible to process the work in SAP server depending up on the user request. Here Dialog work Processor is responsible to give the user requested screen there should be 5 or 6 Dialog work processors are available. Update work processor is responsible for update the data in the data base there should be only one Update work processor is available. The other processors like Background, Spool, Enque, Message, Gateway processors are also available for doing their corresponding work depending up on the user request.