The Function Module COMH_DELETE_MESSAGE_TEXTS (Es werden alle Texte zu einer Meldung gelöscht.) is a standard Function Module in SAP ERP and is part of the function group COMH within the package COCB_PIS.
Function Module | COMH_DELETE_MESSAGE_TEXTS |
Short Text | Es werden alle Texte zu einer Meldung gelöscht. |
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 |
---|---|---|---|---|
MESSAGE_ID | LIKE | RCOMHP-MSID | SPACE | Meldungsnummer der zu reorganisierenden Meldung |
SAVEMODE_DIRECT | LIKE | SPACE | Delete from database | |
TEXTMEMORY_ONLY | LIKE | SPACE | Delete text from text memory only |
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 |
---|---|---|---|---|
TCOME | LIKE | RCOMEP | Message characteristics |
This function module does not define any Exceptions.