The Function Module G_SET_TREE_IMPORT (Importing a Set Hierarchy) 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 |
Short Text | Importing a Set Hierarchy |
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 |
DATE_FROM | TYPE | DATAB | Selection Date for Dynamic Sets (From Value) | |
DATE_TO | TYPE | DATBI | Selection Date for Dynamic Sets (To Value) | |
FIELDNAME | LIKE | RGSMH-FIELD | SPACE | Different Reference Field, if Required |
LANGU | LIKE | SY-LANGU | SY-LANGU | Short Descriptions Language |
MAX_HIER_LEVEL | TYPE | I | 99 | Maximum Hierarchy Level (0 - Top Node) |
NO_DESCRIPTIONS | LIKE | SY-DATAR | SPACE | X --> No Short Descriptions |
NO_RW_INFO | LIKE | SY-DATAR | SPACE | X --> No Report Info (Formulas, etc.) |
NO_TABLE_BUFFERING | LIKE | SY-DATAR | SPACE | X --> Table T800S Is Read Without Buffer |
NO_VARIABLE_REPLACEMENT | LIKE | SY-DATAR | SPACE | X --> Set Variables Are Not Replaced |
ROOT_HEADER_ONLY | LIKE | SY-DATAR | SPACE | X --> Read Header Information Only (for Root) |
SETID | LIKE | SETHIER-SETID | Set Identification | |
TABNAME | LIKE | RGSMH-TABLE | SPACE | Different Reference Table, if Required |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
SET_NOT_TRANSPARENT | LIKE | SY-DATAR | Set Is Not Yet Stored Transparently |
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 |
---|---|
ILLEGAL_FIELD_REPLACEMENT | Invalid Change of Reference Field |
ILLEGAL_TABLE_REPLACEMENT | Invalid Change of Reference Table |
SET_IS_DAMAGED | The Set Hierarchy on the Database Is Faulty |
SET_NOT_FOUND | Set Not Found |