Application Development 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: 

help on alv_list

Former Member
0 Kudos
362

hi everyone,

I am new to abap. I need give a popup as alv_list.

I used reuse_alv_list_display. Here i need not show all the toolbar buttons. i want to exclude most of all. how to get ok_code to fill lt_excluding, and also i need to process hotspot click event on list. If possible how get the event.

thanks in advance,

suresh

1 ACCEPTED SOLUTION

jayanthi_jayaraman
Active Contributor
0 Kudos
56

Hi,

GO to se24->CL_GUI_ALV_GRID->Attributes....just scroll down

Then you will find the okcode.

2 REPLIES 2

christian_wohlfahrt
Active Contributor
0 Kudos
56

Hi Suresh,

you should have a look at SE83, there are some nice examples. Event list you can get with REUSE_ALV_EVENTS_GET (or similiar). If you can't find a OK_CODE list somewhere in examples, you can still have a look into the GUI status (e.g. over System -> status in subscreen repository data).

Regards,

Christian

jayanthi_jayaraman
Active Contributor
0 Kudos
57

Hi,

GO to se24->CL_GUI_ALV_GRID->Attributes....just scroll down

Then you will find the okcode.