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 is the different between template and a table?
How does the interface between the dynpro and the abap/4 modules take place?
How do you control printer functions from sapscript?
What is asynchronous update?
What is interactive reporting?
What is difference between inner join and outer join?
What are the rules to create a BAPI?
Which FM do you use to find out who is reporting to whom
How do you get the number of lines in an internal table? How to use a specific number occurs statement?
What is the difference between synchronous and asynchronous updates?
Difference between transparent tables and pooled tables? : abap hr
What are the system table used in abap?
what is defference between repository and non repository Object?
What are the types of subroutines? : abap modularization
Can I execute user exits? If yes, how?