SAP ABAP Class CL_RSCRT_RDA_REQUEST (RDA Request)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DST (Application Component) Data Staging
⤷
RSCRT (Package) (Near)-Real-Time Data Transfer into BW
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSCRT_RDA_CONTEXT | RDA Context | 20130725 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSCRT_RDA_DTP | DTP for Real-Time Data Acquisition | 20130711 |
Properties
| Class | CL_RSCRT_RDA_REQUEST | |
| Short Description | RDA Request | |
| Super Class | CL_RSCRT_RDA_CONTEXT | RDA Context |
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSCRT | (Near)-Real-Time Data Transfer into BW |
| Created | 20130704 | 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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSCRT_RDA_REQUEST has no interface implemented.
Friends
Class CL_RSCRT_RDA_REQUEST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | RSCRT_RDAOBJECT | 20130711 | ||||
| 2 | Instance attribute | Public | Type reference (TYPE) | RSCRT_RDAOBJECT_TYPE | 20130711 | ||||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_RSCRT_DEMON_REQUEST_HANDLER | 20130709 | ||||
| 4 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_RSCRT_RDA_PROCESS | RDA Process | 20130709 | |||
| 5 | Static Attribute | Protected | Type reference (TYPE) | T_TH_INSTANCES | 20130704 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20130709 | ||
| 2 | Instance method | Public | Method | 20130717 | ||
| 3 | Instance method | Public | Constructor | 20130704 | ||
| 4 | Instance method | Public | Method | 20130714 | ||
| 5 | Instance method | Public | Method | 20130714 | ||
| 6 | Instance method | Public | Method | 20130725 | ||
| 7 | Static method | Public | Method | 20130717 | ||
| 8 | Static method | Public | Method | 20130704 | ||
| 9 | Instance method | Public | Method | 20130711 | ||
| 10 | Instance method | Public | Method | 20130717 |
Events
Class CL_RSCRT_RDA_REQUEST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_S_INSTANCE | Protected | See coding | 20130717 | BEGIN OF t_s_instance,
rdaobject TYPE rscrt_rdaobject,
rdaobject_type TYPE rscrt_rdaobject_type,
r_request TYPE REF TO cl_rscrt_rda_request,
END OF t_s_instance
|
||
| 2 | T_TH_INSTANCES | Protected | See coding | 20130717 | t_th_instances TYPE HASHED TABLE OF t_s_instance
WITH UNIQUE KEY rdaobject rdaobject_type
|
Method Signatures
Method CHECK_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_CHANGED | Call by reference | Type reference (TYPE) | RS_BOOL | 20130709 | ||||
| 2 | I_DB_UPDATE | Call by reference | Type reference (TYPE) | RS_BOOL | 20130710 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation Failed | 20130710 | ||
| 2 | Object Is Locked (Do Not Use as Higher-Level Class) | 20130709 |
Method CLOSE_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DONT_STOP_REALTIME | Call by reference | Type reference (TYPE) | RS_BOOL | 20130718 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation Failed | 20130717 | ||
| 2 | Object Is Locked (Do Not Use as Higher-Level Class) | 20130815 | ||
| 3 | Object Not Found | 20130718 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_RDAOBJECT | Call by reference | Type reference (TYPE) | RSCRT_RDAOBJECT | 20130704 | ||||
| 2 | I_RDAOBJECT_TYPE | Call by reference | Type reference (TYPE) | RSCRT_RDAOBJECT_TYPE | 20130704 | ||||
| 3 | I_R_PROCESS | Call by reference | Object reference (TYPE REF TO) | CL_RSCRT_RDA_PROCESS | 20130704 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130704 |
Method DEQUEUE_STATUS Signature
Method DEQUEUE_STATUS on class CL_RSCRT_RDA_REQUEST has no parameter.
Method DEQUEUE_STATUS on class CL_RSCRT_RDA_REQUEST has no exception.
Method ENQUEUE_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_WAITING | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | 20130714 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation Failed | 20130714 | ||
| 2 | Object Is Locked (Do Not Use as Higher-Level Class) | 20130714 |
Method EXECUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DATAPAKID | Call by reference | Type reference (TYPE) | RSDATAPID | Data packet number | 20130725 | |||
| 2 | I_REQUEST_SID | Call by reference | Type reference (TYPE) | RSBKREQUID | Data Transfer Process Request | 20130725 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation Failed | 20130725 | ||
| 2 | Object Is Locked (Do Not Use as Higher-Level Class) | 20130725 | ||
| 3 | Object Not Found | 20130725 |
Method FACTORY_RNR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REQUEST_ID | Call by reference | Type reference (TYPE) | RSREQUID | Request ID (Request Number) | 20130717 | |||
| 2 | I_REQUEST_SID | Call by reference | Type reference (TYPE) | RSBKREQUID | Request SID | 20130717 | |||
| 3 | R_R_REQUEST | Value transfer | Object reference (TYPE REF TO) | CL_RSCRT_RDA_REQUEST | RDA Request | 20130717 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Not Found | 20130717 |
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_RDAOBJECT | Call by reference | Type reference (TYPE) | RSCRT_RDAOBJECT | 20130704 | ||||
| 2 | I_RDAOBJECT_TYPE | Call by reference | Type reference (TYPE) | RSCRT_RDAOBJECT_TYPE | 20130704 | ||||
| 3 | I_R_PROCESS | Call by reference | Object reference (TYPE REF TO) | CL_RSCRT_RDA_PROCESS | 20130704 | ||||
| 4 | R_REQUEST | Value transfer | Object reference (TYPE REF TO) | CL_RSCRT_RDA_REQUEST | 20130709 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130704 |
Method GET_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FROM_DB | Call by reference | Type reference (TYPE) | RS_BOOL | 20130725 | ||||
| 2 | R_S_STATUS | Value transfer | Type reference (TYPE) | RSCRT_RDA_S_STATUS | 20130711 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Not Found | 20130711 |
Method OPEN_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_PSA_REQUEST_SID | Call by reference | Type reference (TYPE) | RSBKREQUID | PSA Request ID | 20130717 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation Failed | 20130717 | ||
| 2 | Object Is Locked (Do Not Use as Higher-Level Class) | 20130815 | ||
| 3 | Object Not Found | 20130719 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |