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 / mishra
loop at itab with control itab_tc.
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
What is an authorization in sap?
How do you differentiate tax for different countries? : sap abap hr
What is the difference between a substructure and an append structure?
Explain the sequences of event block?
What is modularization and its benefits?
What are pooled tables? : abap data dictionary
What are the basic object types? : sap abap hr
How move-corresponding works
How to create user interfaces for lists?
when are objects are passed from task to the change request?
We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???
What is the max no of match code id's that can be defined for one match code object? : abap data dictionary
What is view? Different types of view.
What are the modes in which any update tasks work?
Can we call reports and transactions from interactive reporting lists?