SAP Function Modules

Share |

REUSE_ALV_BLOCK_LIST_APPEND SAP Function module - Append Simple List in Block Mode

Pattern for FM REUSE_ALV_BLOCK_LIST_APPEND - REUSE ALV BLOCK LIST APPEND
Associated Function Group: SALV
Released Date: Not Released
CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND' "Append Simple List in Block Mode
  EXPORTING
    is_layout =                 " slis_layout_alv  List Layout Specifications
    it_fieldcat =               " slis_t_fieldcat_alv  Field Catalog with Field Descriptions
    i_tabname =                 " slis_tabname  Name of Internal Output Table
    it_events =                 " slis_t_event  Table of events to perform
*   i_text = SPACE              " slis_text40   Text of This List for Overview Screen
  TABLES
    t_outtab =                  "               Table with data to be displayed
  EXCEPTIONS
    PROGRAM_ERROR = 1           "               Program Errors
    MAXIMUM_OF_APPENDS_REACHED = 2  "           Maximum Number of Lists Reached
    .  "  REUSE_ALV_BLOCK_LIST_APPEND

SAP Documentation for FM REUSE_ALV_BLOCK_LIST_APPEND


FUNCTIONALITY

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






Share |