The Function Module G_SET_GET_ALL_VALUES (Read All Values in a Set Hierarchy) is a standard Function Module in SAP ERP and is part of the function group GSGF within the package GBSE.
Function Module | G_SET_GET_ALL_VALUES |
Short Text | Read All Values in a Set Hierarchy |
Function Group | GSGF |
Package | GBSE |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CLASS | LIKE | RGSBS-CLASS | SPACE | Obsolete, Use ID in SETNR Parameter |
CLIENT | LIKE | SY-MANDT | SPACE | Client of the Set |
DATE_FROM | TYPE | DATAB | Selection Date for Dynamic Sets (From Value) | |
DATE_TO | TYPE | DATBI | Selection Date for Dynamic Sets (From Value) | |
FIELDNAME | TYPE | FIELDNAME | SPACE | Different Reference Field, if Required (only with TABLE) |
FORMULA_RETRIEVAL | LIKE | RGSBS-UNIQUE | SPACE | 'X' --> Return of Formula Lines |
LEVEL | LIKE | SY-TABIX | 0 | Number of Desired Levels (DEFAULT - all) |
NO_DESCRIPTIONS | LIKE | SY-DATAR | 'X' | X --> No Short Descriptions |
NO_RW_INFO | LIKE | SY-DATAR | 'X' | Obsolete, Do Not Use |
SETNR | TYPE | C | Set ID | |
TABLE | LIKE | RGSBS-TABLE | SPACE | Obsolete, Use ID in SETNR Parameter |
VARIABLES_REPLACEMENT | LIKE | RGSBS-UNIQUE | SPACE | Replace Value Variable with Default Values |
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_VALUES | LIKE | RGSB4 | Set Value Table |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
SET_NOT_FOUND | Set Not Found |