SAP Function Modules

Share |

REUSE_ALV_BLOCK_LIST_INIT SAP Function module - Initialization of Block List Output

Pattern for FM REUSE_ALV_BLOCK_LIST_INIT - REUSE ALV BLOCK LIST INIT
Associated Function Group: SALV
Released Date: Not Released
CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_INIT' "Initialization of Block List Output
  EXPORTING
    i_callback_program =        " sy-repid      Name of the calling program
*   i_callback_pf_status_set = SPACE  " slis_formname  Name of Form Routine for Setting PF Status
*   i_callback_user_command = SPACE  " slis_formname  Name of Form Routine for Handling USER COMMAND
*   it_excluding =              " slis_t_extab  Table of inactive function codes
    .  "  REUSE_ALV_BLOCK_LIST_INIT

SAP Documentation for FM REUSE_ALV_BLOCK_LIST_INIT


FUNCTIONALITY

This function module has not yet been released. Do not use it.
Documentation extract taken from SAP system, Copyright (c) SAP AG






Share |