Data Element list used by SAP ABAP Function Module DD_GET_STORAGE_CLASS (Provides table category and type from DD09 or default values)
SAP ABAP Function Module
DD_GET_STORAGE_CLASS (Provides table category and type from DD09 or default values) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | BUFALLOW | Indicator for buffering allowed/not allowed | SOURCE VALUE(BUFALLOW) LIKE DD09L-BUFALLOW |
|
| 2 | DDROWORCOLST | For distinction between Row or Column Store | SOURCE VALUE(ROWORCOLST) TYPE DDROWORCOLST |
|
| 3 | PUFFERUNG | Buffering type indicator | SOURCE VALUE(PUFFERUNG) LIKE DD09L-PUFFERUNG |
|
| 4 | TABART | Data class in technical settings | SOURCE VALUE(TABART) LIKE DD09L-TABART |
|
| 5 | TABKAT | Size category | SOURCE VALUE(TABKAT) LIKE DD09L-TABKAT |
|
| 6 | TABNAME | Table Name | SOURCE VALUE(TABNAME) LIKE DD02L-TABNAME |
|