Menu

SAP Function Module G_SET_CHECK_NAME

Syntax Check for Set Names

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.

Technical Information

Function Module G_SET_CHECK_NAME
Short Text Syntax Check for Set Names
Function Group GSSM
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
NO_NAME_CONVENTION_CHECK LIKE SY-DATAR SPACE 'X': Digits Allowed at Beginning of ID
SETNAME TYPE C Set ID (without Class)

Exporting Parameters

This function module does not define any EXPORTING parameters.

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
ILLEGAL_NAME Set ID is Formally Invalid
NAME_BELONGS_TO_VARIABLE Set ID begins with '&'
NAME_CONTAINS_WILDCARD Set ID contains '+' or '*'