SAP ABAP Function Module ARCHIVE_GET_TABLE (Read Records by Structure from the Current Data Object)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-ADK (Application Component) Archive Development Kit
     SARC (Package) Archive Development Kit
Basic Data
Function Module ARCHIVE_GET_TABLE Read Records by Structure from the Current Data Object  
Function Group ARCH   ADK Interface  
Program Name SAPLARCH    
INCLUDE Name LARCHU02    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting RECORD_CURSOR TYPE SYST-TABIX Pointer to a Data Record in the Data Object
Exporting RECORD_FLAGS TYPE ARCH_FLAGS Flag Bar for All Data Records in the Table
Exporting RECORD_LENGTH TYPE ARCH_INT-INT4 Length of the Data Record in the Table
Importing ARCHIVE_HANDLE TYPE SYST-TABIX Handle to the Open Archive Files
Importing RECORD_STRUCTURE TYPE ARC_BUFFER-RNAME Name of Structure of All Data Records in the Table
Importing ALL_RECORDS_OF_OBJECT TYPE SPACE Read All Records of the Structure in the Data Object
Importing AUTOMATIC_CONVERSION TYPE 'X' Automatic Conversion of all Data Records
Importing ARCHIVING_CLASS TYPE ARCH_CLAS_ SPACE Archiving Class
Tables TABLE TYPE   Table Containing the Data Records
Tables RECORD_FLAGS_TABLE TYPE ARCH_FLAGS Flag Bar for All Data Records in the Table
Exception END_OF_OBJECT TYPE No Further Data Record Exists
Exception INTERNAL_ERROR TYPE Internal error
Exception WRONG_ACCESS_TO_ARCHIVE TYPE Incorrect Access to the Archive
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  19950602 
SAP Release Created in