In module pool, when table controls are used the command
that is written in both PBO and PAI is
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / venu
the declaration part is done in PAI and it is called for
display in PBO part
Is This Answer Correct ? | 2 Yes | 4 No |
what is diffrence subroutine in report and subroutine in script.....
In the performance standards we have SE30 for Run time analysis where it will show the system count,abap count,data base count if it is more than means then what we will do let us take my abap count will be some 30% and data base will be 60% and system count 50% now what i want to do
foreign key enforcement?
When would you use a BAPI rather than an IDOC
What is primary index?
How you will send mail from one SAP system to other SAP system?
What do you do with errors in BDC batch sessions?
What are conversion & interface programs in sap?
what is long text?
What is the step by step process to create a table in data dictionary?
Have you set up a back ground job? How to create a background job without a variant ? : abap bdc
what is user specific parameter?