SAP ABAP Class CL_RSODP_BW_CURSOR (BW Cursor for ODP)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DST (Application Component) Data Staging
⤷
RSODP (Package) Operational Data Provisioning (BW Part)

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ODQ_EXTRACTOR | Extractor | 20130215 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RODPS_ODP_CURSOR | Cursor | 20130215 |
Properties
Class | CL_RSODP_BW_CURSOR | |
Short Description | BW Cursor for ODP | |
Super Class | ||
Instantiability of a Class | 1 | Protected |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSODP | Operational Data Provisioning (BW Part) |
Created | 20130215 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
4 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
5 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
6 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_ODQ_EXTRACTOR | Extractor | 20130215 | ||
2 | IF_RODPS_ODP_CURSOR | Cursor | 20130215 |
Friends
Class CL_RSODP_BW_CURSOR has no friend class.
Attributes
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Protected | Method | 20130215 | |
2 | ![]() |
Instance method | Protected | Method | 20130215 | |
3 | ![]() |
Instance method | Protected | Constructor | 20130215 | |
4 | ![]() |
Instance method | Private | Method | 20130701 | |
5 | ![]() |
Instance method | Protected | Method | 20130215 | |
6 | ![]() |
Instance method | Protected | Method | 20130215 | |
7 | ![]() |
Static method | Public | Method | 20130215 | |
8 | ![]() |
Instance method | Private | Method | 20130701 | |
9 | ![]() |
Instance method | Private | Method | 20130701 | |
10 | ![]() |
Instance method | Private | Method | 20130701 | |
11 | ![]() |
Instance method | Protected | Method | 20130215 | |
12 | ![]() |
Instance method | Protected | Method | 20130215 | |
13 | ![]() |
Static method | Public | Method | 20130215 | |
14 | ![]() |
Instance method | Protected | Method | 20130215 | |
15 | ![]() |
Instance method | Protected | Method | 20130215 |
Events
Class CL_RSODP_BW_CURSOR has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TP_S_HEADERID | Private | See coding | 20130701 | BEGIN OF tp_s_headerid,
objectid TYPE n LENGTH 10.
INCLUDE TYPE odp_s_hierarchy_header_key AS s_key.
TYPES:
headerid TYPE odp_headerid,
END OF tp_s_headerid
|
||
2 | TP_S_ODP_HIER_ALL | Private | See coding | 20130701 | BEGIN OF tp_s_odp_hier_all,
headerid TYPE odp_headerid,
hienm TYPE rshienm,
timestmp TYPE rstimestmp,
nodeid TYPE odp_nodeid,
parentid TYPE odp_parentid,
childid TYPE odp_childid,
nextid TYPE odp_nextid,
tlevel TYPE rstlevel,
intervl TYPE rsintervl,
fieldname_asc TYPE fieldname,
foldername TYPE odp_foldername,
linkcount TYPE odp_linkcount,
h_link TYPE rslink,
END OF tp_s_odp_hier_all
|
||
3 | TP_S_RSSH_ALL | Private | See coding | 20130701 | BEGIN OF tp_s_rssh_all,
odp_headerid TYPE odp_headerid,
h_hienm TYPE rshienm,
h_timestmp TYPE rstimestmp,
h_nodeid TYPE odp_nodeid,
h_parentid TYPE odp_parentid,
h_childid TYPE odp_childid,
h_nextid TYPE odp_nextid,
h_tlevel TYPE rstlevel,
intervl TYPE rsintervl,
h_iobjnm TYPE fieldname,
h_hiernode TYPE odp_foldername,
linkcount TYPE odp_linkcount,
h_link TYPE rslink,
END OF tp_s_rssh_all
|
||
4 | TS_RECORDMODE | Protected | See coding | 20130215 | BEGIN OF ts_recordmode,
recordmode TYPE rodmupdmod,
odq_changemode TYPE odq_changemode,
odq_entitycntr TYPE odq_entitycntr,
END OF ts_recordmode
|
||
5 | TS_SEGMENT | Private | See coding | 20130701 | BEGIN OF ts_segment,
suffix TYPE if_rodps_odp=>t_suffix,
fieldname TYPE fieldname,
r_odp TYPE REF TO if_rodps_odp,
r_data TYPE REF TO data,
t_field TYPE if_rodps_odp_direct_access=>tt_field_aggregations,
END OF ts_segment
|
||
6 | TS_SEMANTIC_KEY | Private | See coding | 20130701 | BEGIN OF ts_semantic_key,
fieldname_asc TYPE fieldname,
r_data TYPE REF TO data,
END OF ts_semantic_key
|
||
7 | TT_SEGMENT | Private | See coding | 20130701 | tt_segment TYPE SORTED TABLE OF ts_segment
WITH UNIQUE KEY suffix INITIAL SIZE 2
|
||
8 | TT_SEMANTIC_KEY | Private | See coding | 20130701 | tt_semantic_key TYPE SORTED TABLE OF ts_semantic_key WITH UNIQUE KEY fieldname_asc INITIAL SIZE 1
|
||
9 | T_FILL_ODQ_FIELDS | Protected | Type reference (TYPE) | I | 20130215 |
|
Method Signatures
Method ADD_REQUID_TO_RANGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_RID | Call by reference | Type reference (TYPE) | IF_ODQ_QUEUE_MODEL=>T_RID | 20130215 | |||
2 | ![]() |
I_R_SELECTION_SET | Call by reference | Object reference (TYPE REF TO) | CL_RSMDS_SET | Multi-Dimensional Quantity | 20130221 | ||
3 | ![]() |
I_TSN_HIGH | Call by reference | Type reference (TYPE) | IF_ODQ_QUEUE_MODEL=>T_TSN | 20130215 | |||
4 | ![]() |
I_TSN_LOW | Call by reference | Type reference (TYPE) | IF_ODQ_QUEUE_MODEL=>T_TSN | 20130215 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130215 | ||
2 | ![]() |
20130215 | ||
3 | ![]() |
20130215 |
Method CLOSE Signature
Method CLOSE on class CL_RSODP_BW_CURSOR has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Object does not exist | 20130215 |
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_EXTRACTION_MODE | Call by reference | Type reference (TYPE) | IF_ODQ_QUEUE_MODEL=>T_EXTRACTION_MODE | 20130215 | |||
2 | ![]() |
I_MAXIMUM_ROWS | Call by reference | Type reference (TYPE) | I | 20130215 | |||
3 | ![]() |
I_RID | Call by reference | Type reference (TYPE) | IF_ODQ_QUEUE_MODEL=>T_RID | 20130215 | |||
4 | ![]() |
I_R_LOG | Call by reference | Object reference (TYPE REF TO) | IF_ODQ_LOG | 20130215 | |||
5 | ![]() |
I_R_ODP | Call by reference | Object reference (TYPE REF TO) | IF_RODPS_ODP | ODP metadata | 20130221 | ||
6 | ![]() |
I_R_SELECTION_SET | Call by reference | Object reference (TYPE REF TO) | CL_RSMDS_SET | 20130215 | |||
7 | ![]() |
I_SIMULATION | Call by reference | Type reference (TYPE) | IF_ODQ_QUEUE_MODEL=>T_BOOLEAN | 20130215 | |||
8 | ![]() |
I_TSN_HIGH | Call by reference | Type reference (TYPE) | IF_ODQ_QUEUE_MODEL=>T_TSN | 20130215 | |||
9 | ![]() |
I_TSN_LOW | Call by reference | Type reference (TYPE) | IF_ODQ_QUEUE_MODEL=>T_TSN | 20130215 | |||
10 | ![]() |
I_T_PROJECTION | Call by reference | Type reference (TYPE) | IF_RODPS_ODP=>TT_FIELD_PROJECTIONS | 20130215 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130215 | ||
2 | ![]() |
20130215 | ||
3 | ![]() |
20130215 | ||
4 | ![]() |
20130215 | ||
5 | ![]() |
20130215 |
Method CREATE_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_ODP | Call by reference | Object reference (TYPE REF TO) | IF_RODPS_ODP | 20130701 | |||
2 | ![]() |
IT_FIELD | Call by reference | Type reference (TYPE) | IF_RODPS_ODP_DIRECT_ACCESS=>TT_FIELD_AGGREGATIONS | 20130701 | |||
3 | ![]() |
RR_DATA | Value transfer | Object reference (TYPE REF TO) | DATA | 20130701 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130701 |
Method FETCH_NEXT_PACKAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_T_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20130215 | |||
2 | ![]() |
I_APPEND_ROWS | Call by reference | Type reference (TYPE) | ABAP_BOOL | General Flag | 20130215 | ||
3 | ![]() |
I_PACKAGE_SIZE | Call by reference | Type reference (TYPE) | I | Benchmark for the Data Package in Number of Data Records | 20130215 | ||
4 | ![]() |
I_R_LOG | Call by reference | Object reference (TYPE REF TO) | IF_ODQ_LOG | Log Handle for Operational Delta Queue | 20130215 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Error while accessing data | 20130215 | |
2 | ![]() |
Invalid Parameter Value(s) | 20130215 | |
3 | ![]() |
No more data records in the result set | 20130215 |
Method GET_DATA_REF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_R_DTP_DATA | Value transfer | Object reference (TYPE REF TO) | CL_RSBK_DATA | Data Transfer Process: Data Package | 20130215 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Error while accessing data | 20130215 |
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_EXTRACTION_MODE | Call by reference | Type reference (TYPE) | IF_ODQ_QUEUE_MODEL=>T_EXTRACTION_MODE | 20130215 | |||
2 | ![]() |
I_MAXIMUM_ROWS | Call by reference | Type reference (TYPE) | I | 20130215 | |||
3 | ![]() |
I_RID | Call by reference | Type reference (TYPE) | IF_ODQ_QUEUE_MODEL=>T_RID | 20130215 | |||
4 | ![]() |
I_R_LOG | Call by reference | Object reference (TYPE REF TO) | IF_ODQ_LOG | 20130215 | |||
5 | ![]() |
I_R_ODP | Call by reference | Object reference (TYPE REF TO) | IF_RODPS_ODP | ODP metadata | 20130221 | ||
6 | ![]() |
I_R_SELECTION_SET | Call by reference | Object reference (TYPE REF TO) | CL_RSMDS_SET | 20130215 | |||
7 | ![]() |
I_SIMULATION | Call by reference | Type reference (TYPE) | IF_ODQ_QUEUE_MODEL=>T_BOOLEAN | 20130215 | |||
8 | ![]() |
I_TH_PROJECTIONS | Call by reference | Type reference (TYPE) | IF_ODQ_QUEUE_MODEL=>TTH_PROJECTIONS | 20130215 | |||
9 | ![]() |
I_TSN_HIGH | Call by reference | Type reference (TYPE) | IF_ODQ_QUEUE_MODEL=>T_TSN | 20130215 | |||
10 | ![]() |
I_TSN_LOW | Call by reference | Type reference (TYPE) | IF_ODQ_QUEUE_MODEL=>T_TSN | 20130215 | |||
11 | ![]() |
I_T_PROJECTION | Value transfer | Type reference (TYPE) | IF_RODPS_ODP=>TT_FIELD_PROJECTIONS | 20130215 | |||
12 | ![]() |
R_R_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_RSODP_BW_CURSOR | 20130215 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130215 | ||
2 | ![]() |
20130215 | ||
3 | ![]() |
20130215 | ||
4 | ![]() |
20130215 | ||
5 | ![]() |
20130215 |
Method INIT_SEMANTIC_KEY Signature
Method INIT_SEMANTIC_KEY on class CL_RSODP_BW_CURSOR has no parameter.
Method INIT_SEMANTIC_KEY on class CL_RSODP_BW_CURSOR has no exception.
Method MOVE_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_DATA | Call by reference | Type reference (TYPE) | ANY | 20130701 | |||
2 | ![]() |
IS_SEGMENT | Call by reference | Type reference (TYPE) | TS_SEGMENT | 20130701 | |||
3 | ![]() |
IT_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20130701 |
Method MOVE_DATA on class CL_RSODP_BW_CURSOR has no exception.
Method MOVE_RSSH_TO_ODP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_S_HEADERID | Call by reference | Type reference (TYPE) | ODP_HEADERID | Hash ID for Hierarchy Header | 20130701 | ||
2 | ![]() |
E_S_ODP | Call by reference | Type reference (TYPE) | ANY | 20130701 | |||
3 | ![]() |
I_SEGID | Call by reference | Type reference (TYPE) | RSBK_SEGID | Segment | 20130701 | ||
4 | ![]() |
I_S_RSSH | Call by reference | Type reference (TYPE) | ANY | 20130701 |
Method MOVE_RSSH_TO_ODP on class CL_RSODP_BW_CURSOR has no exception.
Method ON_ERROR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_EXCEPTION | Call by reference | Object reference (TYPE REF TO) | CX_ROOT | Abstract Superclass for All Global Exceptions | 20130215 | ||
2 | ![]() |
I_R_LOG | Value transfer | Object reference (TYPE REF TO) | IF_ODQ_LOG | Log Handle for Operational Delta Queue | 20130215 |
Method ON_ERROR on class CL_RSODP_BW_CURSOR has no exception.
Method OPEN_DEFERRED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_PACKAGE_SIZE | Call by reference | Type reference (TYPE) | I | 20130215 | |||
2 | ![]() |
I_T_DATA | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20130215 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Error while accessing data | 20130215 | |
2 | ![]() |
Invalid Parameter Value(s) | 20130215 | |
3 | ![]() |
No more data records in the result set | 20130215 |
Method TSN_TO_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TSN | Call by reference | Type reference (TYPE) | IF_ODQ_QUEUE_MODEL=>T_TSN | TSN | 20130215 | ||
2 | ![]() |
R_STRING | Value transfer | Type reference (TYPE) | STRING | 20130215 |
Method TSN_TO_STRING on class CL_RSODP_BW_CURSOR has no exception.
Method _FETCH_NEXT_PACKAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_PACKAGE_SIZE | Call by reference | Type reference (TYPE) | I | Benchmark for the Data Package in Number of Data Records | 20130215 | ||
2 | ![]() |
R_R_DATA | Value transfer | Object reference (TYPE REF TO) | CL_RSBK_DATA | Data Transfer Process: Data Package | 20130701 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Error while accessing data | 20130215 | |
2 | ![]() |
Object does not exist | 20130215 | |
3 | ![]() |
No more data records in the result set | 20130215 |
Method _OPEN_DEFERRED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_PACKAGE_SIZE | Call by reference | Type reference (TYPE) | I | 20130215 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Error while accessing data | 20130215 | |
2 | ![]() |
Invalid Parameter Value(s) | 20130215 | |
3 | ![]() |
No more data records in the result set | 20130215 |
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |