SAP ABAP Interface IF_CTS_UI_QUEUE_ENTITY_SOURCE (UI Queue source)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CTS-TMS-CTR (Application Component) Central CTS # Transport Management
⤷
SCTS_DIST_CTL_WDUI (Package) Central CTS Web Dynpro UIs
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CTS_UI_QUEUE_ENTITY_SOURCE | Default data source for queue display | 20090513 |
Properties
| Interface | IF_CTS_UI_QUEUE_ENTITY_SOURCE | |
| Short Description | UI Queue source |
General Data
| Package | SCTS_DIST_CTL_WDUI | Central CTS Web Dynpro UIs |
| Created | 20090513 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | IF_CTS_ENTITY_QUEUE | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
| 2 | IF_CTS_QUEUE_ITEM | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
| 3 | IF_CTS_TRANSPORT_ENTITY | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
| 4 | IF_CTS_TRANSPORT_REQUEST | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_CTS_UI_QUEUE_ENTITY_SOURCE has no interface.
Friends
Interface IF_CTS_UI_QUEUE_ENTITY_SOURCE has no friend.
Attributes
Interface IF_CTS_UI_QUEUE_ENTITY_SOURCE has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get the children of a given entity | 20090831 | |
| 2 | Instance method | Public | Method | Get details... | 20090831 | |
| 3 | Instance method | Public | Method | 20091125 | ||
| 4 | Instance method | Public | Method | Retrieve queue type | 20091105 | |
| 5 | Instance method | Public | Method | Refresh the source | 20091105 |
Events
Interface IF_CTS_UI_QUEUE_ENTITY_SOURCE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_IMPORT_STATUS_DETAILS | Public | See coding | 20091126 | ty_import_status_details type standard table of ty_import_status_details_line with default key
|
||
| 2 | TY_IMPORT_STATUS_DETAILS_LINE | Public | See coding | 20091126 | begin of ty_import_status_details_line,
status type if_cts_transport_entity=>ty_status,
icon type string,
text type string,
tooltip type string,
end of ty_import_status_details_line
|
||
| 3 | TY_UI_QUEUE_ENTITIES | Public | See coding | 20090513 | ty_ui_queue_entities type standard table of ty_ui_queue_entity with default key
|
||
| 4 | TY_UI_QUEUE_ENTITY | Public | See coding | 20090513 | begin of ty_ui_queue_entity,
buffer_entry type tmsbuffer,
position type c length 5,
id type string,
text_description type if_cts_transport_entity=>ty_description,
text_owner type if_cts_transport_entity=>ty_user,
import_status type if_cts_transport_entity=>ty_status,
import_status_icon type string,
import_status_text type string,
import_status_detail type ty_import_status_details,
return_code type c length 4,
return_code_icon type string,
return_code_text type string,
unique type hash160,
uniqueparent type hash160,
uniquehier_id type hash160,
expanded type boolean,
leaf type boolean,
type type c length 1,
type_name type string,
targets type string,
collection_id type if_cts_transport_entity=>ty_id,
request_id type if_cts_transport_entity=>ty_id,
project_id type if_cts_transport_entity=>ty_project,
project_text type string,
style type wdui_table_cell_design,
style_position type wdui_table_cell_design,
details_link_hidden type boolean,
style_text type wdui_textview_sem_col,
source_client type scts_ty_system_client,
target_client type scts_ty_system_client,
style_client type wdui_table_cell_design,
target_client_icon type string,
target_client_tooltip type string,
is_drop_enabled type boolean,
no_dataflag(1),
transport_active(1),
comp_vers_check_icon type string,
comp_vers_check_text type string,
end of ty_ui_queue_entity
|
Method Signatures
Method GET_CHILDREN_OF_ENTITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHILDREN | Call by reference | Type reference (TYPE) | TY_UI_QUEUE_ENTITIES | 20090831 | ||||
| 2 | ENTITY | Call by reference | Type reference (TYPE) | TY_UI_QUEUE_ENTITY | 20090831 |
Method GET_CHILDREN_OF_ENTITY on Interface IF_CTS_UI_QUEUE_ENTITY_SOURCE has no exception.
Method GET_DETAILS_FOR_ENTITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ENTITY | Call by reference | Type reference (TYPE) | TY_UI_QUEUE_ENTITY | 20090831 |
Method GET_DETAILS_FOR_ENTITY on Interface IF_CTS_UI_QUEUE_ENTITY_SOURCE has no exception.
Method GET_ENTITIES_FOR_UI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FORCE_REFRESH | Call by reference | Type reference (TYPE) | BOOLEAN | 20091125 | ||||
| 2 | OLD_QUEUE_ENTITIES | Call by reference | Type reference (TYPE) | TY_UI_QUEUE_ENTITIES | 20120209 | ||||
| 3 | UI_QUEUE_ENTITIES | Call by reference | Type reference (TYPE) | TY_UI_QUEUE_ENTITIES | 20091125 |
Method GET_ENTITIES_FOR_UI on Interface IF_CTS_UI_QUEUE_ENTITY_SOURCE has no exception.
Method GET_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TYPE | Value transfer | Type reference (TYPE) | IF_CTS_ENTITY_QUEUE=>TY_QUEUE_TYPE | Type of a queue | 20091105 |
Method GET_TYPE on Interface IF_CTS_UI_QUEUE_ENTITY_SOURCE has no exception.
Method REFRESH Signature
Method REFRESH on Interface IF_CTS_UI_QUEUE_ENTITY_SOURCE has no parameter.
Method REFRESH on Interface IF_CTS_UI_QUEUE_ENTITY_SOURCE has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 702 |