SAP ABAP Class CL_CTS_UI_QUEUE_ENTITY_SOURCE (Default data source for queue display)
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 - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CTS_UI_QUEUE_ENTITY_SOURCE UI Queue source 20090513
Properties
Class CL_CTS_UI_QUEUE_ENTITY_SOURCE  
Short Description Default data source for queue display    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SCTS_DIST_CTL_WDUI   Central CTS Web Dynpro UIs 
Created 20090513   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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_UI_QUEUE_ENTITY_SOURCE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 STMS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_CTS_UI_QUEUE_ENTITY_SOURCE UI Queue source 20090513
Friends
# Friend Modeled only Created on Description
1 CL_CTS_UI_FACTORY 20090602 Central CTS UI Factory
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CHILD_COUNTER Instance attribute Private Type reference (TYPE) I Child counter 20130305
2 CO_STYLE_CLIENT Constant Protected Type reference (TYPE) WDUI_TABLE_CELL_DESIGN '00' WebDynpro:TableCellDesign 20110909
3 CO_STYLE_POSITION Constant Protected Type reference (TYPE) WDUI_TABLE_CELL_DESIGN '02' Web Dynpro: TableCellDesign 20090904
4 CO_STYLE_STANDARD Constant Protected Type reference (TYPE) WDUI_TABLE_CELL_DESIGN '00' Web Dynpro: TableCellDesign 20090904
5 CO_STYLE_STOPMARK Constant Protected Type reference (TYPE) WDUI_TABLE_CELL_DESIGN '27' Web Dynpro: TableCellDesign 20090904
6 CO_STYLE_TEXT_STANDARD Constant Protected Type reference (TYPE) WDUI_TEXTVIEW_SEM_COL '00' Web Dynpro: TextViewSemanticColor 20090904
7 CO_STYLE_TEXT_STOP Constant Protected Type reference (TYPE) WDUI_TEXTVIEW_SEM_COL '01' Web Dynpro: TextViewSemanticColor 20090904
8 CO_STYLE_WARNING Constant Protected Type reference (TYPE) WDUI_TABLE_CELL_DESIGN '04' Web Dynpro: TableCellDesign 20111004
9 OBJECT_SOURCES Instance attribute Private See coding 20090910
10 QUEUE Instance attribute Private Object reference (TYPE REF TO) IF_CTS_ENTITY_QUEUE General queue of transport entities 20090831
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_CHILD_CONTENT_OBJECTS Instance method Protected Method Helper for building file content 20090910
2 BUILD_CHILD_OBJECTS Instance method Protected Method Helper for building objects 20090910
3 BUILD_CHILD_REQUESTS Instance method Protected Method Helper for building requests 20090910
4 CONVERT_ENTITY_TO_UI Instance method Private Method Convert 20090831
5 CREATE Static method Protected Method Create source 20090831
6 GET_CHILDREN_OF_ENTITY Instance method Public Method 20090901
7 GET_DETAILS_FOR_ENTITY Instance method Public Method 20090831
8 GET_ENTITIES_FOR_UI Instance method Public Method 20091126
9 GET_RC_ICON Static method Protected Method Helper for icons (return code) 20090903
10 GET_RC_TEXT Static method Protected Method Helper for text (return code) 20090903
11 GET_STATUS_ICON Static method Protected Method Helper for icons (import status) 20090903
12 GET_STATUS_TEXT Static method Protected Method Helper for text (import status) 20090903
13 GET_TYPE Instance method Public Method 20091105
14 MAP_CHILDREN Instance method Private Method Find children 20090910
15 REFRESH Instance method Public Method 20091105
Events
Class CL_CTS_UI_QUEUE_ENTITY_SOURCE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LT_OBJECT_SOURCE Private See coding 20090910 begin of lt_object_source, id type if_cts_queue_item=>ty_id, source type ref to IF_CTS_ORG_OBJLST_UI_DATASRC, end of lt_object_source
2 TY_IMPORT_STATUS_DETAILS Public Attribute reference (LIKE) 20091126
3 TY_IMPORT_STATUS_DETAILS_LINE Public Attribute reference (LIKE) 20091126
4 TY_UI_QUEUE_ENTITIES Public Attribute reference (LIKE) 20090514
5 TY_UI_QUEUE_ENTITY Public Attribute reference (LIKE) 20090514
Method Signatures

Method BUILD_CHILD_CONTENT_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CHILDREN Call by reference Type reference (TYPE) TY_UI_QUEUE_ENTITIES 20090910
2 Importing PARENT Call by reference Type reference (TYPE) TY_UI_QUEUE_ENTITY 20090910

Method BUILD_CHILD_CONTENT_OBJECTS on class CL_CTS_UI_QUEUE_ENTITY_SOURCE has no exception.

Method BUILD_CHILD_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CHILDREN Call by reference Type reference (TYPE) TY_UI_QUEUE_ENTITIES 20090910
2 Importing PARENT Call by reference Type reference (TYPE) TY_UI_QUEUE_ENTITY 20090910

Method BUILD_CHILD_OBJECTS on class CL_CTS_UI_QUEUE_ENTITY_SOURCE has no exception.

Method BUILD_CHILD_REQUESTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CHILDREN Call by reference Type reference (TYPE) TY_UI_QUEUE_ENTITIES 20090910
2 Importing PARENT Call by reference Type reference (TYPE) TY_UI_QUEUE_ENTITY 20090910

Method BUILD_CHILD_REQUESTS on class CL_CTS_UI_QUEUE_ENTITY_SOURCE has no exception.

Method CONVERT_ENTITY_TO_UI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITEMS Call by reference Type reference (TYPE) IF_CTS_ENTITY_QUEUE=>TY_QUEUE_ITEMS_FLAT 20090831
2 Importing OLD_ENTITIES Call by reference Type reference (TYPE) IF_CTS_UI_QUEUE_ENTITY_SOURCE=>TY_UI_QUEUE_ENTITIES 20120209
3 Exporting UI_ENTITIES Call by reference Type reference (TYPE) IF_CTS_UI_QUEUE_ENTITY_SOURCE=>TY_UI_QUEUE_ENTITIES 20090831

Method CONVERT_ENTITY_TO_UI on class CL_CTS_UI_QUEUE_ENTITY_SOURCE has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHECK_DEPLOYMENT Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20101209
2 Importing FORCE_REFRESH Call by reference Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20090903
3 Importing QUEUE Call by reference Object reference (TYPE REF TO) IF_CTS_ENTITY_QUEUE 20100308
4 Returning SOURCE Value transfer Object reference (TYPE REF TO) IF_CTS_UI_QUEUE_ENTITY_SOURCE UI Queue source 20090831
5 Importing SYSTEM Call by reference Object reference (TYPE REF TO) IF_CTS_SYSTEM General system 20090831
# Exception Resumable Description Created on
1 CX_CTS_ENTITY_QUEUE Exceptions from handling transport requests 20091204

Method GET_CHILDREN_OF_ENTITY Signature

Method GET_CHILDREN_OF_ENTITY on class CL_CTS_UI_QUEUE_ENTITY_SOURCE has no parameter.
Method GET_CHILDREN_OF_ENTITY on class CL_CTS_UI_QUEUE_ENTITY_SOURCE has no exception.

Method GET_DETAILS_FOR_ENTITY Signature

Method GET_DETAILS_FOR_ENTITY on class CL_CTS_UI_QUEUE_ENTITY_SOURCE has no parameter.
Method GET_DETAILS_FOR_ENTITY on class CL_CTS_UI_QUEUE_ENTITY_SOURCE has no exception.

Method GET_ENTITIES_FOR_UI Signature

Method GET_ENTITIES_FOR_UI on class CL_CTS_UI_QUEUE_ENTITY_SOURCE has no parameter.
Method GET_ENTITIES_FOR_UI on class CL_CTS_UI_QUEUE_ENTITY_SOURCE has no exception.

Method GET_RC_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ICON Value transfer Type reference (TYPE) STRING 20090903
2 Importing RC Call by reference Type reference (TYPE) TRRETCODE Return-Code 20090903

Method GET_RC_ICON on class CL_CTS_UI_QUEUE_ENTITY_SOURCE has no exception.

Method GET_RC_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing RC Call by reference Type reference (TYPE) TRRETCODE Return-Code 20090903
2 Returning TEXT Value transfer Type reference (TYPE) STRING 20090903

Method GET_RC_TEXT on class CL_CTS_UI_QUEUE_ENTITY_SOURCE has no exception.

Method GET_STATUS_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ICON Value transfer Type reference (TYPE) STRING 20090903
2 Importing STATUS Call by reference Type reference (TYPE) TMSIMPSTAT TMS: Import-Status 20090903

Method GET_STATUS_ICON on class CL_CTS_UI_QUEUE_ENTITY_SOURCE has no exception.

Method GET_STATUS_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LONG_VERSION Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20130424
2 Importing STATUS Call by reference Type reference (TYPE) TMSIMPSTAT TMS: Import-Status 20090903
3 Returning TEXT Value transfer Type reference (TYPE) STRING 20090903

Method GET_STATUS_TEXT on class CL_CTS_UI_QUEUE_ENTITY_SOURCE has no exception.

Method GET_TYPE Signature

Method GET_TYPE on class CL_CTS_UI_QUEUE_ENTITY_SOURCE has no parameter.
Method GET_TYPE on class CL_CTS_UI_QUEUE_ENTITY_SOURCE has no exception.

Method MAP_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CHILDREN Call by reference Type reference (TYPE) TY_UI_QUEUE_ENTITIES 20090910
2 Importing OBJECTS Call by reference Type reference (TYPE) CTS_WD_UIOBJECTS 20090910
3 Importing PARENT Call by reference Type reference (TYPE) TY_UI_QUEUE_ENTITY 20090910

Method MAP_CHILDREN on class CL_CTS_UI_QUEUE_ENTITY_SOURCE has no exception.

Method REFRESH Signature

Method REFRESH on class CL_CTS_UI_QUEUE_ENTITY_SOURCE has no parameter.
Method REFRESH on class CL_CTS_UI_QUEUE_ENTITY_SOURCE has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 702