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 will you code in start-of-selection & end-of-selecton & why?
Write syntax for message error (report)?
What is a table cluster? : abap data dictionary
Define abap/4 layer?
What is the syntax for ‘call transaction’?
What is the table buffer? Which type of tables used this buffer?
What are the differences between a database index and a match code?
What are the steps to execute session method?
Explain the advantages of abap query tool?
What are the types of indexes in abap?
Sy index and sy tabix
How can we create callable modules of program code within one abap/4 program?
What is the t-code for transaction recorder? : abap bdc
How do you convert non-char field into char type fields ?
What are null values?