SAP ABAP Class CL_ACO_DESTINATION_MANAGER (Destination Mangager for ACo Destinatiuons)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-MID-RFC (Application Component) RFC
⤷
SAP_ACO_PUBLIC (Package) Public Interface for SAP ACo
⤷
⤷
Properties
| Class | CL_ACO_DESTINATION_MANAGER | |
| Short Description | Destination Mangager for ACo Destinatiuons | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SAP_ACO_PUBLIC | Public Interface for SAP ACo |
| Created | 20100325 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ACO_DESTINATION_MANAGER has no forward declaration.
Interfaces
Class CL_ACO_DESTINATION_MANAGER has no interface implemented.
Friends
Class CL_ACO_DESTINATION_MANAGER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | T_DESTINATION_TABLE | 20100326 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Get a destination instance by destination name | 20100325 |
Events
Class CL_ACO_DESTINATION_MANAGER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_DESTINATION_STRUC | Private | See coding | 20100326 | begin of t_destination_struc,
destination_name type rfcdest,
destination type ref to if_aco_destination,
end of t_destination_struc
|
||
| 2 | T_DESTINATION_TABLE | Private | See coding | 20100326 | t_destination_table type hashed table of t_destination_struc
with unique key destination_name
|
Method Signatures
Method GET_DESTINATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DESTINATION | Value transfer | Object reference (TYPE REF TO) | IF_ACO_DESTINATION | aco destination object | 20100325 | |||
| 2 | DESTINATION_NAME | Call by reference | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20100325 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SAP ACo Base exception | 20100325 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 800 |