The Function Module COMH_CREATE_MESSAGE_HEADER (Anlegen eines Meldungskopfes) is a standard Function Module in SAP ERP and is part of the function group COMH within the package COCB_PIS.
Function Module | COMH_CREATE_MESSAGE_HEADER |
Short Text | Anlegen eines Meldungskopfes |
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 |
---|---|---|---|---|
CONTROL_SEQUENCE | TYPE | C | 'PVA' | |
DUNKEL | TYPE | FLAG | SPACE | 'X': Alle Daten werden übergeben, kein Dialog |
MSCLA | LIKE | RCOMH-MSCLA | Message category | |
MSID | LIKE | RCOMH-MSID | 1 | Message number |
SEDAT | LIKE | RCOMH-SEDAT | SY-DATLO | Send date |
SEUZT | LIKE | RCOMH-SEUZT | SY-TIMLO | Send time |
SOURCE | LIKE | RCOMH-SOURCE | SY-UNAME | Message source |
TSTKZ | LIKE | RCOMH-TSTKZ | Test indicator | |
WERK | LIKE | RCOMH-WERK | Plant |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
OK_FUNCTION | TYPE | SY-UCOMM | OK code to exit the function | |
TCOMH | LIKE | RCOMHP | Message header created |
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.