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 |
what is a value table?
Between select .........endselect write one statement executes the cursor goes to dump analysis?what is the statement ?
What are the advantages and disadvantages of ABAP query tool?
basic steps for creating subscreen?
Hi guy.. i have to face an interview in a couple of day.. so can you please give me some good and tough question on abap.
What are the two methods for modifying sap standard tables?
What are the steps in creating screen ?
What is hotspot?
Can we use CALL SCREEN in RFC?
Can any tell me ECC 5.0, ECC 6.0 Released year? and difference between them?
what is the output of given code? data : f1 type i, f2 type i. write : / f1, f2. do 2 times. perform addfld. enddo. write : / f1, f2. form addfld. data : f1 type i, f2 type i. add 1 to f1. add 1 to f2. write : / f1 , f2. endform. int : f1 , f2.
How to make changes in standard script for sales order header data?