SAP ABAP Class CL_SWR_SYSTEM_HANDLER (Manages Systems)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BMT-WFM (Application Component) SAP Business Workflow
⤷
SWF_SWR (Package) Workflow: Internal Implementation for API Layer
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SWR_BASE | General Basis Class | 20100204 |
Properties
| Class | CL_SWR_SYSTEM_HANDLER | |
| Short Description | Manages Systems | |
| Super Class | CL_SWR_BASE | General Basis Class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWF_SWR | Workflow: Internal Implementation for API Layer |
| Created | 20091208 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SWR_SYSTEM_HANDLER has no forward declaration.
Interfaces
Class CL_SWR_SYSTEM_HANDLER has no interface implemented.
Friends
Class CL_SWR_SYSTEM_HANDLER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | SWR_DEST_TYP | 'R' | Workflow API: Destination for Remote Calls | 20101027 | ||
| 2 | Constant | Public | Type reference (TYPE) | SWR_DEST | 'NONE' | Destination for Remote Calls | 20091208 | ||
| 3 | Constant | Public | Type reference (TYPE) | SWR_RFCDEST | 'NONE' | Logical destination (specified when calling function) | 20100127 | ||
| 4 | Instance attribute | Protected | Type reference (TYPE) | SWFSWRTSYSTEM | System Handler: List of Systems | 20100127 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20100930 | |
| 2 | Instance method | Public | Method | Removes a Destination (DEST_ID) | 20101027 | |
| 3 | Instance method | Public | Method | Returns Destination + Type for aDEST_ID | 20101027 | |
| 4 | Instance method | Public | Method | Returns All Registered RFC Destinations | 20101028 | |
| 5 | Instance method | Public | Method | Returns RFC Destination for a DEST_ID | 20101027 | |
| 6 | Instance method | Public | Method | Registers an RFC Destination | 20100127 | |
| 7 | Instance method | Protected | Method | 20101028 | ||
| 8 | Instance method | Protected | Method | 20101001 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | SYSTEM_ADDED | Instance Event (0) |
Public (2) |
System Added | 20100210 |
| 2 | SYSTEM_REMOVED | Instance Event (0) |
Public (2) |
System Removed | 20100210 |
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | SWFSWRSSYSTEM | Protected | See coding | Internal Setup of a System (Structure) | 20101029 | begin of SWFSWRSSYSTEM,
DEST_ID Type SWR_DEST,
DEST_TYPE Type SWR_DEST_TYP,
REGISTERED Type XFLAG,
DESTINATION Type STRING,
end of SWFSWRSSYSTEM
|
|
| 2 | SWFSWRTSYSTEM | Protected | See coding | Internal Setup of Systems (Table) | 20101029 | SWFSWRTSYSTEM type table of SWFSWRSSYSTEM
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_SWR_SYSTEM_HANDLER has no parameter.
Method CONSTRUCTOR on class CL_SWR_SYSTEM_HANDLER has no exception.
Method DEREGISTER_DESTINATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DEST_ID | Call by reference | Type reference (TYPE) | SWR_DEST | Workflow: Destination für Remote-Aufrufe | 20101027 |
Method DEREGISTER_DESTINATION on class CL_SWR_SYSTEM_HANDLER has no exception.
Method GET_DESTINATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_DESTINATION | Call by reference | Type reference (TYPE) | STRING | 20101027 | ||||
| 2 | E_DEST_TYPE | Call by reference | Type reference (TYPE) | SWR_DEST_TYP | Workflow API: Destination für Remote-Aufrufe | 20101027 | |||
| 3 | E_REGISTERED | Call by reference | Type reference (TYPE) | XFLAG | Reistriert | 20101028 | |||
| 4 | I_DEST_ID | Call by reference | Type reference (TYPE) | SWR_DEST | Workflow: Destination für Remote-Aufrufe | 20101027 |
Method GET_DESTINATION on class CL_SWR_SYSTEM_HANDLER has no exception.
Method GET_REGISTERED_RFC_DEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_RFC_DEST | Value transfer | Type reference (TYPE) | SWFSWRTRFCSYS | Systemhandler: Liste der RFC Destinationen | 20101028 |
Method GET_REGISTERED_RFC_DEST on class CL_SWR_SYSTEM_HANDLER has no exception.
Method GET_RFC_DEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DEST_ID | Call by reference | Type reference (TYPE) | SWR_DEST | Workflow: Destination für Remote-Aufrufe | 20101027 | |||
| 2 | R_RFC_DEST | Value transfer | Type reference (TYPE) | SWR_RFCDEST | 20101027 |
Method GET_RFC_DEST on class CL_SWR_SYSTEM_HANDLER has no exception.
Method REGISTER_RFC_DEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_RFC_DEST | Call by reference | Type reference (TYPE) | SWR_RFCDEST | logische Destination (Wird bei Funktionsaufruf angegeben) | 20100127 | |||
| 2 | R_DEST_ID | Value transfer | Type reference (TYPE) | SWR_DEST | Workflow: Destination für Remote-Aufrufe | 20100127 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | interne Ausnahme | 20100930 |
Method _LOAD_SYSTEMS Signature
Method _LOAD_SYSTEMS on class CL_SWR_SYSTEM_HANDLER has no parameter.
Method _LOAD_SYSTEMS on class CL_SWR_SYSTEM_HANDLER has no exception.
Method _UPDATE_SYSTEM_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_SYSTEM | Call by reference | Type reference (TYPE) | SWFSWRSSYSTEM | Systemhandler: Zuordnung Remote-ID - System | 20101001 | |||
| 2 | I_RFC_DEST | Call by reference | Type reference (TYPE) | RFCDEST | logische Destination (Wird bei Funktionsaufruf angegeben) | 20101001 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | interne Ausnahme | 20101001 |
Event Signatures
Event SYSTEM_ADDED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DEST_ID | Exporting | Value transfer | Type reference (TYPE) | SWR_DEST | Workflow: Destination für Remote-Aufrufe | 20100210 |
Event SYSTEM_REMOVED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DEST_ID | Exporting | Value transfer | Type reference (TYPE) | SWR_DEST | Workflow: Destination für Remote-Aufrufe | 20100210 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 730 |