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.
Function Module | G_SET_CREATION |
Short Text | Calls Set Maintenance Transaction for Creation |
Function Group | GSCM |
Package | GBSE |
Module Type | Normal Module |
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 |
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 |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
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 |