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

User Function in Fullscreen ALV

Former Member
0 Likes
735

Hi guys,

i'm using a fullscreen ALV (CL_SALV_TABLE) and want to add a user defined function. On halp.sap.com i found a hint that i have to copy the GUI-STATUS SALV_TABLE_STANDARD and add that copy to ALV by using the method SET_SCREEN_STATUS.

Now the new Button appears, but here is my question. Where do i have to put my coding for that function?

Normally i catch function codes within user_command, but how to do that with fullscreen ALV?

Hope someone can help me?

Regards

Mark-André

2 REPLIES 2
Read only

Astago
Discoverer
0 Likes
476

Hy

Check this SAP program: SALV_TEST_TABLE_EVENTS

Have fun

Stanko

Read only

MarcinPciak
Active Contributor
0 Likes
476

Hi,

Chek this article [ALV Object Model u2013 Simple 2D Table u2013 Event Handling|https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/cda3992d-0e01-0010-90b2-c4e1f899ac01&overridelayout=true]. It explains it well.

Regards

Marcin