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
Explain what is the difference between sy-tabix and sy-index? Where it is used?
What is off cycle payroll run
What does an exec sql statement do in abap? What is the disadvantage of using it?
how 2 create the normal form by using functional module
after creating lock object if does n't access record by second user what should we do?
how do you transport lsmw data from one system to another?
I am getting the (first) page number and the remaining records displayed in another list in another page BUT the PAGE Number is not displayed? What is the code/solution?
What is sap luw or update transaction?
How do we assign dynamic views while creating material master and generating bdc? : abap bdc
What are the ways you can do the tuning?
****THANK YOU ALL ABAP EXPERTS**** I got a JOB as ABAP Consultant in Infosys.I cleared the interview.The question posted here are really good.I cleared interview based on this material only.It really works.I thank all members who posted que&ans here. Those who are in search of job in MNC study this question set only you will get sucess. Thanks once again allinterview.com and members of this community. tulika20021@rediffmail.com
What is the function of a domain?
What are the different types of view?
Explain the difference between tables and structures?
What is step-loop? Explain all the steps?