The Function Module G_SET_CHECK_NAME (Syntax Check for Set Names) is a standard Function Module in SAP ERP and is part of the function group GSSM within the package GBSE.
Function Module | G_SET_CHECK_NAME |
Short Text | Syntax Check for Set Names |
Function Group | GSSM |
Package | GBSE |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
NO_NAME_CONVENTION_CHECK | LIKE | SY-DATAR | SPACE | 'X': Digits Allowed at Beginning of ID |
SETNAME | TYPE | C | Set ID (without Class) |
This function module does not define any EXPORTING parameters.
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 |
---|---|
ILLEGAL_NAME | Set ID is Formally Invalid |
NAME_BELONGS_TO_VARIABLE | Set ID begins with '&' |
NAME_CONTAINS_WILDCARD | Set ID contains '+' or '*' |