SAP Function STATUS_REARCH_OBJECT - Do not use!

Parameter Reference Type Length Default Optional Text
ARCHIVE_HANDLE SYST-TABIX I 4 Archive in Which Status Object is Written
OBJECT_DELETE_FLAG C C 0 'X' X Deletion Indicator

Parameter Reference Length Optional Text
T_DJEST DJEST 48 X Key-Date Based Management
T_JCDO JCDO 94 X Status Object(s) Change Documents
T_JCDS JCDS 85 X Individual Status Change Documents
T_JEST JEST 34 X Status
T_JSTO JSTO 40 X Status Object(s)

Exception Text
WRONG_ACCESS_TO_ARCHIVE Archive not Open for Writing


The function module now generates one cancellation only. It shouldno longer be used.
Flag status objects for archiving.
Status objects are saved in the archive using the function moduleARCHIVE_SAVE_OBJECT.
Unlike the function module
STATUS_ARCHIVE_OBJECT, here the wholeof the status objects are transferred, not just the object numbers. Thestatus objects are not read from the database. This function module istherefore suitable for converting archives.

Description
Indicator for the archive that is to be written to.
A value must be transferred here that is updated by function moduleARCHIVE_OPEN_FOR_WRITE in parameterARCHIVE_HANDLE.

Description
Determines whether the status object(s) is(are) to be deleted when thedeletion program is run.
('X' -> Status object is deleted)

Value range
SPACE or 'X'

Default
'X'

Description
Here the DJEST records to be archived are transferred.

Description
Here the JCDO records to be archived are transferred.

Description
Here the JCDS records to be archived are transferred.

Description
Here the JEST records to be archived are transferred.

Description
Here the JSTO records to be archived are transferred.