What are the exact sequences in which the reporting events
trigger.I mean starting from 1st to last.And how many times
we can use At-Selection screen or Start-of-selection in a
report??
Answer Posted / rams
Initialization : triggered when the report is loaded in
memory, which is generally used for declerations.
At selection-screen output : triggered when the selection
screen is loaded in memory before being displayed which is
used for scresn level validations
At selection-screen / <field> : before leaving the
selection screen, which is used for field level validations.
start-of-selection : the first event for displaying the
report.
end-of-selection : after the start-of-selection is
completed.
top-of-page : every time a new page is started in the list.
end-of-page : every time the list data reaches the footer
region of the page.
top of page during line selection : top of page event for
secondary list.
at line-selection : evey time user dbl-clicks(F2) on the
list data.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What are the types of indexes in abap?
Can you print decimals in type n? What is difference between float and packed data type?
Is sap xi intended to replace ale?
What is pass by value and what is pass by reference? Which is better?
What are aggregated objects : abap data dictionary
On abap: did you set up a workflow? Are you familiar with all the steps for setting up a workflow?
Explain open dataset in sap abap?
send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'
what is a text table ?
In the abap/4 dictionary tables can be defined independent of the underlying database (t/f). : abap data dictionary
Why do we use abstract class
What is direct input method ?
What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc
How can we decide weather we can enhance the standard infotype or not ? : abap hr
How to transfer the objects? Have to transferred any objects?