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 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RSCRT 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 O_RDAOBJECT Instance attribute Public Type reference (TYPE) RSCRT_RDAOBJECT 20130711
2 O_RDAOBJECT_TYPE Instance attribute Public Type reference (TYPE) RSCRT_RDAOBJECT_TYPE 20130711
3 O_R_HANDLER Instance attribute Protected Object reference (TYPE REF TO) IF_RSCRT_DEMON_REQUEST_HANDLER 20130709
4 O_R_PROCESS Instance attribute Public Object reference (TYPE REF TO) CL_RSCRT_RDA_PROCESS RDA Process 20130709
5 O_TH_INSTANCES Static Attribute Protected Type reference (TYPE) T_TH_INSTANCES 20130704
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_STATUS Instance method Public Method 20130709
2 CLOSE_REQUEST Instance method Public Method 20130717
3 CONSTRUCTOR Instance method Public Constructor 20130704
4 DEQUEUE_STATUS Instance method Public Method 20130714
5 ENQUEUE_STATUS Instance method Public Method 20130714
6 EXECUTE Instance method Public Method 20130725
7 FACTORY_RNR Static method Public Method 20130717
8 GET_INSTANCE Static method Public Method 20130704
9 GET_STATUS Instance method Public Method 20130711
10 OPEN_REQUEST 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 Changing C_CHANGED Call by reference Type reference (TYPE) RS_BOOL 20130709
2 Importing I_DB_UPDATE Call by reference Type reference (TYPE) RS_BOOL 20130710
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation Failed 20130710
2 CX_RS_NOT_FOUND 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 Importing I_DONT_STOP_REALTIME Call by reference Type reference (TYPE) RS_BOOL 20130718
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation Failed 20130717
2 CX_RS_FOREIGN_LOCK Object Is Locked (Do Not Use as Higher-Level Class) 20130815
3 CX_RS_NOT_FOUND Object Not Found 20130718

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RDAOBJECT Call by reference Type reference (TYPE) RSCRT_RDAOBJECT 20130704
2 Importing I_RDAOBJECT_TYPE Call by reference Type reference (TYPE) RSCRT_RDAOBJECT_TYPE 20130704
3 Importing I_R_PROCESS Call by reference Object reference (TYPE REF TO) CL_RSCRT_RDA_PROCESS 20130704
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND 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 Importing I_WAITING Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE 20130714
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation Failed 20130714
2 CX_RS_FOREIGN_LOCK 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 Importing I_DATAPAKID Call by reference Type reference (TYPE) RSDATAPID Data packet number 20130725
2 Importing I_REQUEST_SID Call by reference Type reference (TYPE) RSBKREQUID Data Transfer Process Request 20130725
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation Failed 20130725
2 CX_RS_FOREIGN_LOCK Object Is Locked (Do Not Use as Higher-Level Class) 20130725
3 CX_RS_NOT_FOUND Object Not Found 20130725

Method FACTORY_RNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REQUEST_ID Call by reference Type reference (TYPE) RSREQUID Request ID (Request Number) 20130717
2 Importing I_REQUEST_SID Call by reference Type reference (TYPE) RSBKREQUID Request SID 20130717
3 Returning R_R_REQUEST Value transfer Object reference (TYPE REF TO) CL_RSCRT_RDA_REQUEST RDA Request 20130717
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND Object Not Found 20130717

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RDAOBJECT Call by reference Type reference (TYPE) RSCRT_RDAOBJECT 20130704
2 Importing I_RDAOBJECT_TYPE Call by reference Type reference (TYPE) RSCRT_RDAOBJECT_TYPE 20130704
3 Importing I_R_PROCESS Call by reference Object reference (TYPE REF TO) CL_RSCRT_RDA_PROCESS 20130704
4 Returning R_REQUEST Value transfer Object reference (TYPE REF TO) CL_RSCRT_RDA_REQUEST 20130709
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND 20130704

Method GET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FROM_DB Call by reference Type reference (TYPE) RS_BOOL 20130725
2 Returning R_S_STATUS Value transfer Type reference (TYPE) RSCRT_RDA_S_STATUS 20130711
# Exception Resumable Description Created on
1 CX_RS_NOT_FOUND Object Not Found 20130711

Method OPEN_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PSA_REQUEST_SID Call by reference Type reference (TYPE) RSBKREQUID PSA Request ID 20130717
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation Failed 20130717
2 CX_RS_FOREIGN_LOCK Object Is Locked (Do Not Use as Higher-Level Class) 20130815
3 CX_RS_NOT_FOUND Object Not Found 20130719
History
Last changed by/on SAP  20140121 
SAP Release Created in 740