Functionality This function module supplies settings from Customizing for thearchiving object to the archiving programs. Values are returned thatare important for the delete program. In any case the Commit counter isalso used in several index setup and retrieval programs. DATA: COMMCNT LIKE ARCH_USR-ARCH_COMIT. ... CALL FUNCTION 'ARCHIVE_GET_CUSTOMIZING_DATA' EXPORTING OBJECT = 'FILENAME' IMPORTING COMMIT_COUNT_FOR_DELETE_PRG = COMMCNT EXCEPTIONS OBJECT_NOT_FOUND = 01. Description This flag states whether a data object index is to be created. If theassociated customizing field is set, the archive file ID is written toan index table. |