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 many structures can be created in a Ztable ?
1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?
What are the different types of data dictionary objects? : abap data dictionary
What are the three components of a work process?
Explain how data is stored in cluster table?
What is dialog module?
What are the system fields?
What is full form of bdc session? : abap bdc
What are the domains and data elements?
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization
How can we upload a text file having delimiters in to legacy system? : abap bdc
Explain different types of locks?
IN SCRIPTS IF WE HAVE EMPTY SECOND LAYOUT AND IF WE HAVE MENTIONED ABOUT IT IN NEXT PAGE ATTRIBUTE THEN IN OUTPUT HOW WE GET THE SECOND PAGE OUTPUT.
What are subroutines? : abap modularization
What are the two ways for restricting the value range for a domain? : abap data dictionary