SAP Function Modules

Share |

REUSE_ALV_BLOCK_LIST_HS_APPEND SAP Function module - REUSE ALV BLOCK LIST HS APPEND

Pattern for FM REUSE_ALV_BLOCK_LIST_HS_APPEND - REUSE ALV BLOCK LIST HS APPEND
Associated Function Group: SALV
Released Date: Not Released
CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_HS_APPEND' "
  EXPORTING
    is_layout =                 " slis_layout_alv  List Layout Specifications
    it_fieldcat =               " slis_t_fieldcat_alv  Field Catalog with Field Descriptions
    is_keyinfo =                " slis_keyinfo_alv  Header/posit. table field links
    i_header_tabname =          " slis_tabname  Header Table Name
    i_item_tabname =            " slis_tabname  Item Table Name
    it_events =                 " slis_t_event  Table of events to perform
*   i_text = SPACE              " slis_text40
  TABLES
    t_outtab_header =           "               Header table with data to be output
    t_outtab_item =             "
  EXCEPTIONS
    PROGRAM_ERROR = 1           "               Program Errors
    MAXIMUM_OF_APPENDS_REACHED = 2  "
    .  "  REUSE_ALV_BLOCK_LIST_HS_APPEND






Share |