1.In report, we should have to write events in sequential
order or not,if we write events insequential then what will
be the drawback and if we will sequential what will be the
advantage.
2.what is the fucnction of end-of-selection even? if we
would not write this event in report what will happen?
3.top-of-page event will trigger before the
initialization,and at selection-screen event or after these
two event.

Answer Posted / sirisha

Not Necessary for the events to be in a sequential order.
During run time, the events will be triggered automatically
in the sequence.
But it is suggested to write the events in a sequence for
the user to easily understand the flow of program and for
the efficiency purpose.
END-OF-SELECTION: Will be normally used to free the memory
and display the write statements once all the fetching is
done. But it is not mandatory or necessary to write
END-OF-SELECTION. If any event is missing in the sequence,
the next event will be triggered automatically.
INITIALIZATION initializes the filed values in the
selection screen. This is done before at-selection screen,
before PBO.
TOP-OF-PAGE: This is used to display the required text on
the top of the page as header. This event will come AFTER
INITIALIZATION event only !!
Here is the flow of events:

INITIALIZATION
AT SELECTION-SCREEN
AT SELECTION-SCREEN OUTPUT
START-OF-SELECTION
END-OF-SELECTION

Is This Answer Correct ?    16 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What happens when you post goods issue after delivery? How does the inventory get reduced after the delivery?

567


What is an rdbms?

593


can anyone please tell me, in orient paper mill project which fields exits for creating report.

1289


Difference between domain and data element? What are aggregate object?

615


What are advantages and disadvantages of logical data base

1770






What is the significance of the screen number ‘0’?

572


BDC program to migrate data to SAP R/3 database. The data will be uploaded using transaction ME11. (Session Method) plz mention the detail coding Tahnks, Rahul

1632


What are the different window types in sapscript?

586


What are the events used in abap in the order of execution?

565


What are the types of bdc s?

593


What are smart forms?

604


What are the different types of the variable in the sap abap?

590


How to create a button in selection screen ?

1498


What are the types of views? : sap abap data dictionary

652


What was the requirement of IDoc in your project? How it was working?

1563