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
Hello All, Requesting to all user of this site. Please post your Questions in Proper sub Category of chosen category. Some users post the questions in common category whether sub category for that is available ..like some users still post the SAP Script & ALE Related questions in common ABAP Category. Due to this it becomes very difficult to find the topic wise Questions. Please cooperate with the site & to other users. Thanks & Regards Tamseel
Why do we use events and actions in web dynpro?
dear friends, do you know how to configure web dynpro and adobe into ECC6.0 IDES?
What are the different types of parameters?
How can a lock object be called in the transaction?
Explain the different types of data dictionary objects?
When a function module is activated syntax checking is performed automatically. State yes or no. : abap modularization
Difference between BDC vs Direct Loads?
Why do we need enhancements?
Static and instance variable and method with live example. Why and when to use
What are the advantages/ dis-advantages of logical databases?
What are the different types joins?
Difference between open sql and native sql? : abap data dictionary
What is screen flow logic? What are the sections in it?
How table control cn be generated using bdc? : abap bdc