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

help on alv_list

Former Member
0 Likes
759

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
Read only

jayanthi_jayaraman
Active Contributor
0 Likes
453

Hi,

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

Then you will find the okcode.

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

2 REPLIES 2
Read only

christian_wohlfahrt
Active Contributor
0 Likes
453

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

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
454

Hi,

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

Then you will find the okcode.