Which is the event trigger last?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Name a few data dictionary objects? : abap data dictionary
what is the use of system field 'SY-LOOC'? when will we use it? Plz answer me its urgent!!!
It is not possible to create an abap/4 program, which contains only subroutines. State true or false. : abap modularization
how many secondary lists can we create in an ALV?
how much exact time will take binary search option using along with read statement?
How to transfer legacy data into base tables by scheduling a time frame using bdc?
what is the diffrence between inner and outer join
what is the role of CUID in Business Objects Import Wizard
What is value table?
what is a field symbol?
What is generic buffering?
What are screen painter? menu painter? Gui status? ..etc.