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
while implementing badi what are the tables u find??
when does a list get sent to the screen on the presentation layer?
What is an abap?
How can one distinguish between different kinds of parameters? : abap modularization
Can you delete data element, which is being used by table fields. : abap data dictionary
What is a subroutine?
What do you mean by cluster tables in sap abap? Also explain what do you mean by table cluster? : abap data dictionary
how to update the filed value in SAP in ZAWSYS and create time and date? please tell me the answer
What is roll area?
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc
What are the screen painter and menu painter?
write a program for creation of customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA'.
how can we use the text randomly or circularly in smartforms.... means... suppose i have 'abap' horizantally... but i want it in vertically... how can... plz any body tell me this....
What is the significance of delivery class? : abap data dictionary
What are different ABAP editors? What are the differences?