Ansicht
Dokumentation

ARCHIVE_GET_ARCHIVE_FILES - Transfer Archive Key of the Files Belonging to a Handle

ARCHIVE_GET_ARCHIVE_FILES - Transfer Archive Key of the Files Belonging to a Handle

Addresses (Business Address Services)   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.
SAP E-Book

Description

The function module transfers the keys for all archive files that were processed with Archive Development Kit (ADK) function modules and that belong to the archive handle in parameter ARCHIVE_HANDLE:

Example

DATA: ARCHIVE_HANDLE LIKE SY-TABIX.
DATA: BEGIN OF ARCHIVE_TABLE OCCURS 10.
        INCLUDE STRUCTURE ARCH_FILES.
DATA: END OF ARCHIVE_TABLE.
...
CALL FUNCTION 'ARCHIVE_GET_ARCHIVE_FILES'
     EXPORTING
          ARCHIVE_HANDLE = ARCHIVE_HANDLE
     TABLES
          ARCHIVE_FILES  = ARCHIVE_TABLE.





Parameters

ARCHIVE_FILES
ARCHIVE_HANDLE

Exceptions

INTERNAL_ERROR
WRONG_ACCESS_TO_ARCHIVE

Function Group

ARCH

General Material Data   Fill RESBD Structure from EBP Component Structure  
This documentation is copyright by SAP AG.

Length: 1438 Date: 20240523 Time: 102353     sap01-206 ( 22 ms )