In a report there is a basic list and 20 secondary lists. I
have written Initialisation event and Top-OF-PAGE event in
all of them. So how many times Initialisation and
TOP-OF-PAGE event triggers?
Answers were Sorted based on User's Feedback
Answer / krishna kishore adusumalli
yes you are correct but let me allow for small modification in your answer ...
INITIALIZATION event triggers only one time throughout your Report and Top-of-page event is triggered based on your Basic list pages .
means if your Basic list contains 20 pages TOP-OF-PAGE event get triggers 20 times.
Is This Answer Correct ? | 9 Yes | 0 No |
Answer / abaprajaram
So for each List display Top-of-page will be triggered
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kkr
On detail lists, the system does not display a standard page header and it does not trigger the event TOP-OF-PAGE. To create page headers for detail list, you must use a different TOP-OF-PAGE event:
TOP-OF-PAGE DURING LINE-SELECTION.
WE CANT USE INITIALIZATION EVENT IN DETAIL LIST.
Is This Answer Correct ? | 0 Yes | 0 No |
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?
do 4 times. sy-tabix,sy-index. end do. what is the output ?
n an internal table you want to modify content of a particular field in a row. How to do it?
What do you mean by pooled tables in sap abap? Also explain what do you mean by table pool? : abap data dictionary
what is the use of CTU_PARAMS hwen we r working with BDC?
Explain how do you use structures in the abap programs?
How can I make a differentiation between dependent and independent data? : abap hr
Explain how do you get output from idoc?
What two statements are required in an abap program to output an icon using a written statement?
can u call sub screen with in a sub screen? if so, then explain the flow of PBO and PAI between 2 sub screens.
Does every abap/4 have a modular structure?
Do we have to migrate all sapscript forms to smart forms?