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
What data is contained in data dictionary? : abap data dictionary
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
What is tcode se16?
What are the techniques involved in using SAP supplied programs? Do you prefer to write your own programs to load master data? Why?
What is the differences between structure and table in data dictionary in abap?
What are the dis-advantages of logical databases? : abap hr
When you prefer lsmw?
Explain different types of locks?
Explain the sequences of event block?
Example of table cluster and cluster tables.
What are the data types of the external layer?
What does the extract statement do in extract datasets?
What is buffering in abap?
What is the relationship existing between the various data elements in data dictionary? : abap data dictionary
Is the basic list deleted when the new list is created?