The Function Module CACS_RANDOM_I4 (Ziehen einer Zufallszahl) is a standard Function Module in SAP ERP and is part of the function group CACS_NUMBERS within the package CACSGT.
Function Module | CACS_RANDOM_I4 |
Short Text | Ziehen einer Zufallszahl |
Function Group | CACS_NUMBERS |
Package | CACSGT |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
RND_MAX | TYPE | INTEGER4 | 100 | Integer 4 |
RND_MIN | TYPE | INTEGER4 | 0 | Integer 4 |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
RND_VALUE | TYPE | INTEGER4 | Integer 4 |
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.