SAP ABAP Class CL_RSCRT_RDA_RUN (Loop Run RDA DataSources)
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_RSCRT_RDA_ERROR Constants for Error 20080319
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSCRT_RDA_RUN Single RDA Demon Run 20071228
Properties
Class CL_RSCRT_RDA_RUN  
Short Description Loop Run RDA DataSources    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSCRT   (Near)-Real-Time Data Transfer into BW 
Created 20071218   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)
2 RSCRT Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSCRT_RDA_ERROR Constants for Error 20080319
2 IF_RSCRT_RDA_RUN Single RDA Demon Run 20071228
Friends
Class CL_RSCRT_RDA_RUN has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 O_R_CURRENT Static Attribute Protected Object reference (TYPE REF TO) IF_RSCRT_RDA_RUN Current Daemon Run 20071228
2 O_S_ERROR Instance attribute Protected Type reference (TYPE) RSCRT_RDA_ERROR Error in Real-Time Data Acquisition 20071228
3 O_S_ERROR_LAST Instance attribute Protected Type reference (TYPE) RSCRT_RDA_ERROR Last Saved Execution Step 20080221
4 O_S_LOG_DMN Instance attribute Protected Type reference (TYPE) RSCRT_RDA_LOG Log for Real-Time Data Acquisition 20071218
5 O_S_LOG_NDS Instance attribute Protected Type reference (TYPE) RSCRT_RDA_LOG Log for Real-Time Data Acquisition 20071218
Methods
# Method Level Visibility Method type Description Created on
1 CALL_BP_JOBLOG_READ Instance method Protected Method Reads Job Log for Current Error 20080313
2 COMPLETE_RUNTIME_ERROR Static method Public Method Completes Information on Runtime Error 20080319
3 COMPLETE_RUNTIME_ERRORS Instance method Protected Method Completes Information on Previous Runtime Error 20080221
4 CONSTRUCTOR Instance method Public Constructor Creates New Instance of Run 20071218
5 COUNT_FAILS Instance method Protected Method Counts Number of Failed Attempts 20080221
6 DELETE_LAST_ERROR Instance method Protected Method Deletes Last Record from RSCRT_RDA_ERROR 20080225
7 INSERT_INTO_LOG Instance method Protected Method Inserts Record in RSCRT_RDA_LOG 20071228
8 INSERT_LAST_ERROR Instance method Protected Method Inserts Last Record in RSCRT_RDA_ERROR 20080313
9 START_EXECUTION Static method Public Method Returns Current Daemon Run 20080314
10 START_JOB Static method Public Method New demon job started 20071228
11 START_RUN Static method Public Method New demon run started 20071228
12 UPDATE_LAST_ERROR Instance method Protected Method Inserts Records in RSCRT_RDA_ERROR 20080221
Events
Class CL_RSCRT_RDA_RUN has no event.
Types
Class CL_RSCRT_RDA_RUN has no local type.
Method Signatures

Method CALL_BP_JOBLOG_READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_JOBLOG Call by reference Type reference (TYPE) RSPC_T_JOBLOG Job-Protokoll Einträge im List-Format 20080313

Method CALL_BP_JOBLOG_READ on class CL_RSCRT_RDA_RUN has no exception.

Method COMPLETE_RUNTIME_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INFOPACKAGE_ID Call by reference Type reference (TYPE) RSLOGDPID Logische InfoPackage-Variante (ID) 20080319

Method COMPLETE_RUNTIME_ERROR on class CL_RSCRT_RDA_RUN has no exception.

Method COMPLETE_RUNTIME_ERRORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DEMONID Call by reference Type reference (TYPE) RSCRT_DEMONID Dämon-ID 20080319

Method COMPLETE_RUNTIME_ERRORS on class CL_RSCRT_RDA_RUN has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_RSCRT_RDA_RUN has no parameter.
Method CONSTRUCTOR on class CL_RSCRT_RDA_RUN has no exception.

Method COUNT_FAILS Signature

Method COUNT_FAILS on class CL_RSCRT_RDA_RUN has no parameter.
Method COUNT_FAILS on class CL_RSCRT_RDA_RUN has no exception.

Method DELETE_LAST_ERROR Signature

Method DELETE_LAST_ERROR on class CL_RSCRT_RDA_RUN has no parameter.
Method DELETE_LAST_ERROR on class CL_RSCRT_RDA_RUN has no exception.

Method INSERT_INTO_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_LOG Call by reference Type reference (TYPE) RSCRT_RDA_LOG Effektive Auslastung der RDA-Dämonen 20071228
2 Returning R_SUBRC Value transfer Attribute reference (LIKE) SYST-SUBRC Rückgabewert von ABAP-Anweisungen 20071228

Method INSERT_INTO_LOG on class CL_RSCRT_RDA_RUN has no exception.

Method INSERT_LAST_ERROR Signature

Method INSERT_LAST_ERROR on class CL_RSCRT_RDA_RUN has no parameter.
Method INSERT_LAST_ERROR on class CL_RSCRT_RDA_RUN has no exception.

Method START_EXECUTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_STATUS Call by reference Type reference (TYPE) RSCRT_RDA_S_STATUS Teilstruktur von DB-Tabelle rscrt_rda_req 20080314
2 Returning R_R_RUN Value transfer Object reference (TYPE REF TO) IF_RSCRT_RDA_RUN Einzelner RDA-Dämonlauf 20080314

Method START_EXECUTION on class CL_RSCRT_RDA_RUN has no exception.

Method START_JOB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DEMONID Call by reference Type reference (TYPE) RSCRT_DEMONID Dämon-ID 20071228
2 Returning R_R_CURRENT Value transfer Object reference (TYPE REF TO) IF_RSCRT_RDA_RUN Einzelner RDA-Dämonlauf 20080314

Method START_JOB on class CL_RSCRT_RDA_RUN has no exception.

Method START_RUN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_R_CURRENT Call by reference Object reference (TYPE REF TO) IF_RSCRT_RDA_RUN Einzelner RDA-Dämonlauf 20080314
2 Exporting E_TS_RUN Call by reference Type reference (TYPE) RSTIMESTMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20071228
3 Exporting E_TS_START Call by reference Type reference (TYPE) TZNTSTMPL UTC-Zeitstempel in Langform (JJJJMMTThhmmss,mmmuuun) 20071228

Method START_RUN on class CL_RSCRT_RDA_RUN has no exception.

Method UPDATE_LAST_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TS_ERROR Call by reference Type reference (TYPE) RSCRT_RDA_TS_ERROR Sortierte Tabelle für Fehler bei RDA 20080313

Method UPDATE_LAST_ERROR on class CL_RSCRT_RDA_RUN has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 711