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

Function module to populate itab with event's name

Former Member
0 Likes
413

Is there any function module which would populate internal table with all the events name of the submitted program.Actually I used F4_PROG_EVENT but it is generating a alv popup with event's name but not storing anything in the internal table.

Is there any function module which would populate internal table with all the events name of the submitted program.Actually I used F4_PROG_EVENT but it is generating a alv popup with event's name but not storing anything in the internal table.

2 REPLIES 2
Read only

former_member203501
Active Contributor
0 Likes
391

check these fm REUSE_ALV_EVENTS_TRANSFER

Read only

Former Member
0 Likes
391

Hi,

Check FM: REUSE_ALV_LIST_DISPLAY

Export

It_events : internal table with a list of all possible events of ALV and their corresponding routine names.