SAP ABAP Class CL_RSL_BACKUP_R_COMP_TAB (Backup Write Component: Table)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSL_BACKUP (Package) Backup/recovery

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSL_BACKUP_R_COMP | Backup Read Component | 20100930 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSL_BACKUP_R_COMP_TAB | Backup Write Component: Table | 20100930 |
Properties
Class | CL_RSL_BACKUP_R_COMP_TAB | |
Short Description | Backup Write Component: Table | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSL_BACKUP | Backup/recovery |
Created | 20100930 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_RSL_BACKUP_R_COMP | Backup Read Component | 20100930 | ||
2 | IF_RSL_BACKUP_R_COMP_TAB | Backup Write Component: Table | 20100930 |
Friends
Class CL_RSL_BACKUP_R_COMP_TAB has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | See coding | States | 20101001 | |||
2 | ![]() |
Instance attribute | Private | Attribute reference (LIKE) | 20100930 | ||||
3 | ![]() |
Instance attribute | Private | Attribute reference (LIKE) | 20100930 | ||||
4 | ![]() |
Instance attribute | Private | Attribute reference (LIKE) | 20100930 | ||||
5 | ![]() |
Instance attribute | Private | Attribute reference (LIKE) | 20100930 | ||||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | XSTRING | Data Description (Serialized) | 20100930 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | Current Partition Index | 20100930 | ||
8 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | DATA | Helper Buffer for IMPORT | 20110127 | ||
9 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_TABLEDESCR | Data Table Description | 20100930 | ||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | State | 20101001 | ||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | IF_RSL_BACKUP_TYPES=>GT_T_DATA_DESCR_TAB | Data Description (Table) for Tabular Data | 20100930 | ||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | IF_RSL_BACKUP_TYPES=>GT_T_FIELD_MAPPING | Field Mapping Table | 20100930 | ||
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GT_T_PART_HEADER | Partition Header (Table) | 20100930 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20100930 |
2 | ![]() |
Instance method | Private | Method | Read Next Partition | 20101001 |
3 | ![]() |
Instance method | Private | Method | Free Resources | 20101001 |
4 | ![]() |
Instance method | Private | Method | Open Backup Component | 20100930 |
5 | ![]() |
Instance method | Private | Method | Set Data Description (XML) | 20100930 |
Events
Class CL_RSL_BACKUP_R_COMP_TAB has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GT_S_PART_HEADER | Public | See coding | Partition Header (Structure) | 20100930 | BEGIN OF gt_s_part_header,
part_id TYPE if_rsl_backup_types=>gt_part_id,
data_rows TYPE if_rsl_backup_types=>gt_data_rows,
data_size TYPE if_rsl_backup_types=>gt_data_size,
data_descr_xml TYPE if_rsl_backup_types=>gt_data_descr_xml,
END OF gt_s_part_header
|
|
2 | GT_T_PART_HEADER | Public | See coding | Partition Header (Table) | 20100930 | gt_t_part_header TYPE SORTED TABLE OF gt_s_part_header WITH UNIQUE KEY part_id
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_COMP_ID | Call by reference | Type reference (TYPE) | IF_RSL_BACKUP_TYPES=>GT_COMP_ID | Komponenten-ID | 20100930 | ||
2 | ![]() |
I_COMP_TYPE | Call by reference | Type reference (TYPE) | IF_RSL_BACKUP_TYPES=>GT_COMP_TYPE | Komponententyp | 20100930 | ||
3 | ![]() |
I_R_BACKUP_R | Call by reference | Object reference (TYPE REF TO) | IF_RSL_BACKUP_R | Backup Reader | 20100930 |
Method CONSTRUCTOR on class CL_RSL_BACKUP_R_COMP_TAB has no exception.
Method _FETCH_PART Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_END_OF_DATA | Call by reference | Type reference (TYPE) | RS_BOOL | End of data | 20101001 | ||
2 | ![]() |
E_T_DATA | Call by reference | Type reference (TYPE) | TABLE | 20101001 |
Method _FETCH_PART on class CL_RSL_BACKUP_R_COMP_TAB has no exception.
Method _FREE Signature
Method _FREE on class CL_RSL_BACKUP_R_COMP_TAB has no parameter.
Method _FREE on class CL_RSL_BACKUP_R_COMP_TAB has no exception.
Method _OPEN Signature
Method _OPEN on class CL_RSL_BACKUP_R_COMP_TAB has no parameter.
Method _OPEN on class CL_RSL_BACKUP_R_COMP_TAB has no exception.
Method _SET_DATA_DESCR_XML Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DATA_DESCR_XML | Call by reference | Type reference (TYPE) | IF_RSL_BACKUP_TYPES=>GT_DATA_DESCR_XML | Datenbeschreibung (serialisiert) | 20100930 |
Method _SET_DATA_DESCR_XML on class CL_RSL_BACKUP_R_COMP_TAB has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 730 |