The Function Module G_SET_TREE_PREPARE_GENERATION (Prüfungen vor dem Anlegen oder Ändern einer Set-Hierarchie) is a standard Function Module in SAP ERP and is part of the function group GSGF within the package GBSE.
Function Module | G_SET_TREE_PREPARE_GENERATION |
Short Text | Prüfungen vor dem Anlegen oder Ändern einer Set-Hierarchie |
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 |
---|---|---|---|---|
I_KEEP_RW_INFO | TYPE | FLAG | SPACE | 'X': RW-Info aus existierender Hierarchie übernehmen |
I_KEEP_SET_TITLES | TYPE | FLAG | SPACE | 'X': Set-Texte aus existierender Hierarchie übernehmen |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ET_DUPLICATE_SETS | TYPE | SETIDLIST | In der Hierarchie mehrfach vorkommende Sets | |
ET_EXISTING_SETS | TYPE | SETIDLIST | Schon vorhandene Sets | |
ET_STANDARD_HIER_SETS | TYPE | SETIDLIST | Schon vorhandene Sets aus Standardhierarchien |
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 |
---|---|---|---|---|
IT_SETHIER | LIKE | SETHIER | Sethierarchie, die angelegt werden soll | |
IT_SETVALUES | LIKE | SETVALUES | Werte der Sethierarchie |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
HIERARCHY_EMPTY | Leere Hierarchietabelle |
ILLEGAL_NAME | Unzulässige Namen in der Hierarchie |
NO_AUTHORITY | Keine Berechtigung zum Anlegen der Sets |