SAP Function ARCHIVE_DELETE_OBJECT - (Obsolete! Use ARCHIVE_OBJECT_DELETE)

Parameter Reference Type Length Default Optional Text
DEL_ADMI 0 ' ' X Indicator: Deletion of admin. table
OBJECT ARCH_OBJ-OBJECT C 10 Object for which the program is generated

Exception Text
DELETING_NOT_ALLOWED Deletion of object is not permitted
INITIALIZATION_MISSING Initialization is missing
OBJECT_NOT_FOUND Unknown Object

Functions
This function module deletes a generated archiving object, but not theaccompanying programs or variants and so on.
CALL FUNCTION 'ARCHIVE_DELETE_OBJECT'
EXPORTING
OBJECT = 'TESTOBJECT'
EXCEPTIONS
DELETING_NOT_ALLOWED = 01
OBJECT_NOT_FOUND = 02.

Additional Notes
The program RSARCH_DELETE_TESTOBJECT demonstrates the use of thisfunction module.

See also
Definition of Term Program Generator

Description
If this flag is set then the entries belonging to the object in theadministration tables ADMI_RUN, ADMI_FILES, ADMI_VARIA, ADMI_JOBS andADMI_RJOBS are also deleted.

Default
DEL_ADMI = ' '