The Function Module CACS_ERASE_OLD_VERSIONS (CACS: Löscht aus Versionsgeführten Tabellen ungültige Sätze) is a standard Function Module in SAP ERP and is part of the function group CACS_ADMINISTRATION within the package CACSGT.
Function Module | CACS_ERASE_OLD_VERSIONS |
Short Text | CACS: Löscht aus Versionsgeführten Tabellen ungültige Sätze |
Function Group | CACS_ADMINISTRATION |
Package | CACSGT |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_APPL_VALUE | TYPE | CACS_CTRTBU-APPL | Bestimmt die Applikationsklasse | |
I_PRODUCTIVE | TYPE | CACS_S_DOCU-FLG_PRODRUN | Flag ob FB produktiv laufen soll | |
I_RENUMBER | TYPE | CACSRENUMBER | Prov.: Customizing verdichten: Versionsnummer neu vergeben? | |
I_TABNAME | LIKE | Nme der Tabelle |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_DELETED | LIKE | SY-DBCNT | Anzahl gelöschte/zu löschende Sätze | |
E_NUMBERED | LIKE | SY-DBCNT | Anzahl neu nummerrierter Sätze |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NO_VERSION_HANDLING | Tabelle ist nicht versionsgeführt |
OBJ_NOT_EXISTS | Objekt existiert nicht |
TECHNICAL_ERROR | zB: Version kein bzw. nicht letztes Key-Feld |