SAP Interview Questions
1. SAP ABAP Interview Questions
2 SAP BASIS Interview Questions
3. SAP HR Interview Questions
4. SAP SD Interview Questions
5. SAP MM Interview Questions
6. SAP BIW Interview Questions
7. SAP CRM Interview Questions
8. SAP PP Interview Questions
9. Netweaver XI Interview Questions
1. Netweaver MDM Interview Questions
1. IS-Retail Interview Questions
2. Solution Manager Interview Questions
If you are looking for other types of training, check out the training-classes.com directory of
accounting and finance training seminars
|
| Most Frequently Asked Questions
1) What is the meaning of ABAP/4 editor integrated with ABAP/4 Data dictionary?
Ans: the Graphical programming environment. We can write ABAP/4 code, control access to objects under development, create new or access predefined database information.
2) What are the events in ABAP/4 language?
Ans: Interactive reports - At line selection – At user-command – At PF-status
Classical reports - Top of page – end of page – start of selection – end of selection.
3) What is an interactive report? What is the obvious different of such report compared with HTML type report?
Ans : Features – Screen oriented – short basic lists – compressed data in basic list
Detailed information in secondary lists or windows.
4) What is drill down report?
Ans: A list which you create by selecting on characteristic value of a report and which contains detailed information about that value.
5) How do you write a function module in SAP? Describe.
Ans : using function < fname> function library : parameters , importing changing tables exporting
…. Exceptions.
End function
6) What are the exceptions in a function module?
Ans: error situations that can occur within function modules EXCEPTION - return codes.
7) What is a function group?
Ans : A function group is the main program for the function modules it contains. Functions that use the same data are normally assigned to the same function group.
PREV
NEXT>>
|