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
What are internal tables? How do you get the number of lines in an internal table?
Does every abap/4 have a modular structure? : abap modularization
Give 3 scenario of reporting due to which you require reporting help of ABAP consultant?
What is the procedure you followed to upload the data?
why particularly lock object name starts with EZ OR EY?
How can we upload a text file having delimiters in to legacy system? : abap bdc
Can a constructor be declared private? If yes then in which scenario?
What are the data classes in abap?
PROGRAM TO CREATE INQUIRY IN SD USING BAPI 'BAPI_INQUIRY_CREATEFROMDATA'
Can you define a field without a data element?
What are two methods of modifying sap standard tables? : abap data dictionary
what is code to upload cost centers through call trans. and procedure
What are the differences between a database index and a match code? : abap data dictionary
how to use table control?if suppose i have 6 records and i want more 4 records in sequence.How to handle this scenario?
What are the 3 methods that we use in sequence in a batch input session method? : abap bdc