Which one of the following statements would occur in the
PBO of a dialog program using table control?
a) module user_command.
b) set screen '0100'.
c) loop at itab.
d) loop at itab with control itab_tc.
Answers were Sorted based on User's Feedback
Answer / kubera
Ans) Set Screen '0100', and Loop at itab with Control itab_tc
Is This Answer Correct ? | 4 Yes | 0 No |
Find the scenario and give the result: a, b, c are employees, where a, b will get basic, hra, da. C gets basic and da. How to group for the allowances? : sap abap hr
what are the two methods of modifying sap standard tables? : abap data dictionary
Commonly used tables in MM and SD?
How you prepare documentation?
If there are 100 records...explain the BDC session method step by step how you gonna do ?
What do you do with errors in BDC batch sessions?
how to debug the program based on the user
Please List ALL Events in Interactive Report & Classical Report in CORRECT ORDER.
How do you handle Table Maintenance Generator ?
why are we using events in reports than control break statements?
What is the SD Flow in SAP.Can you explain with Transaction codes...
how to transfor the data from flat file to bdc plz send the steps as well as example