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 attributes of the data in data dictionary? : abap data dictionary
Explain what is the difference between primary key and unique key?
How to read files and process BDC's automatically ?
When will the current screen processing terminates?
Does SAP has a GUI screen painter or not? If yes what operating systems is it available on? What is the other type of screen painter called?
What is the definition of modification in an sap system and how do they impact an upgrade?
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/
What are the basic object types? : sap abap hr
Difference between sap script and report?
What are the types of search helps? : sap abap data dictionary
What are internal tables? : abap hr
How to do find it?
What is gui status? How to create /edit gui status?
Explain what is step-loop? Explain all the steps?
What are roles and authorization objects?