The Function Module BUPA_STATUS_TO_MESSAGE () is a standard Function Module in SAP ERP and is part of the function group BUD_STATUS within the package BUPA.
Function Module | BUPA_STATUS_TO_MESSAGE |
Short Text | |
Function Group | BUD_STATUS |
Package | BUPA |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IV_MESSAGE_TYPE | LIKE | SY-MSGTY | 'S' | Messages, Message Type |
IV_PARTNER | TYPE | BU_PARTNER | Business Partner Number | |
IV_STATUS | TYPE | BUS_CRM_JEST | Individual Object Status |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ES_RETURN | TYPE | BAPIRET2 | Return Parameters | |
EV_STATUS_TEXT | TYPE | SYMSGV | Status Text |
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.