what exact functionality of the END-OF-SELECTION event?
and in a report im using the END-OF-PAGE and
END-OF-SELECTION events which one will triggers first?
Answer Posted / prasanthi
END-OF-SELECTION is the last of the events called by the runtime environment to occur. It is triggered after all of the data from the logical database, and before the list process is started.END-OF-SELECTION occurs only once and its a Runtime event.
END-OF-PAGE is an Output Event used for page footers.
This event is triggered when the system encounters insufficient space on the current output page.
The LINE-COUNT statement within the REPORT statement specifies the size of the page area.
If a LINE-COUNT is not explicitly coded, the END-OF-PAGE event block will not be processed.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
When the get cursor command used in interactive lists?
Do we create table fields with out data elements and domains?
Define alv programming in abap?
Fallback class
Can you print decimals in type n?
What are the update types possible? : abap data dictionary
What is the advantage of structures?
How are the date abd time field values stored in sap?
Can we access static attribute from instance method
how to use table control?if suppose i have 6 records and i want more 4 records in sequence.How to handle this scenario?
Explain get cursor field?
Difference between Insert, Update and Modify?
What is view proxy in abap?
What is a subscreen? How can we use a subscreen?
What are the different database integrities?