Answer Posted / anu
we generally use end of selection for display of report. So
its a gud practice to put the write statements in end of
page. When the control comes to the first write statement
in end of selection and if this write statement is a valid
one then immediately the event triggered is top-of-page. In
this top-of-page event we generally write the headings. So
after printing the headings the control comes back to end
of selection and prints the corresponding data. After this
if the report has footer lines reserved in end of page
event then this will be triggered. So we can say that end
of page can be the last event which is triggered if the
data is filled upto reserved lines.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What actually happens in real-time recruitment? : sap abap hr
What is the use of message command in a report? What are the different message types?
1.If there is one receiver,then To send 10 materials at a time through BD10 tcode, How many Master Idoc create? 2.If there is one receiver,then To send 1 material at a time through BD10 tcode, how many Master Idoc generated? 3.Can I Send Multiple Messges through BD10 tcode?
A subroutine can be terminated unconditionally using exit. State true or false : abap modularization
How to Raise a Particular Ticket in Realtime ?
What is the difference between rfc and bapi function modules? : abap bdc
What are the modes in which any update tasks work?
what is bapi,badi,bdc,ale idocs?
why particularly lock object name starts with EZ OR EY?
In which cluster time results are stored? : abap hr
What is the difference between tables and structures?
What is a sequence of event-triggered in report?
What are the advantages of different types of bdc's?
Can you define a field without a data element? : abap data dictionary
How is conversion of data types done between abap/4 & external level?