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
What are screen painter? Menu painter? Gui status?
What are the payroll related infotypes? : abap hr
What is payroll area
What are the basic objects of the data dictionary? : abap data dictionary
Update function modules are classified as either v1 or v2. Which type of update is performed first and in what mode (asynchronously, synchronously or locally) can each type be processed in?
Explain what is sap script? What is the purpose of sap script?
How to create a check box/option button in a list?
Why grouping of fields is required? What is the max no of modification groups for each field?
To find the date difference & excude saturday & sunday in between them
What is the use of table control in bdc is it same in module pool table control? : abap bdc
WHY CLUSTER TABLE CALLED AS CLUSTER TABLE.
Can a transparent table exist in the data dictionary but not in the database physically?
Explain Catch Command in ABAP?
What are the functional areas, user groups? How does abap query work in relation to these?
What is the definition of modification in an sap system and how do they impact an upgrade?