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 TXDescription Tables with structures to which the initialization data was transferredduring the write phase. |