The Function Module C14O_CHANGEDOCUMENT_DELETE (EHS: Löschen von Änderungsbelegen) is a standard Function Module in SAP ERP and is part of the function group C14O within the package CBUI.
Function Module | C14O_CHANGEDOCUMENT_DELETE |
Short Text | EHS: Löschen von Änderungsbelegen |
Function Group | C14O |
Package | CBUI |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_FLG_COMMIT | TYPE | C | 'X' | mit COMMIT ? |
I_UP_TO_DATE | LIKE | CDHDR-UDATE | SY-DATUM | Datum, bis zu dem Änderungsbel. gelöscht werden |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_NO_OF_DEL_HEADERS | LIKE | SY-DBCNT | Anzahl der gelöschten Änderungsbelegheader | |
E_NO_OF_DEL_POS | LIKE | SY-DBCNT | Anzahl der gelöschten Änderungsbelegpositionen |
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.