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 ranges?
How can we create callable modules of program code within one abap/4 program? : abap modularization
How is conversion of data types done between abap/4 & db layer? : abap data dictionary
hi,i worked mostly in core abap.know iam assigned to XI utility project.can u experts let me know what r the basic things i need to learn to work in XI utility project.i already searched in forum.thanks in advance.
Explain what are the different functions used in sap script?
What is sql trace? : abap data dictionary
Can we write the code both call transaction and session method in single program?
What are the advantages and disadvantages of ABAP query tool?
Events that can be used in both the classical and interactive reports
What are matchcodes?
Explain Singleton class
What is meant by payscale structure? How did you configure pay scale structure? : sap abap hr
Can you create an internal table dynamically?(at run time)
Which objects are independent transport objects? : abap data dictionary
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc