Menu

SAP Function Module G_CREATE_FIELD_GROUPING_CODE

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_CREATE_FIELD_GROUPING_CODE () is a standard Function Module in SAP ERP and is part of the function group GARC within the package GBAS.

Technical Information

Function Module G_CREATE_FIELD_GROUPING_CODE
Short Text
Function Group GARC
Package GBAS
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
FMOD LIKE T888-FELDMODIF Field movement rule
FROMTABLE1 LIKE T888-FROMTABLE1 First sender table
FROMTABLE2 LIKE T888-FROMTABLE2 SPACE Second sender table
FROMTABLE3 LIKE T888-FROMTABLE3 SPACE Third sender table
FROMTABLE4 LIKE T888-FROMTABLE4 SPACE Fourth sender table
KLASSE LIKE T888-CLASS 'A' Class
TEXT LIKE T888T-TXT Text
TOTABLE LIKE T888-TOTABLE Sender table

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
FIELDS LIKE T888M Table with actual field movements

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
FMOD_EXISTS_ALREADY The field movement rule FMOD already exists