SAP ABAP Class CL_RSDA_DATA_OBJECT (BW Archiving: Segmented Data Object)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DST (Application Component) Data Staging
⤷
RSDA (Package) BW Data Archiving and Near-line Storage. Core Functions

⤷

⤷

Properties
Class | CL_RSDA_DATA_OBJECT | |
Short Description | BW Archiving: Segmented Data Object | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSDA | BW Data Archiving and Near-line Storage. Core Functions |
Created | 20041123 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_RSDA_DATA_OBJECT has no forward declaration.
Interfaces
Class CL_RSDA_DATA_OBJECT has no interface implemented.
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_RSDA_ARCHIVE_READER | 20061116 | ||
2 | CL_RSDA_REQUEST_READER | 20061116 |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | I | 1048576 | 20060210 | ||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | ARCH_IDX-OFFSET | Offset of Data Object in Archive File | 20070320 | ||
3 | ![]() |
Instance attribute | Public | Type reference (TYPE) | I | 20050322 | |||
4 | ![]() |
Instance attribute | Public | Type reference (TYPE) | RS_BOOL | Boolean | 20060210 | ||
5 | ![]() |
Instance attribute | Public | Type reference (TYPE) | I | Maximum Size of Data Object | 20060210 | ||
6 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | DATA | Reference to Object Key | 20041123 | ||
7 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | DATA | Reference to Work Area for Object Key | 20050916 | ||
8 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | DATA | Reference to Internal Table with Object Key | 20050916 | ||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_TS_SEGMENTS | 20041123 | |||
10 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | DATA | 20050209 | |||
11 | ![]() |
Instance attribute | Public | Type reference (TYPE) | TY_TR_SEGMENTS | 20050209 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20041123 | |
2 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20041123 |
3 | ![]() |
Instance method | Public | Method | 20050217 | |
4 | ![]() |
Instance method | Public | Method | 20050222 | |
5 | ![]() |
Instance method | Public | Method | 20050916 | |
6 | ![]() |
Instance method | Public | Method | 20050308 | |
7 | ![]() |
Instance method | Public | Method | 20070320 | |
8 | ![]() |
Instance method | Public | Method | 20050322 |
Events
Class CL_RSDA_DATA_OBJECT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_R_SEGMENT | Public | Object reference (TYPE REF TO) | IF_RSDA_DATA_SEGMENT | 20050209 |
|
|
2 | TY_SX_TYPEDESCR | Public | See coding | 20050209 | BEGIN OF ty_sx_typedescr,
r_keydescr TYPE REF TO cl_abap_structdescr,
is_segmented TYPE rs_bool,
ts_segmdescr TYPE SORTED TABLE OF ty_s_segmdescr WITH UNIQUE KEY segid,
END OF ty_sx_typedescr
|
||
3 | TY_S_SEGMDESCR | Public | See coding | 20050210 | BEGIN OF ty_s_segmdescr,
segid TYPE rsda_segid,
segname TYPE tabname,
infoprov TYPE rsinfoprov,
r_structdescr TYPE REF TO cl_abap_structdescr,
END OF ty_s_segmdescr
|
||
4 | TY_TR_SEGMENTS | Public | See coding | 20050209 | ty_tr_segments TYPE STANDARD TABLE OF ty_r_segment WITH KEY table_line
|
Method Signatures
Method CLEAR Signature
Method CLEAR on class CL_RSDA_DATA_OBJECT has no parameter.
Method CLEAR on class CL_RSDA_DATA_OBJECT has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_SX_TYPEDESCR | Call by reference | Type reference (TYPE) | TY_SX_TYPEDESCR | 20050209 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Aktion wurde abgebrochen | 20050209 |
Method COUNT_RECORDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_COUNT | Value transfer | Type reference (TYPE) | RSDA_INT8 | BW Archivierung: Archivierungsrequest | 20050217 |
Method COUNT_RECORDS on class CL_RSDA_DATA_OBJECT has no exception.
Method GET_SIZE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_SIZE | Value transfer | Type reference (TYPE) | RSDA_INT8 | BW Archivierung: Archivierungsrequest | 20050222 |
Method GET_SIZE on class CL_RSDA_DATA_OBJECT has no exception.
Method KEY_COMPARE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_S_DATA | Call by reference | Type reference (TYPE) | ANY | 20050916 | |||
2 | ![]() |
R_RESULT | Value transfer | Type reference (TYPE) | I | Rückgabewert von ABAP-Anweisungen | 20050916 |
Method KEY_COMPARE on class CL_RSDA_DATA_OBJECT has no exception.
Method MOVE_CORRESPONDING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_DATA | Call by reference | Object reference (TYPE REF TO) | CL_RSDA_DATA_OBJECT | BW Archivierung: Segmentiertes Datenobjekt | 20050308 |
Method MOVE_CORRESPONDING on class CL_RSDA_DATA_OBJECT has no exception.
Method SET_DATA_OBJECT_OFFSET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DATA_OBJECT_OFFSET | Call by reference | Type reference (TYPE) | ARCH_IDX-OFFSET | Offset des Datenobjekts in der Archivdatei | 20070320 |
Method SET_DATA_OBJECT_OFFSET on class CL_RSDA_DATA_OBJECT has no exception.
Method SET_DATA_OBJECT_SID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DATA_OBJECT_SID | Call by reference | Type reference (TYPE) | RSSID | Stammdaten ID | 20050322 |
Method SET_DATA_OBJECT_SID on class CL_RSDA_DATA_OBJECT has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 700 |