The Function Module SXMS_CREATE_RANDOM_NUMBER (Generierung einer Zufallszahl zwischen 0 und 9999 aus einer GUID) is a standard Function Module in SAP ERP and is part of the function group SXMS_MAIN within the package SXMSF.
Function Module | SXMS_CREATE_RANDOM_NUMBER |
Short Text | Generierung einer Zufallszahl zwischen 0 und 9999 aus einer GUID |
Function Group | SXMS_MAIN |
Package | SXMSF |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
MESSAGEGUID | TYPE | SXMSMGUID | Integration Engine: Message ID |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
RANDOM_NUMBER | TYPE | INT4 |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.