what exact functionality of the END-OF-SELECTION event?
and in a report im using the END-OF-PAGE and
END-OF-SELECTION events which one will triggers first?
Answers were Sorted based on User's Feedback
Answer / prasanthi
END-OF-SELECTION is the last of the events called by the runtime environment to occur. It is triggered after all of the data from the logical database, and before the list process is started.END-OF-SELECTION occurs only once and its a Runtime event.
END-OF-PAGE is an Output Event used for page footers.
This event is triggered when the system encounters insufficient space on the current output page.
The LINE-COUNT statement within the REPORT statement specifies the size of the page area.
If a LINE-COUNT is not explicitly coded, the END-OF-PAGE event block will not be processed.
Is This Answer Correct ? | 5 Yes | 1 No |
Answer / sivaramakrishna
hellow miss prasanthi every thing u provided is
right ,except END_OF_PAGE event. genarally we use this
event for providing some footer info. on alv o/p.
using the function module REUSE_ALV_EVENTS_GET.
END_OF_SELECTION IS THE LAST EVENT TRIGGURED BY ABAP
RUNTIME ENVORONMENT.
Is This Answer Correct ? | 0 Yes | 5 No |
What is SAP script and Purpose?
Define abap/4 layer?
how should post data from my internal table to flat file manually in bdc .please explain step by step
what are performence analysis techniques?
WHAT IS THE PURPOSE OF SPLIT COMMAND?
There is one scenario , where A Badi consists of multiple implementations ,and i need to execute only PERTICULAR implementaion (say 2nd ) , ONLY One implementation , then how can execute the perticular implementation .
identify valid statement when coding a field exit ? a) submit RSCA101X b)MESSAGE E101 C)MESSAGE I101 d)BREASK-POINT
Which objects are independent transport objects? : abap data dictionary
can we transfer variants from development to Quality?how can we transfer?is it necessary?
I am getting the (first) page number and the remaining records displayed in another list in another page BUT the PAGE Number is not displayed? What is the code/solution?
what is RFC?types of RFCs?please any one can give me the interfaces in sap abap with example?
What are the different methods of passing data? : abap modularization