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?
Answer Posted / 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 |
Post New Answer View All Answers
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subarc after perform?
Explain what are extracts?
How are BAPI different from normal function modules?
What are the events in abap/4 language? : abap hr
when do you need to create an internal table with header line ? and with out a header line?
HOW TO TRANSFER VENDOR MASTER DATA FROM LEGACY SYSTEM TO SAP SYSTEM THRU LSMW (IN LSMW, USING DIRECT INPUT PROGRAM:RFBIKR00)
What are the events used for logical database?
What is the difference between commit-work and rollback-work tasks?
What is the significance of delivery class?
What is the difference between Exit and Stop?
stock transfer from one plant to another plant ? i want the total description.
What are the different abap/4 editors?
What is a batch input session? : abap hr
What is the use of dequeue function module? : sap abap data dictionary
What is singleton pattern in OOPS?