The Function Module AL_GENP_ALERT (Set general purpose alert) is a standard Function Module in SAP ERP and is part of the function group SAL1 within the package SRZL.
Function Module | AL_GENP_ALERT |
Short Text | Set general purpose alert |
Function Group | SAL1 |
Package | SRZL |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
INT1 | LIKE | SALGENP-INT1 | 0 | Integer value 1 |
INT2 | LIKE | SALGENP-INT2 | 0 | Integer value 2 |
INT3 | LIKE | SALGENP-INT3 | 0 | Integer value 3 |
INT4 | LIKE | SALGENP-INT4 | 0 | Integer value 4 |
RESET | LIKE | SPACE | 'X' sets alert to GREEN beforehand | |
SUBTYP | LIKE | SALCOM-SUBTYP | Alert subtype, see RSALICMS | |
TEXT | LIKE | Text, &1..4 are replaced by integer values | ||
VALUE | LIKE | SALCOM-VALUE | Value |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ERRNO | LIKE | Errno of ADM operation |
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 |
---|---|
INVALID_ARG | Argument error |
SYSTEM_FAILURE | other errors |