Can you give the Example for the structure of an ABAP program?
REPORT...
NODES: SPFLI, SFLIGHT.
DATA:...
INITIALIZATION.
AT SELECTION-SCREEN.
START-OF-SELECTION.
GET SPFLI...
GET SFLIGHT...
GET SPFLI LATE.
END-OF-SELECTION.
FORM...
ENDFORM.
How can u call a Report from a module pool program?
what will happen if you don't give occurs clause while creating an internal table?
Can we use CALL SCREEN in RFC?
How do you find the menu path for a given transaction in SAP?
How to creat transactions? : abap data dictionary
What are the functional areas? User groups?
Can we reuse a userexit?
Name the abap/4 modularization techniques?
what is bdc?
How do you read files from the presentation server ? : abap bdc
Suppose there is check box along with the rows. The requirement is, select the require check boxes and press a used defined button to save all these checked row data to another table. How can you do it?
When a function module is activated syntax checking is performed automatically. State yes or no. : abap modularization