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 TXDescription Table with the structures in which data from the archive file that iscurrently being processed was stored. |