Application Development 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: 

REUSE_ALV_GRID_DISPLAY_LVC -> excluding function code list

Former Member
0 Kudos
243

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

MarcinPciak
Active Contributor
0 Kudos
56

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

Former Member
0 Kudos
56

oh yes, i forgot thank you