SAP ABAP Interface IF_ARC_HANA_READ (Read Data from Archive)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CCM-ADK (Application Component) Archive Development Kit
⤷
S_ILM_ARC_HANA (Package) ILM: API for Reading Archived Data for HANA
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_ARC_HANA_READ | Read Data from Archive | 20111115 |
Properties
| Interface | IF_ARC_HANA_READ | |
| Short Description | Read Data from Archive |
General Data
| Package | S_ILM_ARC_HANA | ILM: API for Reading Archived Data for HANA |
| Created | 20111115 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_ARC_HANA_READ has no interface.
Friends
Interface IF_ARC_HANA_READ has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MV_ARCHIVING_OBJECT | Instance attribute | Public | Type reference (TYPE) | OBJCT_TR01 | Archiving Object | 20111115 | ||
| 2 | MV_HANDLE | Instance attribute | Public | Type reference (TYPE) | I | Handle for Read Access | 20111115 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Gets all Archived Files with the Status "Complete" | 20111115 | |
| 2 | Instance method | Public | Method | Gets all Archiving Objects for a Table | 20111115 | |
| 3 | Instance method | Public | Method | Gets the Tables for an Archiving Object | 20111212 | |
| 4 | Instance method | Public | Method | Read Data from Archive | 20111115 |
Events
Interface IF_ARC_HANA_READ has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_CLASS_TABS | Public | See coding | 20111117 | BEGIN OF ty_s_class_tabs,
class TYPE arch_clas_,
structure_names TYPE tttabname,
END OF ty_s_class_tabs
|
||
| 2 | TY_S_STRUC_TAB_RELATION | Public | See coding | 20111116 | BEGIN OF ty_s_struc_tab_relation,
tab_name TYPE tabname,
structure_names TYPE tttabname,
END OF ty_s_struc_tab_relation
|
||
| 3 | TY_S_TAB_OBJECTS | Public | See coding | 20111116 | BEGIN OF ty_s_tab_objects,
table_name TYPE tabname,
archiving_objects TYPE as_t_archobj,
END OF ty_s_tab_objects
|
||
| 4 | TY_T_ARKEYS | Public | See coding | 20111116 | ty_t_arkeys TYPE STANDARD TABLE OF arkey WITH DEFAULT KEY
|
||
| 5 | TY_T_CLASS_TABS | Public | See coding | 20111117 | ty_t_class_tabs TYPE STANDARD TABLE OF ty_s_class_tabs WITH DEFAULT KEY
|
||
| 6 | TY_T_STRUC_TAB_RELATION | Public | See coding | 20111116 | ty_t_struc_tab_relation TYPE STANDARD TABLE OF ty_s_struc_tab_relation WITH DEFAULT KEY
|
||
| 7 | TY_T_TAB_OBJECTS | Public | See coding | 20111116 | ty_t_tab_objects TYPE STANDARD TABLE OF ty_s_tab_objects WITH DEFAULT KEY
|
Method Signatures
Method GET_ARCHKEYS_FOR_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ARCHKEYS | Call by reference | Type reference (TYPE) | TY_T_ARKEYS | Tabelle von Archivdateischlüsseln | 20111115 | |||
| 2 | EV_DATA_OBJECTS_COUNT | Call by reference | Type reference (TYPE) | ADMI_COUNT | Anzahl der Objekte in Archivdateien | 20111115 | |||
| 3 | IV_ARCHIVING_OBJECT | Call by reference | Type reference (TYPE) | OBJCT_TR01 | Archivierungsobjekt | 20111115 | |||
| 4 | IV_COUNT_DATA_OBJECTS | Call by reference | Type reference (TYPE) | BOOLE_D | Anzahl der Datenobjekt ausgeben (TRUE='X') und FALSE (=' ') | 20111115 | |||
| 5 | IV_CREATION_DATE_MAX | Call by reference | Type reference (TYPE) | ADMI_DATE | Zeitliche Einschränkung der Archivdateien (Maximum) | 20111115 | |||
| 6 | IV_CREATION_DATE_MIN | Call by reference | Type reference (TYPE) | ADMI_DATE | Zeitliche Einschränkung der Archivdateien (Minimum) | 20111115 |
Method GET_ARCHKEYS_FOR_OBJECT on Interface IF_ARC_HANA_READ has no exception.
Method GET_OBJECTS_FOR_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ARCH_OBJECTS | Call by reference | Type reference (TYPE) | TY_T_TAB_OBJECTS | Zuordnung Archivierungsobjekte zu Tabellen | 20111115 | |||
| 2 | IT_TABLES | Call by reference | Type reference (TYPE) | TTTABNAME | Tabellen, zu den Archivierungsobjekte bestimmt werden sollen | 20111115 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Lesen | 20111115 |
Method GET_TABLES_FOR_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_TABLES | Call by reference | Type reference (TYPE) | TTTABNAME | Menge von Tabellen | 20111212 | |||
| 2 | IV_ARCHIVING_OBJECT | Call by reference | Type reference (TYPE) | OBJCT_TR01 | Archivierungsobjekt | 20111212 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Lesenenden Zugriff | 20111212 |
Method READ_DATA_BLOCK_FROM_ARCHIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DATA | Call by reference | Type reference (TYPE) | AS_T_TABLEBUFFER | Daten zu den zu lesenden Tabellen | 20111115 | |||
| 2 | EV_DATA_OBJECTS_PROCESSED | Call by reference | Type reference (TYPE) | I | Anzahl der prozessierten Datenobjekte | 20111115 | |||
| 3 | EV_NEXT_ARCHIVE_KEY | Value transfer | Type reference (TYPE) | ARKEY | Schlüssel der Archivdatei zum weiterlesen | 20111115 | |||
| 4 | EV_NEXT_OFFSET | Value transfer | Type reference (TYPE) | ADMI_OFFST | Offset des Datenobjekts in der Archivdatei zum weiterlesen | 20111115 | |||
| 5 | IT_TABNAMES | Call by reference | Type reference (TYPE) | TTTABNAME | Tabellen, zu denen archivierte Daten gelesen werden sollen | 20111115 | |||
| 6 | IV_ARCHIVE_KEY | Value transfer | Type reference (TYPE) | ARKEY | Schlüssel der Archivdatei aus der gelesen werden soll | 20111115 | |||
| 7 | IV_ARCHIVING_OBJECT | Call by reference | Type reference (TYPE) | OBJCT_TR01 | Archivierungsobjekt | 20111115 | |||
| 8 | IV_CREATION_DATE_MAX | Call by reference | Type reference (TYPE) | ADMI_DATE | Zeitliche Einschränkung der Archivdateien (Maximum) | 20111115 | |||
| 9 | IV_CREATION_DATE_MIN | Call by reference | Type reference (TYPE) | ADMI_DATE | Zeitliche Einschränkung der Archivdateien (Minimum) | 20111115 | |||
| 10 | IV_MAX_DATA_SIZE | Call by reference | Type reference (TYPE) | I | Maximale Größe eines Datenpakets in KB | 20111115 | |||
| 11 | IV_OFFSET | Value transfer | Type reference (TYPE) | ADMI_OFFST | Offset des Datenobjekts in der Archivdatei | 20111115 | |||
| 12 | IV_STICK_TO_FILE | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Nur die vorgegebene Datei verarbeiten | 20111115 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Lesenenden Zugriff | 20111115 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 732 |