SAP ABAP Class CL_STCTM_DESTINATION_LIST (Task Destination List to End Points)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-INS-TC-RT (Application Component) Runtime for ABAP based automated TC
⤷
STC_TASK (Package) Technical Configuration Task Definition
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SERIALIZABLE_OBJECT | Serializable Object | 20110609 |
Properties
| Class | CL_STCTM_DESTINATION_LIST | |
| Short Description | Task Destination List to End Points | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | STC_TASK | |
| Program status | ||
| Category | 0 | |
| Package | STC_TASK | Technical Configuration Task Definition |
| Created | 20110407 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_STCTM_DESTINATION_LIST has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SERIALIZABLE_OBJECT | Serializable Object | 20110609 |
Friends
Class CL_STCTM_DESTINATION_LIST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | OBJECT | Internal handler for displaing the destination list | 20120203 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | TT_DESTINATION | Destination List for Endpoints | 20110407 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | ROLLNAME | Data element (semantic domain) | 20110407 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20110407 | |
| 2 | Instance method | Public | Method | Destination list changed via User Interface? | 20120201 | |
| 3 | Instance method | Public | Method | Clear UI/GUI container (incl. temporary data) only! | 20110407 | |
| 4 | Instance method | Public | Method | Get destination for single endpoint | 20110408 | |
| 5 | Instance method | Public | Method | Get complete destination list | 20120201 | |
| 6 | Instance method | Public | Method | Set complete destination list | 20120201 | |
| 7 | Instance method | Public | Method | Show/maintain destination list via User Interface | 20110407 |
Events
Class CL_STCTM_DESTINATION_LIST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_DESTINATION | Public | See coding | Destination for Endpoint | 20110407 | BEGIN OF ts_destination,
endpoint TYPE string,
destination TYPE rfcdest,
END OF ts_destination
|
|
| 2 | TS_ENDPOINT | Public | See coding | Endpoint Definition | 20110407 | BEGIN OF ts_endpoint,
endpoint TYPE string,
description TYPE string,
END OF ts_endpoint
|
|
| 3 | TT_DESTINATION | Public | See coding | Destination List for Endpoints | 20110407 | tt_destination TYPE STANDARD TABLE OF ts_destination
|
|
| 4 | TT_ENDPOINT | Public | See coding | List of Endpoints | 20110407 | tt_endpoint TYPE HASHED TABLE OF ts_endpoint WITH UNIQUE KEY endpoint
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TYPE_OF_ENDPOINT | Call by reference | Type reference (TYPE) | ROLLNAME | Data element (semantic domain) | 20110407 |
Method CONSTRUCTOR on class CL_STCTM_DESTINATION_LIST has no exception.
Method DATA_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_DATA_CHANGED | Value transfer | Type reference (TYPE) | SAP_BOOL | 'X' - Data changed | 20120201 |
Method DATA_CHANGED on class CL_STCTM_DESTINATION_LIST has no exception.
Method FREE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_RESET | Call by reference | Type reference (TYPE) | SAP_BOOL | 'X' = reset destination list to old values | 20110504 |
Method FREE on class CL_STCTM_DESTINATION_LIST has no exception.
Method GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ENDPOINT | Call by reference | Type reference (TYPE) | STRING | 20110408 | ||||
| 2 | R_DESTINATION | Value transfer | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20110408 |
Method GET on class CL_STCTM_DESTINATION_LIST has no exception.
Method GET_DESTINATIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DESTINATION | Call by reference | Type reference (TYPE) | TT_DESTINATION | Destination List for Endpoints | 20120201 |
Method GET_DESTINATIONS on class CL_STCTM_DESTINATION_LIST has no exception.
Method SET_DESTINATIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_DESTINATION | Call by reference | Type reference (TYPE) | TT_DESTINATION | Destination List for Endpoints | 20120201 |
Method SET_DESTINATIONS on class CL_STCTM_DESTINATION_LIST has no exception.
Method SHOW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20110407 | |||
| 2 | IT_ENDPOINT | Call by reference | Type reference (TYPE) | TT_ENDPOINT | List of endpoints with descriptions | 20110407 | |||
| 3 | I_CAPTION | Call by reference | Type reference (TYPE) | STRING | 20110408 | ||||
| 4 | I_DISPLAY_ONLY | Call by reference | Type reference (TYPE) | SAP_BOOL | Boolean Variable (X=True, Space=False) | 20110407 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Aborted by user | 20120203 | ||
| 2 | Error occured | 20120203 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 731 |