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
Persistent class
Name some data dictionary objects?
Explain the use of table maintenance allowed?
How would you suppress the display of a parameter on the selection screen?
How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?
What is internal payroll process? : sap abap hr
Explain what are extracts?
What does an exec sql statement do in abap? What is the disadvantage of using it?
What is an “on input filed” statements?
What is a fall back class?
did u done enhancement framework?how u implemented?
How many types of views are there ?
What is a size category?
What is the difference between data elements and domains?
1. what is IDOC monitoring ? what is the tcode used for idoc monitoring ? 2 . what is change pointer in ale ?