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 a text table ?
How do you write transaction programs in sap?
What is the difference between Report and Script?
Difference Between Call By Value and Call By Reference?
24 Answers Cognizant, Intel, Reliance, TATA, TCS, Wipro,
1.why dont use top of page. wat is the use? 2. wat is sub screen? 3. why u select the session method in bdc ? how many records wil be updated on that time? 4.why dont use start form in script? 5.wat is difference b/w dilldown and interactive report? 6. wat is pf status interactine report?
i want to add 2 records to a table but the last field in the table is 1000 char long.Is it possible?if yes how?
What is check table?
In the function module for reading text from the S.O header what needs to be specified?
What type of user exits have you written ?
to find an enhancement we will go to smod and check with the given package. but how can we know that a particular funx exit is used for particular enhancement( for eg: mm06e005 for mm22n screen exit.) will it be given by SD people or we have to find it?
Explain what are the system fields? Explain?
What are screen painter and menu painter? : abap hr