2011 Oct 20 3:46 AM
I would like to acquire a list of events (example: initialization, start-of-selection, etc.) within a program.
Is there a function module that can acquire a list of events?
Please let me know.
2011 Oct 20 5:36 AM
2011 Oct 20 4:14 AM
There is one for events related to ALV report : REUSE_ALV_EVENTS_GET
2011 Oct 20 5:06 AM
hi Pranavjeet
Thank you for a reply.
However, I know REUSE_ALV_EVENTS_GET, too.
It is a function module of the event acquisition in report programm(not ALV) or dynpro to want to know me.
Do not you know?
Edited by: koo on Oct 20, 2011 6:07 AM
2011 Oct 20 5:36 AM
2011 Oct 20 5:52 AM
HI Ajit
Thank you for reply
But, Is this function module of setting a WORKITEMS(?).
I want to know a function module to get the event
Do not you know?
2011 Oct 20 6:04 AM
Hi Koo
Friend For this FM 'SWE_EVENT_DISPLAY_DETAILS' OR FM 'SWE_EVENT_DISPLAY' may help You.
Regards
Ajit
2011 Oct 20 6:47 AM
hi Ajit
Thank you for replying many times.
However, it is not this event to want to know me.
It is a FM acquiring a list of event block(initialization,start-of-selection etc) controlling abap program.
Do not you know?
2011 Oct 20 7:09 AM
Hi,
If you can explain why you want to get the list of events written in a program we can help.
Also let me know from where you are trying to get the event list?
Regards,
KArthik D
2011 Oct 20 7:19 AM
HI KArthik D
thank you for reply
Sorry for the misunderstanding.
The list I want is not the event list written in the program,
but a list of events that are controlled in ABAP.