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?
Answer Posted / 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 |
Post New Answer View All Answers
How to pass data from list to report?
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?
What function does data dictionary perform?
What are the different types of parameters? How can you distinguish between different kinds of parameters?
10) How to get Item Header in Sales Order?
What are the events used in interactive reports?
What are the functional modules used in sequence in bdc? : abap hr
In selection screen, I have three fields, plant material number and material group. If I input plant how do I get the material number and material group based on plantdynamically?
What are the value tables?
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?
I just wanted to know that when I am recruiting somebody, I am generating his personal no also. Then I want to give him training also. Now I just want to create 2 scenarios to clear my doubts? : sap abap hr
What is a data dictionary? : abap data dictionary
What are the user interfaces of interactive lists?
How do you find if a logical database exists for your program requirements?
Explain the disadvantage of using exec sql statement in abap?