Menu

SAP Function Module G_GENERATE_DATA_SET

Generieren eines Data-Sets

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.

Bei amazon.de ansehen →

The Function Module G_GENERATE_DATA_SET (Generieren eines Data-Sets) is a standard Function Module in SAP ERP and is part of the function group GSGF within the package GBSE.

Technical Information

Function Module G_GENERATE_DATA_SET
Short Text Generieren eines Data-Sets
Function Group GSGF
Package GBSE
Module Type Normal Module

Importing Parameters

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 Data Set

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table 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 Formula Lines
SET_LINES LIKE RGSB3 Table with set lines

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
BAD_FORMULA Error in Formula Line
ENTRY_NOT_FOUND Line Entry does not exist T804B
OLD_SET_HAS_WRONG_TYPE Set with same name but different type
SETNAME_TOO_LONG Set Name too Long for Temporary Set
TEMPORARY_IN_PERMANENT_SET Set Contains Temporary Data Set Entry
WRONG_SETCLASS Incorrect Set Class (Only General Sets Allowed)