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 | 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_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 | Static Attribute | Protected | Type reference (TYPE) | RSCRT_RDA_S_RUNTIME | 20130722 | ||||
| 2 | Static Attribute | Protected | Type reference (TYPE) | T_S_SHUTDOWN | Information About Shutdown | 20130722 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20130722 | ||
| 2 | Static method | Public | Method | 20080425 | ||
| 3 | Static method | Public | Method | 20130709 | ||
| 4 | Static method | Public | Method | 20130710 | ||
| 5 | Static method | Public | Method | 20070724 | ||
| 6 | Static method | Public | Method | 20070731 | ||
| 7 | 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 | R_S_RUNTIME_INFO | Value transfer | Type reference (TYPE) | RSCRT_RDA_S_RUNTIME | 20130722 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation Failed | 20130722 |
Method GET_SHUTDOWN_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_ACTIVE | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20080425 | |||
| 2 | E_ERROR | Call by reference | Type reference (TYPE) | STRING | 20080425 | ||||
| 3 | E_INFO | Call by reference | Type reference (TYPE) | STRING | 20080425 | ||||
| 4 | E_STATE | Call by reference | Type reference (TYPE) | STRING | 20080425 | ||||
| 5 | 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 | I_S_DEMON | Call by reference | Type reference (TYPE) | RSCRT_RDA_DEMON | 20130709 | ||||
| 2 | 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 | I_S_DEMON | Call by reference | Type reference (TYPE) | RSCRT_RDA_DEMON | 20130710 | ||||
| 2 | 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 | E_COUNT | Call by reference | Type reference (TYPE) | INT4 | Natürliche Zahl | 20070724 | |||
| 2 | E_T_IPAK | Call by reference | Type reference (TYPE) | RSCRT_RDA_T_IPAK | InfoPackage-Liste | 20070724 | |||
| 3 | I_ACTIVE | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | Status active(3) | 20070724 | ||
| 4 | I_CLOSING | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | Status closing(8) | 20070724 | ||
| 5 | I_DEMONID | Call by reference | Type reference (TYPE) | RSCRT_DEMONID | Dämon-ID | 20070724 | |||
| 6 | I_ERROR | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | Status error(9) | 20070724 | ||
| 7 | I_READY | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | Status ready(2) | 20070724 | ||
| 8 | I_STOPPED | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_TRUE | Status stopped(6) | 20070724 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation gescheitert | 20070724 |
Method START_UPLOADS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_COUNT | Call by reference | Type reference (TYPE) | INT4 | Natürliche Zahl | 20070731 | |||
| 2 | E_COUNT_ABORTED_BY_USER | Call by reference | Type reference (TYPE) | INT4 | Natürliche Zahl | 20070731 | |||
| 3 | E_COUNT_DEMON_ALREADY_RUNNING | Call by reference | Type reference (TYPE) | INT4 | Natürliche Zahl | 20070731 | |||
| 4 | E_COUNT_FAILED | Call by reference | Type reference (TYPE) | INT4 | Natürliche Zahl | 20070731 | |||
| 5 | E_COUNT_NO_SCHEDULING_POSSIBLE | Call by reference | Type reference (TYPE) | INT4 | Natürliche Zahl | 20070731 | |||
| 6 | 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 | E_COUNT | Call by reference | Type reference (TYPE) | INT4 | Natürliche Zahl | 20070724 | |||
| 2 | E_COUNT_CLOSING | Call by reference | Type reference (TYPE) | INT4 | Natürliche Zahl | 20070724 | |||
| 3 | E_COUNT_NOT_FOUND | Call by reference | Type reference (TYPE) | INT4 | Natürliche Zahl | 20070724 | |||
| 4 | I_DEMONID | Call by reference | Type reference (TYPE) | RSCRT_DEMONID | Dämon-ID | 20070724 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Operation gescheitert | 20070724 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 700 |