The Function Module FUNCTION_POOL_CREATE (Create a new function group) is a standard Function Module in SAP ERP and is part of the function group SUNI within the package SFUNC.
Function Module | FUNCTION_POOL_CREATE |
Short Text | Create a new function group |
Function Group | SUNI |
Package | SFUNC |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
NAMESPACE | LIKE | RS38L-NAMESPACE | SPACE | |
POOL_NAME | LIKE | TLIBG-AREA | Name of the function group (four-d | |
RESPONSIBLE | LIKE | TLIBV-UNAME | SY-UNAME | Person in charge of the function g |
SHORT_TEXT | LIKE | Short description | ||
UNICODE_CHECKS | TYPE | TRDIR-UCCHECK | 'X' | Flag, if unicode check was performed |
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 |
---|---|
NAME_ALREADY_EXISTS | Function group already exists |