The Function Module COMH_CHECK_P_MESSAGE_ELEMENTS (Prüfen, ob alle obligatorischen Merkmale bewertet wurden) is a standard Function Module in SAP ERP and is part of the function group COMH within the package COCB_PIS.
Function Module | COMH_CHECK_P_MESSAGE_ELEMENTS |
Short Text | Prüfen, ob alle obligatorischen Merkmale bewertet wurden |
Function Group | COMH |
Package | COCB_PIS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IGNORE_TEXTS | LIKE | SPACE | Ignore text characteristics | |
MESSAGE_CLASS | LIKE | RCOMH-MSCLA | Message category | |
MESSAGE_ID | LIKE | RCOMH-MSID | Message number | |
WERK | LIKE | RCOMH-WERK | Plant |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ERROR_ATINN | LIKE | CABN-ATINN | Fehlerhaftes Merkmal | |
ERROR_INDEX | LIKE | SY-TABIX | Sy tabix of message characteristic | |
ERROR_TYPE | LIKE | SY-SUBRC | Error type |
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 |
---|---|---|---|---|
TCOME | LIKE | RCOMEP | Table with message characteristics |
This function module does not define any Exceptions.