Answer Posted / anu
the above has few mistakes. this is the right one.
we generally use end of selection for display of report. So
its a gud practice to put the write statements in end of
selection. 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 ? | 14 Yes | 0 No |
Post New Answer View All Answers
How can we set the tablespaces and extent sizes ?
What is the difference between the function module and a normal abap/4 subroutine? : abap modularization
What happens if only one of the commands set screen and leave screen is used without using the other?
what is difference between user exit, customer exit and badi?
How many ways you can create table? : abap data dictionary
There is 1 person but it’s displaying that this person cannot be booked. He is not available for the business event. Can you tell me where is it going wrong? What can be the reasons? : sap abap hr
What is the abap program name to process the batch input session automatically? : abap bdc
How to transfer the objects? Have to transferred any objects?
Explain about the tables exists in a data dictionary and what are they? : abap data dictionary
What is an update type with reference to a match code id? : abap data dictionary
Normally how many and what files get created when a transaction program is written?
How we can retrieve data using secondary index. Explain with simple example?
what is leave to TRANSACTION?
What are aggregated objects : abap data dictionary
How do you use structures in the abap programs?