The Function Module POC_ARC_REMOVE_DB_DATA (Neue Herstellanweisung: HA löschen) is a standard Function Module in SAP ERP and is part of the function group POC_ENTRY within the package CMX_POC.
Function Module | POC_ARC_REMOVE_DB_DATA |
Short Text | Neue Herstellanweisung: HA löschen |
Function Group | POC_ENTRY |
Package | CMX_POC |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IV_DELETED_COUNT | TYPE | I | Anzahl erfolgreich gelöschter Datensätze | |
IV_NOT_DELETED_COUNT | TYPE | I | Anzahl nicht gelöschter Datensätze |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EV_DELETED_COUNT | TYPE | I | Anzahl erfolgreich gelöschter Datensätze | |
EV_NOT_DELETED_COUNT | TYPE | I | Anzahl nicht gelöschter Datensätze |
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 |
---|---|---|---|---|
CRD4_DEL_TAB | LIKE | COCH | Zu löschende Herstell-/Arbeitsanweisungen | |
MSG_TAB | LIKE | SYMSG | Ausgelöste Systemnachrichten |
This function module does not define any Exceptions.