The Function Module G_GENERATE_BASIC_SET (Generieren eines Basic Sets) is a standard Function Module in SAP ERP and is part of the function group GSGF within the package GBSE.
Function Module | G_GENERATE_BASIC_SET |
Short Text | Generieren eines Basic Sets |
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 |
---|---|---|---|---|
CLIENT | LIKE | SY-MANDT | SPACE | Client for which set is to be created |
FLAG_USE_RGSBS_USER | LIKE | SY-DATAR | SPACE | Internal use (take user from header) |
LANGU | LIKE | SY-LANGU | SY-LANGU | Language of text |
NOTHING_CHANGED | LIKE | SY-DATAR | SPACE | Internal use only (set not changed) |
REF_SET | LIKE | RGSBS-SETNR | SPACE | Name of reference set |
SET_HEADER | LIKE | RGSBS | Header of basic set | |
TOLERATE_AMBIGUITY | LIKE | SY-DATAR | SPACE | 'X': Unambiguity indicator ignored |
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 |
---|---|---|---|---|
FORMULA_LINES | LIKE | RGSBF | Table with formulas | |
SET_LINES | LIKE | RGSBV | Table with set lines |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
BAD_FORMULA | Error in a formula |
NOT_UNIQUE | Set is not unique, although required |
OLD_SET_HAS_WRONG_DATA_ELEMENT | Set with same name but different set data element |
OLD_SET_HAS_WRONG_TYPE | Set with same name but different type |
SETNAME_TOO_LONG | Set name is too long for a temporary set |
TABLE_OR_FIELDNAME_MISSING | Table or field name not specified |
VARIABLE_DOES_NOT_EXIST | Variable used does not exist |
VARIABLE_HAS_WRONG_DATA_ELEM | Variable used has a different set data element |
VARIABLE_HAS_WRONG_TYPE | Variable used has incorrect type (S) |
WRONG_INTERVAL | Interval with From value > To Value |