The Function Module RS_EXCEPTION_TO_MESSAGE (Convert Expection into Message) is a standard Function Module in SAP ERP and is part of the function group RS_EXCEPTION within the package RS.
Function Module | RS_EXCEPTION_TO_MESSAGE |
Short Text | Convert Expection into Message |
Function Group | RS_EXCEPTION |
Package | RS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_R_EXCEPTION | CLASS | CX_ROOT | Abstract Superclass for All Global Exceptions |
This function module does not define any EXPORTING parameters.
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
C_T_MSG | TYPE | RS_T_MSG | BW: Table with Messages (Application Log) |
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.