2008 Nov 21 12:30 PM
Hi at all
I'm looking for a list with all function codes.
For example :
'&ABC'.
'&CRBATCH'.
'&AQW'.
'&XINT'.
to insert
call function 'REUSE_ALV_GRID_DISPLAY_LVC'
exporting
i_callback_program = sy-repid
i_callback_user_command = 'USER_COMMAND'
i_structure_name = 'ZMM_001'
is_layout_lvc = wa_layout
it_excluding = i_excluding[].
2008 Nov 21 2:21 PM
Although you are using classical approach, you can check those codes in class for OO ALV.
se24->cl_gui_alv_grid->Attributes->sort the view-> see all constants starting with MC_FC. Fcode is assinged in Initial value column.
Hope it will help you
Marcin
2008 Nov 24 7:33 AM