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
How is conversion of data types done between abap/4 & db layer? : abap data dictionary
A subroutine can contain nested form and endform blocks. State true or false. : abap modularization
What are the two ways for restricting the value range for a domain? : abap data dictionary
What is is a match code? : abap data dictionary
How do you move on to the next screen in interactive reporting?
What are the differences between the table and the structure in the data dictionary in the sap abap?
What is get cursor field?
What is For-period and In-period
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
What are the function of the transport system and workbench organiser? : abap data dictionary
How can I make a differentiation between dependent and independent data? : abap hr
Explain enhancements
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?
What is the use of a pretty printer?
What is at exit-command:?