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
How to call transaction in session method without recording?
How can we use multiple transactions by using bdc_insert? : abap bdc
HOW CAN YOU USE A PAGE COUNT IN CALLING A PAGE IN SMARTFORM?
What are the contents in technical specifications?
What is the client concept in sap?
How many primary keys can be created for a table?
Explain what are extracts?
Difference between transparent tables and pooled tables? : abap hr
How to write a code in tab control? : abap bdc
could anyone tell me what r real time questions been asked in interviews?i am in urgent need..thanks in advance
What is a data class? : abap data dictionary
How we format the data before writing a statement in the report?
What are the differences between table and structure in data dictionary?
What are the differences between session method and call transaction method? : abap bdc
What are the different kinds of lock modes?