Sind Sie neu in der SAP-Welt und möchten schnell mitreden? Mit diesem Buch finden Sie sich erfolgreich im SAP-Umfeld zurecht! Sie steigen direkt in die Konzepte und Technologien der SAP-Software ein und lernen die unterschiedlichen Systeme und Prozesse kennen. Schritt für Schritt zeigen die Autoren Ihnen die wichtigsten technischen Aufgaben und die Zusammenhänge zwischen den Objekten. Dank der vielen Beispiele und Abbildungen finden Sie sich schnell im SAP-Umfeld zurecht und können direkt in SAP ERP oder SAP S/4HANA anfangen.
Bei amazon.de ansehen →The Function Module G_GENERATE_SINGLE_SET (Generieren eines Single-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_SINGLE_SET |
Short Text | Generieren eines Single-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 in 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 the S 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 for the values | |
SET_LINES | LIKE | RGSB1 | Table with set lines | |
SET_LINES_BASIC | LIKE | RGSBV | Table with values of single set |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NOT_UNIQUE | Set is not unique, although required |
OLD_SET_HAS_WRONG_DATA_ELEMENT | Set with same name but different data element |
OLD_SET_HAS_WRONG_TYPE | Set with same name but different type |
SETNAME_TOO_LONG | Set name too long for temporary set |
SET_IS_RECURSIVE | Subset used contains the highest set |
SUBSET_DOES_NOT_EXIST | Subset used does not exist |
SUBSET_HAS_WRONG_CLASS | Subset used has a different class |
SUBSET_HAS_WRONG_DATA_ELEMENT | Subset used has a different set data element |
SUBSET_HAS_WRONG_TYPE | Subset used has incorrect type (M/D) |
TABLE_OR_FIELDNAME_MISSING | Table or field name has not been specified |
TEMPORARY_IN_PERMANENT_SET | Set contains temporary set |
VARIABLE_DOES_NOT_EXIST | Variable used does not exist |