What is screen flow logic? What are the selections in it? Explain PAI and PBO?
PBO : This event is triggered b4 the screen is displayed. PAI : This is responsible for processing of screen after the user enters the data and clicks the pushbutton.
POV : This is triggered when the user clicks the F4 function key. List of possible values are displayed using this.
POH : This is triggered when the user clicks the F1 function key. Own help is displayed using this.
What should be the approach for writing a BDC program?
What is batch input session?
What are the problems in processing batch input sessions? How is batch input process different from processing on line?
Can a transparent table exist in data dictionary but not in the database physically?
What are the domains and data elements?
Types of locking?
What is a check table and what is a value table?
What is a View?
Difference between Structure and Table?
Difference between Subroutines and Function Modules?
Functions are stored in central library and have global presence while subroutines are confined to particular program.
Functions can return values while subroutines cannot return values. Functions can handle exceptions while subroutines cannot.
Different ways of passing data to a subroutine?
Parameters are passed to the form in 3 ways.
By Value:
Changes made to the formal parameter have no effect to the actual parameter
By Reference: (Default)
Changes made to the formal parameter reflects in the actual parameter while in the form itself
By value and Return:
Changes made to the formal parameter reflects in the actual parameter only after returning from the form
Modes in Sequential files?
Difference between Local files and Sequential files?
Chain and Endchain in Transactions?
What are logical databases? What are the advantages/disadvantages of logical databases?
Advantages
Disadvantages Fast in case of lesser no. of tables But if the table is in the lowest level of hierarchy, all upper level tables should be read so performance is slower.
What is sap script and layout set?
What are different ABAP/4 Editors? What are the differences?
What are user exits? What is involved in writing them?
Should find the customer enhancements belonging to particular development class.
What are field symbols and field groups? Have you used “component idx of structure” clause with fields groups?
Differences between SAP and ABAP memory?
What is the typical structure of an ABAP/4 program?