SAP Function RH_TABINFTY_DEEXPAND - Compress Table Infotype

Parameter Reference Type Length Default Optional Text
INFTY WPLOG-INFTY C 4 Infotype
REFRESH HRPP0C-TEST C 1 ' ' X Previous REFRESH of Results Tables

Parameter Reference Length Optional Text
HRTNNNN 0 Table Divisions (Structure HRTnnnn or HRTDBTAB)
INNNN 0 Table of Primary Records
INNNN_EXPAND 0 Table of Expanded Records

Exception Text
INNNN_EXPAND_EMPTY Table of Expanded Records is Empty
NO_TABLE_INFTY No Table Infotype

Description
Expanded Table
The table should be defined as follows:
DATA : BEGIN OF OCCURS .
INCLUDE STRUCTURE .
INCLUDE STRUCTURE .
DATA : END OF .
bzw.
DATA : BEGIN OF OCCVURS .
INCLUDE STRUCTURE .
DATA : TDATA LIKE HRTDBTAB-TDATA.
DATA : END OF .