SAP ABAP Class CL_RSAC_TOOL_ODQ_TASK_ACT_DS (Activate DataSources via ODQ Task)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM (Application Component) Warehouse Management
⤷
RSAC_TOOL (Package) Tools for Customizing Data Staging
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ODQ_TASK | Asynchronous Processing Task | 20111018 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SERIALIZABLE_OBJECT | Serializable Object | 20111018 |
Properties
| Class | CL_RSAC_TOOL_ODQ_TASK_ACT_DS | |
| Short Description | Activate DataSources via ODQ Task | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSAC_TOOL | Tools for Customizing Data Staging |
| Created | 20111014 | 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) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_ODQ_TASK | Asynchronous Processing Task | 20111018 | ||
| 2 | IF_SERIALIZABLE_OBJECT | Serializable Object | 20111018 |
Friends
Class CL_RSAC_TOOL_ODQ_TASK_ACT_DS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Transport | 20120402 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Boolean | 20120314 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | RSDLOGSYS | Source System | 20111018 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Boolean | 20111018 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | RSTIMESTMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20111114 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | RSTIMESTMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20111114 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20130111 | ||
| 2 | Instance method | Public | Constructor | 20111018 | ||
| 3 | Static method | Private | Method | get the error messages from DataSource log and fill rso log | 20130111 |
Events
Class CL_RSAC_TOOL_ODQ_TASK_ACT_DS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_SCRSYS | Public | See coding | 20130111 | BEGIN OF ty_s_scrsys,
slogsys TYPE rsbasidoc-slogsys,
END OF ty_s_scrsys
|
||
| 2 | TY_T_SCRSYS | Public | See coding | 20130111 | ty_t_scrsys TYPE STANDARD TABLE OF ty_s_scrsys WITH NON-UNIQUE DEFAULT KEY
|
Method Signatures
Method ACTIVATE_ALL_DS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | BW: Table with Messages (Application Log) | 20130114 | |||
| 2 | I_CTO | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20130111 | ||
| 3 | I_FRC_PART | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20130111 | ||
| 4 | I_LOGSYS | Call by reference | Type reference (TYPE) | RSSLOGSYS | SPACE | Source system (space = all) | 20130111 | ||
| 5 | I_TIME_GT | Call by reference | Type reference (TYPE) | RSTIMESTMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20130111 | |||
| 6 | I_TIME_LT | Call by reference | Type reference (TYPE) | RSTIMESTMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20130111 |
Method ACTIVATE_ALL_DS on class CL_RSAC_TOOL_ODQ_TASK_ACT_DS has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CTO | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Transport | 20120402 | ||
| 2 | I_FORCE_PARTITIONING | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Boolean | 20120314 | ||
| 3 | I_LOGSYS | Call by reference | Type reference (TYPE) | RSDLOGSYS | Quellsystem | 20111018 | |||
| 4 | I_RSDS | Call by reference | Type reference (TYPE) | RS_BOOL | neue DataSource(space alte DataSource) | 20111018 | |||
| 5 | I_TIME_GT | Call by reference | Type reference (TYPE) | RSTIMESTMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20111114 | |||
| 6 | I_TIME_LT | Call by reference | Type reference (TYPE) | RSTIMESTMP | UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) | 20111114 |
Method CONSTRUCTOR on class CL_RSAC_TOOL_ODQ_TASK_ACT_DS has no exception.
Method GET_ERROR_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DATE | Call by reference | Type reference (TYPE) | SYDATUM | Current Date of Application Server | 20130111 | |||
| 2 | I_TIME | Call by reference | Type reference (TYPE) | SYUZEIT | ABAP-Systemfeld: Aktuelle Uhrzeit des Applikationsservers | 20130111 | |||
| 3 | I_T_LOGSYS | Call by reference | Type reference (TYPE) | TY_T_SCRSYS | 20130111 | ||||
| 4 | RE_T_MSG | Value transfer | Type reference (TYPE) | RS_T_MSG | BW: Table with Messages (Application Log) | 20130111 |
Method GET_ERROR_LOG on class CL_RSAC_TOOL_ODQ_TASK_ACT_DS has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |