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

REUSE_ALV_GRID_DISPLAY_LVC -> excluding function code list

Former Member
0 Likes
835

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[].

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[].

2 REPLIES 2
Read only

MarcinPciak
Active Contributor
0 Likes
648

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

Read only

Former Member
0 Likes
648

oh yes, i forgot thank you