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
What is the difference between field-group header and other field groups?
What is a badi?
Explain some essential objects in abap dictionary?
What is the difference between internal tables and extract datasets? : abap modularization
What are the dis-advantages of logical databases? : abap hr
What are base tables of an aggregate object? : abap data dictionary
What is the difference between tables and structures?
What are the differences between domain and data element?
Define alv programming in abap?
What is meant by authorization? Did you ever work on it? : sap abap hr
In which particular scenario we use sorted table and which particular scenario we use standard table?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?
Is there any method apart from bdc for data upload to sap? : abap bdc
Mention the various databases integrities?
What are the two ways of producing a list within a transaction?