The Function Module G_SET_TREE_IMPORT_OLD (Lesezugriff auf Sets in IMPORT-/EXPORT-Tabellen (SETDATA oder SETS)) is a standard Function Module in SAP ERP and is part of the function group GSAC within the package GBSE.
Function Module | G_SET_TREE_IMPORT_OLD |
Short Text | Lesezugriff auf Sets in IMPORT-/EXPORT-Tabellen (SETDATA oder SETS) |
Function Group | GSAC |
Package | GBSE |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CLIENT | LIKE | SY-MANDT | SY-MANDT | Client |
LANGU | LIKE | SY-LANGU | SY-LANGU | Short descriptions language |
NO_DESCRIPTIONS | LIKE | SY-DATAR | SPACE | 'X' --> No short descriptions |
NO_TABLE_BUFFERING | LIKE | SY-DATAR | 'X' | 'X' --> Read table (T800S) without buffer |
READ_DIRECTORY_ENTRY | LIKE | SY-DATAR | SPACE | 'X' --> Read directory entries for subsets |
ROOT_HEADER_ONLY | LIKE | SY-DATAR | SPACE | 'X' --> Read header information only (only root) |
SETID | LIKE | SETHIER-SETID | Set identification | |
TABNAME | LIKE | RGSMH-TABLE | SPACE | Different reference table, if required |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
SET_HIERARCHY | LIKE | SETHIER | Set hierarchy | |
SET_VALUES | LIKE | SETVALUES | Value intervals for set hierarchy |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
SET_NOT_FOUND | Set not found |