2010 Mar 09 8:10 AM
Please tell me how can I use 'User Command' in ALV.
Regards,
Subhasish
2010 Mar 09 8:15 AM
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
Please tell me how can I use 'User Command' in ALV.
Regards,
Subhasish
2010 Mar 09 8:11 AM
2010 Mar 09 8:15 AM
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
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |