The Function Module POC_CALL_MESSAGE_LIST_POPUP (Aufruf des Popups zur Meldungsanzeige) is a standard Function Module in SAP ERP and is part of the function group POC_MAIN within the package CMX_POC.
Function Module | POC_CALL_MESSAGE_LIST_POPUP |
Short Text | Aufruf des Popups zur Meldungsanzeige |
Function Group | POC_MAIN |
Package | CMX_POC |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IM_MESSAGE_CATEGORY | LIKE | COMH-MSCLA | Meldungsart | |
IM_MESSAGE_NUMBER | TYPE | CO_MSID | Meldungsnr. | |
IM_PLANT | LIKE | COMH-WERK | Meldungswerk | |
IM_SOURCE | LIKE | COMH-SOURCE | Meldungsquelle | |
IM_TESTKZ | LIKE | COMH-TSTKZ | Testmeldung |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IM_MESSAGE_VALUE_TAB | TYPE | POC_MESSAGE_VALUE_TAB | asdf |
This function module does not define any Exceptions.