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


Please Help Members By Posting Answers For Below Questions

What is the Process to transfer IDOC from Outbound System to Inbound system.

1677


What is the difference between scrolling a table horizontally and vertically?

579


How do you document ABAP programs? Do you use program documentation menu option?

646


Can we use on change of between select and endselect?

572


How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc

669






What is a data class? : abap data dictionary

632


What are the different types of parameters? : abap modularization

614


How do you use structures in the abap programs?

598


What is append structure?

545


How will u handle the situation – In a report using function module to generate a IDOC, How will u handle the error IDOC in the same report ?

1676


Difference between transparent tables and pooled tables? : abap hr

557


please give the remaining answers.

1753


How can you find the field/data underlying a transaction?

602


What do you mean by pooled tables in sap abap? Also explain what do you mean by table pool? : abap data dictionary

555


What is the difference between refresh and free statements?

627