Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Is there a function module that can acquire a list of events?

Former Member
0 Kudos
350

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Kudos
313

Hi

FM 'SAP_WAPI_WORKITEMS_TO_OBJECT' May Help You.

Regards

Ajit

8 REPLIES 8
Read only

Former Member
0 Kudos
313

There is one for events related to ALV report : REUSE_ALV_EVENTS_GET

Read only

0 Kudos
313

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

Read only

Former Member
0 Kudos
314

Hi

FM 'SAP_WAPI_WORKITEMS_TO_OBJECT' May Help You.

Regards

Ajit

Read only

0 Kudos
313

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?

Read only

0 Kudos
313

Hi Koo

Friend For this FM 'SWE_EVENT_DISPLAY_DETAILS' OR FM 'SWE_EVENT_DISPLAY' may help You.

Regards

Ajit

Read only

0 Kudos
313

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?

Read only

0 Kudos
313

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

Read only

0 Kudos
313

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.