SAP ABAP Class CL_RSCRT_RDA_ADAPTER (NDS Adapter for Realtime)
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 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSDS_EXTRACT_GENERATE Extraction Using Generated Routine 20050105
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSDS_GENERATION_EXIT Generation Exits for Remote Extractors 20070917
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSDS_MAINTAINABILITY Maintainability 20050110
Properties
Class CL_RSCRT_RDA_ADAPTER  
Short Description NDS Adapter for Realtime    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class RSCRT    
Program status     
Category 0   
Package RSCRT   (Near)-Real-Time Data Transfer into BW 
Created 20050105   SAP 
Last change 20130531   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)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSDS_EXTRACT_GENERATE Extraction Using Generated Routine 20050105
2 IF_RSDS_GENERATION_EXIT Generation Exits for Remote Extractors 20070917
3 IF_RSDS_MAINTAINABILITY Maintainability 20050110
Friends
Class CL_RSCRT_RDA_ADAPTER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_DEMON Instance attribute Private Type reference (TYPE) RSCRT_RDAOBJECT Obsolete 20050110
2 P_DESTINATION Instance attribute Private Type reference (TYPE) RFCDEST Destination 20050614
3 P_LOGDPID Instance attribute Private Type reference (TYPE) RSLOGDPID InfoPackage 20050117
4 P_OSOURCE Instance attribute Private Type reference (TYPE) ROOSOURCER DataSource 20050110
5 P_RLOGSYS Instance attribute Private Type reference (TYPE) RSRLOGSYS Source System 20050110
6 P_R_DEMON Instance attribute Private Object reference (TYPE REF TO) CL_RSCRT_RDA_DEMON Reference to Daemon 20050816
7 P_R_LOG Instance attribute Private Object reference (TYPE REF TO) CL_RSCRT_RDA_LOG Application and Job Log 20080519
8 P_SLOGSYS Instance attribute Private Type reference (TYPE) RSSLOGSYS Source system 20050817
9 P_TH_ADAPTER_R Static Attribute Private Type reference (TYPE) TH_ADAPTER_R Adapter Factory (rather than Attr.) 20050110
10 P_T_TID Instance attribute Private Type reference (TYPE) T_TID unconfirmed TIDs 20050107
Methods
# Method Level Visibility Method type Description Created on
1 CONFIRM_QUEUE_DATA Instance method Public Method Confirm Transport Package 20050110
2 CONFIRM_TIDS Instance method Private Method Transfer TIDs from the Upload into DB Table 20050617
3 CONSTRUCTOR Instance method Public Constructor Constructor 20050105
4 DELETE_QUEUE_DATA Instance method Public Method Delete Transport Package 20050110
5 DELETE_TIDS Instance method Private Method Delete TIDs for Last Request 20050118
6 DEQUEUE_RSCRTRDATID Instance method Public Method Set up Lock for Entry in rscrt_rda_req 20050214
7 ENQUEUE_RSCRTRDATID Instance method Public Method Set up Lock for Entry in rscrt_rda_req 20050214
8 FACTORY Static method Public Method Factory 20050105
9 GET_TID_LIST Instance method Public Method Transfer TIDs from the Upload into DB Table 20050714
10 LOG_ERROR Instance method Public Method Stores an Error for Further Analysis 20080505
11 READ_TID_STATUS Instance method Public Method Reads Status of TIDs from RSCRT_RDA_TID 20061201
12 WRITE_LOG Instance method Public Method Transfer Logs to Daemon Instance 20050909
13 WRITE_TIDS Instance method Public Method Transfer TIDs from the Upload into DB Table 20050107
Events
Class CL_RSCRT_RDA_ADAPTER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_ADAPTER_R Public See coding 20050105 BEGIN OF s_adapter_r , nds TYPE char45, r_adapter TYPE REF TO cl_rscrt_rda_adapter, END OF s_adapter_r
2 TH_ADAPTER_R Public See coding 20050105 th_adapter_r TYPE HASHED TABLE OF s_adapter_r WITH UNIQUE KEY nds
3 T_TID Public See coding As rscrt_rda_tid 20050107 T_TID TYPE TABLE OF ARFCTID
Method Signatures

Method CONFIRM_QUEUE_DATA Signature

Method CONFIRM_QUEUE_DATA on class CL_RSCRT_RDA_ADAPTER has no parameter.
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation gescheitert 20050530

Method CONFIRM_TIDS Signature

Method CONFIRM_TIDS on class CL_RSCRT_RDA_ADAPTER has no parameter.
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation gescheitert 20050816

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LOGDPID Call by reference Type reference (TYPE) RSLOGDPID Logische InfoPackage-Variante (ID) 20061128
2 Importing I_NDS Call by reference Type reference (TYPE) RSCRT_RDAOBJECT DataSource and source system 20050105

Method CONSTRUCTOR on class CL_RSCRT_RDA_ADAPTER has no exception.

Method DELETE_QUEUE_DATA Signature

Method DELETE_QUEUE_DATA on class CL_RSCRT_RDA_ADAPTER has no parameter.
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation gescheitert 20050610

Method DELETE_TIDS Signature

Method DELETE_TIDS on class CL_RSCRT_RDA_ADAPTER has no parameter.
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation gescheitert 20050610

Method DEQUEUE_RSCRTRDATID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ENQUEUE_MODE Call by reference Type reference (TYPE) ENQMODE 'E' Sperrmodus 20050909

Method DEQUEUE_RSCRTRDATID on class CL_RSCRT_RDA_ADAPTER has no exception.

Method ENQUEUE_RSCRTRDATID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ENQUEUE_MODE Call by reference Type reference (TYPE) ENQMODE 'E' Sperrmodus 20050909
# Exception Resumable Description Created on
1 CX_RS_FOREIGN_LOCK Objekt nicht gefunden 20050531

Method FACTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LOGDPID Call by reference Type reference (TYPE) RSLOGDPID Logische InfoPackage-Variante (ID) 20061128
2 Importing I_NDS Call by reference Type reference (TYPE) RSCRT_RDAOBJECT DataSource and source system 20050105
3 Returning R_R_ADAPTER Value transfer Object reference (TYPE REF TO) CL_RSCRT_RDA_ADAPTER NDS Adapter für Realtime 20050105

Method FACTORY on class CL_RSCRT_RDA_ADAPTER has no exception.

Method GET_TID_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_RDA_TID Value transfer Type reference (TYPE) RSCRT_RDA_T_TID eindeutige Transaktions-Id (LUW->COMMIT WORK). 20050714
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation gescheitert 20050909

Method LOG_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_MSG Call by reference Type reference (TYPE) RS_S_MSG Fehlermeldung 20080505
2 Returning R_ERROR Value transfer Type reference (TYPE) RS_BOOL Ist der Fehler nicht tolerierbar? 20080505

Method LOG_ERROR on class CL_RSCRT_RDA_ADAPTER has no exception.

Method READ_TID_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_NO_SAVED_TIDS Call by reference Type reference (TYPE) RS_BOOL Boolean 20061201
2 Exporting E_UNCONFIRMED_TIDS Call by reference Type reference (TYPE) RS_BOOL Boolean 20061201

Method READ_TID_STATUS on class CL_RSCRT_RDA_ADAPTER has no exception.

Method WRITE_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LOG_ACTION Call by reference Type reference (TYPE) RSCRT_LOG_ACTION Aktionen des RDA-Prozesses 20050909
2 Importing I_RDAOBJECT Call by reference Type reference (TYPE) RSCRT_RDAOBJECT Objekt in der Realtime data Acquisition 20050909
3 Importing I_RDAOBJECT_TYPE Call by reference Type reference (TYPE) RSCRT_RDAOBJECT_TYPE Typ eines RDA-Objekts 20050909
4 Importing I_S_MSG Call by reference Type reference (TYPE) RS_S_MSG 20050909
5 Importing I_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Tabelle mit Nachrichten (Application Log Protokoll) 20050909
6 Importing I_WITH_COMMIT Call by reference Type reference (TYPE) RS_BOOL SPACE Boolean 20050909

Method WRITE_LOG on class CL_RSCRT_RDA_ADAPTER has no exception.

Method WRITE_TIDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_TID Call by reference Type reference (TYPE) T_TID eindeutige Transaktions-Id (LUW->COMMIT WORK). 20050107

Method WRITE_TIDS on class CL_RSCRT_RDA_ADAPTER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 700