The Function Module SSF_ERRORMESSAGE (SSF: Fehlermeldung zu einem SSF-RC ermitteln) is a standard Function Module in SAP ERP and is part of the function group SSFG within the package SECF.
Function Module | SSF_ERRORMESSAGE |
Short Text | SSF: Fehlermeldung zu einem SSF-RC ermitteln |
Function Group | SSFG |
Package | SECF |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CRC | LIKE | SSFPARMS-SSFCRC | SSF-Returncode | |
RESULT | LIKE | SSFINFO-RESULT | 0 | zweiter Returncode (Signierer-spezifisch) |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ERRORTEXT | TYPE | TEXT80 | Ermittelte Fehlermeldung |
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 |
---|---|
ERROR | Fehlertext: Rückgabe mit MESSAGE ... RAISING |