In module pool, when table controls are used the command
that is written in both PBO and PAI is
Answer Posted / dhivya
controls mytab1 type tableview using screen '4000'.
PBO:
loop at it1 with control mytaB1
endloop.
PAI:
loop at it1
endloop.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What are the differences between transparent tables, pooled tables & cluster tables? : abap data dictionary
Explain the advantages of abap query tool?
What is the table buffer?
What is the difference between a structure and a table?
What is get cursor field?
What is an on”*-input filed” statement?
What is the modification assistant?
what is the exact code that shoud be implimented in sap note
In the abap/4 dictionary tables can be defined independent of the underlying database (t/f). : abap data dictionary
What are the update types possible? : abap data dictionary
On which even we can validate the input fields in module progams?
What is web dynpro for abap?
What are internal tables? How do you get the number of lines in an internal table? How to use a specific number occurs statement?
In sap script how to print bar code in vertical manner
Does the table can have multiple foreign keys?