SAP ABAP Class CL_RSAPI_BIW_DISCONNECT (Disconnect this Source System from Not Copied BW Systems)
Hierarchy
☛
PI_BASIS (Software Component) Basis Plug-In
⤷
BC-BW (Application Component) BW Service API
⤷
RSAPI_CTC (Package) CTC objects for BW SAPI systems
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SERIALIZABLE_OBJECT | Serializable Object | 20110427 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_STCTM_BG_TASK | Background Task | 20110427 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_STCTM_TASK | Technical Configuration Task | 20110427 |
Properties
| Class | CL_RSAPI_BIW_DISCONNECT | |
| Short Description | Disconnect this Source System from Not Copied BW Systems | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSAPI_CTC | CTC objects for BW SAPI systems |
| Created | 20110427 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RSAPI_BIW_DISCONNECT has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SERIALIZABLE_OBJECT | Serializable Object | 20110427 | ||
| 2 | IF_STCTM_BG_TASK | Background Task | 20110427 | ||
| 3 | IF_STCTM_TASK | Technical Configuration Task | 20110427 |
Friends
Class CL_RSAPI_BIW_DISCONNECT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Attribute reference (LIKE) | 20110427 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20110427 |
Events
Class CL_RSAPI_BIW_DISCONNECT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_SEL_SYS | Public | See coding | 20111018 | BEGIN OF ts_sel_sys.
TYPES: logsys TYPE logsys,
client TYPE mandt,
delete_system TYPE sap_bool,
maintain_system TYPE sap_bool,
copy_system TYPE sap_bool,
logsys_from TYPE logsys,
END OF ts_sel_sys
|
||
| 2 | TS_TARGET | Public | See coding | 20110427 | BEGIN OF ts_target.
TYPES: rlogsys TYPE logsys,
slogsys TYPE logsys,
sclient TYPE symandt,
END OF ts_target
|
||
| 3 | TT_TARGET | Public | See coding | 20110427 | tt_target TYPE STANDARD TABLE OF ts_target WITH DEFAULT KEY
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_RSAPI_BIW_DISCONNECT has no parameter.
Method CONSTRUCTOR on class CL_RSAPI_BIW_DISCONNECT has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 731 |