2008 Nov 26 11:55 AM
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.
2008 Nov 26 12:00 PM
2008 Nov 26 12:05 PM
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.