In module pool, when table controls are used the command
that is written in both PBO and PAI is
Answer Posted / sandeep nigam
DATA: TBL_CTRL type tableview using screen <screen No.>.
PBO:
LOOP with control TBL_CTRL.
endloop.
PAI:
LOOP with control TBL_CTRL.
endloop.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What are ranges?
The commands through which an abap/4 module can “branch to “ or “call” the next screen are?
What are the buffering options in abap?
What is narrow casting and wide casting?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization
What do you mean by transparent tables in sap abap? : abap data dictionary
What is the difference between field-group header and other field groups?
What will happen when we use single buffered selected?
While sorting field groups we cannot use more than one key field. State true or false. : abap modularization
What is the difference between scrolling a table horizontally and vertically?
In selection screen, I have three fields, plant material number and material group. If I input plant how do I get the material number and material group based on plantdynamically?
Do we create table fields with out data elements and domains?
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
How to transfer the objects? Have to transferred any objects?
when do you need to create an internal table with header line ? and with out a header line?