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 |
|---|---|---|---|---|---|---|---|
| |
RECORD_CURSOR | TYPE | SYST-TABIX | Pointer to a Data Record in the Data Object | |||
| |
RECORD_FLAGS | TYPE | ARCH_FLAGS | Flag Bar for All Data Records in the Table | |||
| |
RECORD_LENGTH | TYPE | ARCH_INT-INT4 | Length of the Data Record in the Table | |||
| |
ARCHIVE_HANDLE | TYPE | SYST-TABIX | Handle to the Open Archive Files | |||
| |
RECORD_STRUCTURE | TYPE | ARC_BUFFER-RNAME | Name of Structure of All Data Records in the Table | |||
| |
ALL_RECORDS_OF_OBJECT | TYPE | SPACE | Read All Records of the Structure in the Data Object | |||
| |
AUTOMATIC_CONVERSION | TYPE | 'X' | Automatic Conversion of all Data Records | |||
| |
ARCHIVING_CLASS | TYPE | ARCH_CLAS_ | SPACE | Archiving Class | ||
| |
TABLE | TYPE | Table Containing the Data Records | ||||
| |
RECORD_FLAGS_TABLE | TYPE | ARCH_FLAGS | Flag Bar for All Data Records in the Table | |||
| |
END_OF_OBJECT | TYPE | No Further Data Record Exists | ||||
| |
INTERNAL_ERROR | TYPE | Internal error | ||||
| |
WRONG_ACCESS_TO_ARCHIVE | TYPE | Incorrect Access to the Archive | ||||
Processing Type
| Normal Function 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 |