SAP ABAP Class CL_RSCRT_RDA_JOB (Start and stop Daemons)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST (Application Component) Data Staging
     RSCRT (Package) (Near)-Real-Time Data Transfer into BW
Properties
Class CL_RSCRT_RDA_JOB  
Short Description Start and stop Daemons    
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 20070724   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_JOB has no interface implemented.
Friends
Class CL_RSCRT_RDA_JOB has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 O_S_RUNTIME_INFO Static Attribute Protected Type reference (TYPE) RSCRT_RDA_S_RUNTIME 20130722
2 O_S_SHUTDOWN_INFO Static Attribute Protected Type reference (TYPE) T_S_SHUTDOWN Information About Shutdown 20130722
Methods
# Method Level Visibility Method type Description Created on
1 GET_RUNTIME_INFO Static method Public Method 20130722
2 GET_SHUTDOWN_INFO Static method Public Method 20080425
3 IS_RUNNING Static method Public Method 20130709
4 IS_SCHEDULED Static method Public Method 20130710
5 READ_INFOPACKAGES Static method Public Method 20070724
6 START_UPLOADS Static method Public Method 20070731
7 STOP_UPLOADS Static method Public Method 20070724
Events
Class CL_RSCRT_RDA_JOB has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_S_SHUTDOWN Protected See coding 20130709 BEGIN OF t_s_shutdown, state TYPE string, info TYPE string, active TYPE abap_bool, error TYPE string, END OF t_s_shutdown
Method Signatures

Method GET_RUNTIME_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_S_RUNTIME_INFO Value transfer Type reference (TYPE) RSCRT_RDA_S_RUNTIME 20130722
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation Failed 20130722

Method GET_SHUTDOWN_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ACTIVE Call by reference Type reference (TYPE) RS_BOOL Boolean 20080425
2 Exporting E_ERROR Call by reference Type reference (TYPE) STRING 20080425
3 Exporting E_INFO Call by reference Type reference (TYPE) STRING 20080425
4 Exporting E_STATE Call by reference Type reference (TYPE) STRING 20080425
5 Importing I_DEMONID Call by reference Type reference (TYPE) RSCRT_DEMONID Dämon-ID 20080425

Method GET_SHUTDOWN_INFO on class CL_RSCRT_RDA_JOB has no exception.

Method IS_RUNNING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_DEMON Call by reference Type reference (TYPE) RSCRT_RDA_DEMON 20130709
2 Returning R_RUNNING Value transfer Type reference (TYPE) RS_BOOL 20130709

Method IS_RUNNING on class CL_RSCRT_RDA_JOB has no exception.

Method IS_SCHEDULED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_DEMON Call by reference Type reference (TYPE) RSCRT_RDA_DEMON 20130710
2 Returning R_SCHEDULED Value transfer Type reference (TYPE) RS_BOOL 20130710

Method IS_SCHEDULED on class CL_RSCRT_RDA_JOB has no exception.

Method READ_INFOPACKAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_COUNT Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20070724
2 Exporting E_T_IPAK Call by reference Type reference (TYPE) RSCRT_RDA_T_IPAK InfoPackage-Liste 20070724
3 Importing I_ACTIVE Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Status active(3) 20070724
4 Importing I_CLOSING Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Status closing(8) 20070724
5 Importing I_DEMONID Call by reference Type reference (TYPE) RSCRT_DEMONID Dämon-ID 20070724
6 Importing I_ERROR Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Status error(9) 20070724
7 Importing I_READY Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Status ready(2) 20070724
8 Importing I_STOPPED Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE Status stopped(6) 20070724
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation gescheitert 20070724

Method START_UPLOADS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_COUNT Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20070731
2 Exporting E_COUNT_ABORTED_BY_USER Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20070731
3 Exporting E_COUNT_DEMON_ALREADY_RUNNING Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20070731
4 Exporting E_COUNT_FAILED Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20070731
5 Exporting E_COUNT_NO_SCHEDULING_POSSIBLE Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20070731
6 Exporting E_COUNT_OTHERS Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20070731

Method START_UPLOADS on class CL_RSCRT_RDA_JOB has no exception.

Method STOP_UPLOADS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_COUNT Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20070724
2 Exporting E_COUNT_CLOSING Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20070724
3 Exporting E_COUNT_NOT_FOUND Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20070724
4 Importing I_DEMONID Call by reference Type reference (TYPE) RSCRT_DEMONID Dämon-ID 20070724
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation gescheitert 20070724
History
Last changed by/on SAP  20140121 
SAP Release Created in 700