In module pool, when table controls are used the command
that is written in both PBO and PAI is
Answer Posted / pankaj singh
The commands used in the PBO and PAI events of table
control are:
(1) PBO:-
loop at int_tab_nam with control control_nam cursor
control_nam-Top_line.
Endloop.
(2) PAI:-
Loop at int_tab_nam.
endloop.
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
How to determine the attributes of an internal table?
dear friends, do you know how to configure web dynpro and adobe into ECC6.0 IDES?
What are domains and data element? : abap hr
What are the two different ways of building a match code object? : abap data dictionary
Explain about workbench request and customization requests?
1.why dont use top of page. wat is the use? 2. wat is sub screen? 3. why u select the session method in bdc ? how many records wil be updated on that time? 4.why dont use start form in script? 5.wat is difference b/w dilldown and interactive report? 6. wat is pf status interactine report?
Table events aNd table maintains generation
What is the function of a domain?
A field-groups statement or an insert statement reverses storage space and transfers values. State true or false. : abap modularization
What is the disadvantage of using exec sql statement in abap?
In the MM module for finding out the standard cost what is the view one has to look at?
What is an abap/4 query? : abap hr
In ALV reporting when u execute your report which event gets triggered.
How do you process errors in session method ? : abap bdc
Explain the difference between a dialog program and a report?