SAP ABAP Class CL_STCT_SC_BW_CHECK (Check whether the system is a BW or connected to any BW)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-INS-TC-CNT (Application Component) Content for ABAP based automated TC
⤷
S_LMCFG_SC_TASKS (Package) System Copy Tasks
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SERIALIZABLE_OBJECT | Serializable Object | 20110222 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_STCTM_PC_TASK | Pre-Check Task | 20110222 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_STCTM_TASK | Technical Configuration Task | 20110222 |
Properties
| Class | CL_STCT_SC_BW_CHECK | |
| Short Description | Check whether the system is a BW or connected to any BW | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_LMCFG_SC_TASKS | System Copy Tasks |
| Created | 20110222 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_STCT_SC_BW_CHECK has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SERIALIZABLE_OBJECT | Serializable Object | 20110222 | ||
| 2 | IF_STCTM_PC_TASK | Pre-Check Task | 20110222 | ||
| 3 | IF_STCTM_TASK | Technical Configuration Task | 20110222 |
Friends
Class CL_STCT_SC_BW_CHECK has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | TT_SOURCE | 20110222 | ||||
| 2 | Instance attribute | Public | Type reference (TYPE) | TT_TARGET | 20110222 | ||||
| 3 | Static Attribute | Public | Type reference (TYPE) | FUNCNAME | 'RSA_LOGICAL_SYSTEM_BIW_GET' | Function name | 20110222 | ||
| 4 | Static Attribute | Public | Type reference (TYPE) | FUNCNAME | 'RSCC_RSADM_ACC' | Function name | 20110616 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20110223 | |
| 2 | Static method | Public | Method | Get Source systems to current BW system | 20110222 | |
| 3 | Static method | Public | Method | Get Target systems to current system (all clients) | 20110222 |
Events
Class CL_STCT_SC_BW_CHECK has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_SOURCE | Public | See coding | 20110222 | BEGIN OF ts_source,
rlogsys TYPE logsys,
slogsys TYPE logsys,
END OF ts_source
|
||
| 2 | TS_TARGET | Public | See coding | 20110222 | BEGIN OF ts_target.
INCLUDE TYPE ts_source.
TYPES: sclient TYPE symandt,
END OF ts_target
|
||
| 3 | TT_SOURCE | Public | See coding | 20110222 | tt_source TYPE STANDARD TABLE OF ts_source with DEFAULT KEY
|
||
| 4 | TT_TARGET | Public | See coding | 20110222 | tt_target TYPE standard TABLE OF ts_target with DEFAULT KEY
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_STCT_SC_BW_CHECK has no parameter.
Method CONSTRUCTOR on class CL_STCT_SC_BW_CHECK has no exception.
Method GET_SOURCES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_SOURCE | Value transfer | Type reference (TYPE) | TT_SOURCE | 20110222 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Internal Failure | 20110222 | ||
| 2 | This is no BW system | 20110222 |
Method GET_TARGETS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_TARGET | Value transfer | Type reference (TYPE) | TT_TARGET | 20110222 |
Method GET_TARGETS on class CL_STCT_SC_BW_CHECK has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 731 |