Fonction SAP ARCHIVE_GET_INIT_STRUCTURES - Determine Structures for the Initialization Data

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
ARCHIVE_HANDLE SYST-TABIX I 4 Handle on Open Archive Files

Paramètre Reférence Long. Facultatif Description
RECORD_STRUCTURES ARCH_DDIC 30 Structure of Table Type from DDIC

Exception Description
WRONG_ACCESS_TO_ARCHIVE Invalid Operation with Archive Handle

Functionality
With this function module, an archiving object or an archiving classcan determine the structures under which initialization data was storedduring the write phase.

Notes
The Archive Development Kit (ADK) always supplies this informationbased on the archive file that is currently being processed.
The archiving object can request this information at any time using itsprograms. Note, however, that with function moduleARCHIVE_PUT_INIT_DATA, storedinitialization data does not change within an archiving session. It ispossible to change archiving session using parameter SESSION infunction module ARCHIVE_GET_NEXT_OBJECT.
An archiving class can only request this information within thesubroutine _INIT_READ. This subroutine is called by ADK whenchanging the archive file that is currently being processed.
The function module ARCHIVE_GET_INIT_DATA
enables you to determine the initialization data.
INCLUDE 'ARCHIVE_PARAM_HANDLE_READ' OBJECT DOKU ID TX

Description
Tables with structures to which the initialization data was transferredduring the write phase.