Menu

SAP Function Module G_SET_CREATION

Calls Set Maintenance Transaction for Creation

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module G_SET_CREATION (Calls Set Maintenance Transaction for Creation) is a standard Function Module in SAP ERP and is part of the function group GSCM within the package GBSE.

Technical Information

Function Module G_SET_CREATION
Short Text Calls Set Maintenance Transaction for Creation
Function Group GSCM
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
ECCS_DIMEN LIKE SETHIER-ECCS_DIMEN EC-CS Org. Unit
ECCS_ITCLG LIKE SETHIER-ECCS_ITCLG EC-CS Chart of Accounts
ECCS_SITYP LIKE SETHIER-ECCS_SITYP EC-CS Subitem Category
FIELD LIKE RGSBS-FIELD SPACE Field for New Set
FIKRS TYPE SETHIER-FIKRS Finanzkreis für Public Sector Gruppen
KOKRS LIKE SETHIER-KOKRS Controlling Area for CO Groups
LIB LIKE SETHIER-LIB Report Library for RW Sets Generated
RNAME LIKE SETHIER-RNAME Report for Generated RW Sets
SET_CLASS LIKE RGSBS-CLASS '0000' Set class
SET_NAME TYPE C Set Name (not ID) of Set to be Created
SUBCLASS TYPE SETSUBCLS Organisationseinheit für 'sonstige' Setklassen
TABLE LIKE RGSBS-TABLE Table for which the Set is to be Created
TYPES TYPE C Set Types Allowed (BSMD)
USE_GROUP_MAINTENANCE LIKE SY-DATAR SPACE 'X': Use Group Maintenance for CO Groups

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
NEW_SET LIKE RGSBS-SETNR Set ID (not Name) of the New Set

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
GROUP_MAINTENANCE_ERROR Error Occurred During Group Maintenance
NO_FIELD_PICKED No Table Field was Selected
NO_SET_CREATED Set was not Created
NO_TYPE_PICKED Set Type was not Selected
SET_ALREADY_EXISTS Set already exists
WRONG_FIELD Table Field Transferred does not exist
WRONG_SETCLASS CO Groups may not be Created
WRONG_SET_NAME Set Name is Invalid
WRONG_TABLE Table does not exist
WRONG_TYPE The Set Type transferred does not exist