The Function Module K_OBJECT_DELETE (Deleting the Object-Number-Dependent Tables for a CO Object) is a standard Function Module in SAP ERP and is part of the function group KADL within the package KACC.
Function Module | K_OBJECT_DELETE |
Short Text | Deleting the Object-Number-Dependent Tables for a CO Object |
Function Group | KADL |
Package | KACC |
Module Type | Update Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BLOCKING_SIZE | LIKE | ARCH_USR-ARCH_COMIT | '30' | Blockungsfaktor für Objekte |
MASTER_DATA | LIKE | BOOLE-BOOLE | SPACE | Flag 'Also delete tables with similar master data' |
NO_COMMIT | LIKE | BOOLE-BOOLE | SPACE | Flag 'No COMMIT WORK' |
OBART | LIKE | IONRA-OBART | SPACE | Object type for the object number(s) to be deleted |
OBJNR | LIKE | ONR00-OBJNR | SPACE | Object number |
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 |
---|---|---|---|---|
T_OBJNR | LIKE | IONRB | Table with object numbers | |
T_STAT | LIKE | ARCH_STAT | Übergabe der Statistikdaten an die Archivierung |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
MISSING_INPUT | No object number(s) specified |
OBJNR_WITH_WRONG_OBART | Object number has incorrect object type |