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 / nitin gautam
The above answer is ok but the sequence of events should be as under:
INITIALIZATION
AT SELECTION-SCREEN OUTPUT
AT SELECTION-SCREEN
START-OF-SELECTION
END-OF-SELECTION
i.e AT SELECTION-SCREEN OUTPUT WILL TRIGGER FIRST,as to make any changes to fields of selecttion screen before it is displayed...
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the other modules integrated with om? : sap abap hr
What is sap abap tables?
What is maintenance view?
What is the tcode to create indexes?
Static and instance variable and method with live example. Why and when to use
What is the meaning of client independent?
What is the use of f4if_shlp_exit_example function module ? : sap abap data dictionary
In selection screen, I have three fields, plant material number and material group. If I input plant how do I get the material number and material group based on plantdynamically?
List the events in abap/4 language?
What does the insert statement in extract datasets do? : abap modularization
please any one can tell me How to validate the data in Table maintinance generator?how can u validate the table field values if u r entering the data into fields .it shows record is wrong?wher we can done validation in table maitenance generator before getting the data as out ?
What is append structure?
How do you validate the selection criteria of a report? And how do you display initialvalues in a selection screen?
What is asynchronous and synchronous update?
What are the problems in processing batch input sessions? How is batch inputprocess different from processing online?