Fonction SAP ARCHIVE_GET_STRUCTURES - Determine Registered Structures

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 structure in which data was archived.
This function is useful for archiving objects and archiving classesthat do not specify the structures for archiving completelystatistically and that cannot determine them completely until runtime.

Notes
The Archive Development Kit (ADK) supplies this information based onthe archive file that is currently being processed.
The archiving object can use its own programs to request thisinformation at any time. Note, however, that the number of thestructures determined within an archiving session does not change. Youcan use parameter SESSION in function moduleARCHIVE_GET_NEXT_OBJECT to change the archiving session.
An archiving class can only request this information within thesubroutine _INIT_READ. This subroutine is called by ADK whenthe archive file that is currently being processed is changed.
INCLUDE 'ARCHIVE_PARAM_HANDLE_READ' OBJECT DOKU ID TX

Description
Table with the structures in which data from the archive file that iscurrently being processed was stored.