Fonction SAP ARCHIVE_GET_CUSTOMIZING_DATA - Read Customizing Data of an Archiving Object

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
OBJECT ARCH_OBJ-OBJECT C 10 Archiving Object

Paramètre Reférence Type Long. Description
COMMIT_COUNT_FOR_DELETE_PRG ARCH_USR-ARCH_COMIT I 4 Number of Objects for a Commit Work
MAINTAIN_INDEX ARCH_USR-ARCH_INDEX C 1 Indicator: Data Object Index Created

Exception Description
OBJECT_NOT_FOUND Object Unknown

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.