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 Command in ALV

Former Member
0 Likes
348

Please tell me how can I use 'User Command' in ALV.

Regards,

Subhasish

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
321

CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'

EXPORTING

i_callback_user_command = 'SUB_USER_COMMAND'

write subroutin.

FORM sub_user_command USING r_ucomm TYPE sy-ucomm

rs_selfield TYPE slis_selfield.

endform

2 REPLIES 2
Read only

Former Member
0 Likes
321

Please SEARCH in SCN. You will find many sample programs

Read only

Former Member
0 Likes
322

CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'

EXPORTING

i_callback_user_command = 'SUB_USER_COMMAND'

write subroutin.

FORM sub_user_command USING r_ucomm TYPE sy-ucomm

rs_selfield TYPE slis_selfield.

endform