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.
Answer Posted / kubera
Ans) Set Screen '0100', and Loop at itab with Control itab_tc
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is difference between dialog program and a report?
What are the different kinds of lock modes?
Name a few data dictionary objects? : abap data dictionary
visibility section for class level and attributes level
How can we declare a table control in the abap/4 program?
What are the differences between structure and table in data dictionary in abap? : sap abap data dictionary
Differentiate between ooabap and abap?
How does the interection between the dynpro and the abap/4 modules takes place?
What are the uses of table pool or table cluster.
What is modularization and its benefits?
Difference between Field groups and internal tables?
What are lock objects?
What are datasets in abap?
Explain how to Handle the internal tables in ABAP?
Explain badi in abap.