SAP ABAP Interface IF_CTS_CONFIG_WD_WORK_AREA (cCTS Configuration - Interface for View 'MAIN'/Work Area)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CTS-TMS-CTR (Application Component) Central CTS # Transport Management
     SCTS_DIST_CTL_CONFIGURATION_WD (Package) Central CTS - Configuration User Interface (W)eb (D)ynpro
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CTS_CONFIG_WD_MAIN cCTS Configuration UI - Class for View 'MAIN' 20110926
Properties
Interface IF_CTS_CONFIG_WD_WORK_AREA  
Short Description cCTS Configuration - Interface for View 'MAIN'/Work Area    
General Data
Package SCTS_DIST_CTL_CONFIGURATION_WD   Central CTS - Configuration User Interface (W)eb (D)ynpro 
Created 20110926   SAP 
Last changed 20140121   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface IF_CTS_CONFIG_WD_WORK_AREA has no interface.
Friends
Interface IF_CTS_CONFIG_WD_WORK_AREA has no friend.
Attributes
Interface IF_CTS_CONFIG_WD_WORK_AREA has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD_NEW_CLUSTER_TO_WORK_AREA Instance method Public Method Add a newly created Cluster to the Work Area 20111216
2 CHECK_SYSTEM_OF_OWN_DOMAIN Instance method Public Method Checks, whether a System belongs the own Domain 20120808
3 CLOSE_PROGESS_INDICATOR Instance method Public Method Close the Progress Indicator 20111107
4 DELETE_CLUSTER Instance method Public Method Delete a Cluster 20120102
5 DISABLE_WORK_AREA_BUTTONS Instance method Public Method Disable all Buttons of the Work Area 20130322
6 DISPLAY_HIDE_FILTER_ON_WA Instance method Public Method Table 'Work Area' - Display/hide the Filter 20110928
7 DISPLAY_LIST_OR_TREE_WORK_AREA Instance method Public Method Table 'Work Area' - Display as List or as Tree 20120222
8 DISPLAY_SIDEBAR Instance method Public Method Display the Sidebar (containing the 'Related Links') 20110927
9 DISPLAY_STATUS_MESSAGES Instance method Public Method Display the Status Messages in a separate Popup 20120201
10 DISTRIBUTE_CONFIGURATION Instance method Public Method Distribute the Configuration 20111202
11 DISTRIBUTE_PLUGIN Instance method Public Method Distribute the Plug-in 20111130
12 ENABLE_DISABLE_RELATED_LINKS Instance method Public Method Enable/disable the Related Links 20120522
13 ENABLE_WORK_AREA_BUTTONS Instance method Public Method Enable all Buttons of the Work Area 20130322
14 HIDE_SIDEBAR Instance method Public Method Hide the Sidebar (containing the 'Related Links') 20110927
15 LEAD_SELECT_WORK_AREA Instance method Public Method Table 'Work Area' - The Lead Selection has changed 20120217
16 REFRESH_CLUSTER_IN_WORK_AREA Instance method Public Method Update/refresh the Data of a Cluster in the Work Area 20120104
17 REFRESH_WORK_AREA Instance method Public Method The 'Refresh'-Button on the Work Area has been triggered 20111004
18 REMOVE_CLUSTER_FROM_UI Instance method Public Method Remove a Cluster with all relevant Systems from the UI 20120712
19 SEND_PERSONALIZATION_WORK_AREA Instance method Public Method Send the Personalization Popup for the Work Area 20110926
20 SEND_POPUP_CREATE_CLUSTER Instance method Public Method Send the Popup for Creating a Cluster 20111205
21 SEND_POPUP_DELETE_CLUSTER Instance method Public Method Send the Popup for Deleting a Cluster 20111223
22 SEND_POPUP_DISPLAY_CLUSTER Instance method Public Method Send the Popup for Displaying a Cluster 20111220
23 SEND_POPUP_DISTRIBUTE_CONFIG Instance method Public Method Send the Popup for Distributing the Configuration 20111202
24 SEND_POPUP_DISTRIBUTE_PLUGIN Instance method Public Method Send the Popup for Distributing the Plug-in 20111130
25 SEND_POPUP_SET_TMS_PARAMETERS Instance method Public Method Send the Popup for Setting the TMS Parameters 20121128
26 SET_APPLICATION_EXPLANATION Instance method Public Method Set the Application Explanation 20111129
27 SET_DETAILED_APPL_EXPLANATION Instance method Public Method Set the Document for the Detailed Application Explanation 20120831
28 SET_TMS_PARAMETERS Instance method Public Method Set the TMS Parameters 20120724
29 SET_VALUES_OF_CONTEXTUAL_PANEL Instance method Public Method Set the Values of the Horizontal Contextual Panel 20120816
30 SET_WORK_AREA_DISPLAY_OPTIONS Instance method Public Method Set the Display Options of the Work Area 20120222
31 SET_WORK_AREA_PANEL_ATTRIBUTES Instance method Public Method Set the Attributes of the Panel containing the Work Area 20111007
32 SUPPRESS_SIDEBAR Instance method Public Method Suppress the Sidebar if this is requested 20120118
33 TOOGLE_WORK_AREA_TREE Instance method Public Method Table 'Work Area' - Toggle (Expand/Collapse) the Tree 20130524
34 UPDATE_WORK_AREA_FROM_BUFFER Instance method Public Method Update the Work Area from Buffer (Shared Memory Object) 20111028
35 VALIDATE Instance method Public Method Validate a System or several Systems 20111027
36 VALIDATE_NEXT_ELEMENT Instance method Public Method Validate the next System in the Queue 20111028
37 VALIDATE_SEL_ITEMS_FOR_ACTION Instance method Public Method Validate the selected Items of the Work Area for an Action 20111202
Events
Interface IF_CTS_CONFIG_WD_WORK_AREA has no event.
Types
Interface IF_CTS_CONFIG_WD_WORK_AREA has no local type.
Method Signatures

Method ADD_NEW_CLUSTER_TO_WORK_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_NEWLY_CREATED_CLUSTER Call by reference Object reference (TYPE REF TO) IF_CTS_SYSTEM_COLLECTION Reference to the newly created Cluster 20120104

Method ADD_NEW_CLUSTER_TO_WORK_AREA on Interface IF_CTS_CONFIG_WD_WORK_AREA has no exception.

Method CHECK_SYSTEM_OF_OWN_DOMAIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20120808
2 Returning RV_SYSTEM_OF_OWN_DOMAIN Value transfer Type reference (TYPE) ABAP_BOOL TRUE = The specified System belongs to the own Domain 20120808

Method CHECK_SYSTEM_OF_OWN_DOMAIN on Interface IF_CTS_CONFIG_WD_WORK_AREA has no exception.

Method CLOSE_PROGESS_INDICATOR Signature

Method CLOSE_PROGESS_INDICATOR on Interface IF_CTS_CONFIG_WD_WORK_AREA has no parameter.
Method CLOSE_PROGESS_INDICATOR on Interface IF_CTS_CONFIG_WD_WORK_AREA has no exception.

Method DELETE_CLUSTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Reference to a Context Element of the Work Area 20120102

Method DELETE_CLUSTER on Interface IF_CTS_CONFIG_WD_WORK_AREA has no exception.

Method DISABLE_WORK_AREA_BUTTONS Signature

Method DISABLE_WORK_AREA_BUTTONS on Interface IF_CTS_CONFIG_WD_WORK_AREA has no parameter.
Method DISABLE_WORK_AREA_BUTTONS on Interface IF_CTS_CONFIG_WD_WORK_AREA has no exception.

Method DISPLAY_HIDE_FILTER_ON_WA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20110928

Method DISPLAY_HIDE_FILTER_ON_WA on Interface IF_CTS_CONFIG_WD_WORK_AREA has no exception.

Method DISPLAY_LIST_OR_TREE_WORK_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_WORK_AREA Call by reference Type reference (TYPE) CTS_CONFIG_WD_TT_WORK_AREA Central CTS - Table Type of CTS_CONFIG_WD_ST_WORK_AREA 20120820

Method DISPLAY_LIST_OR_TREE_WORK_AREA on Interface IF_CTS_CONFIG_WD_WORK_AREA has no exception.

Method DISPLAY_SIDEBAR Signature

Method DISPLAY_SIDEBAR on Interface IF_CTS_CONFIG_WD_WORK_AREA has no parameter.
Method DISPLAY_SIDEBAR on Interface IF_CTS_CONFIG_WD_WORK_AREA has no exception.

Method DISPLAY_STATUS_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Reference to a Context Element of the Work Area 20120201
2 Importing IV_MESSAGES_FOR_RFC_ONLY Call by reference Type reference (TYPE) ABAP_BOOL TRUE = Display only Messages related to RFC Connections 20120201
3 Importing IV_MESSAGES_FOR_TMS_ONLY Call by reference Type reference (TYPE) ABAP_BOOL TRUE = Display only Messages related to TMS Parameters 20120201

Method DISPLAY_STATUS_MESSAGES on Interface IF_CTS_CONFIG_WD_WORK_AREA has no exception.

Method DISTRIBUTE_CONFIGURATION Signature

Method DISTRIBUTE_CONFIGURATION on Interface IF_CTS_CONFIG_WD_WORK_AREA has no parameter.
Method DISTRIBUTE_CONFIGURATION on Interface IF_CTS_CONFIG_WD_WORK_AREA has no exception.

Method DISTRIBUTE_PLUGIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Reference to a Context Element of the Work Area 20111130

Method DISTRIBUTE_PLUGIN on Interface IF_CTS_CONFIG_WD_WORK_AREA has no exception.

Method ENABLE_DISABLE_RELATED_LINKS Signature

Method ENABLE_DISABLE_RELATED_LINKS on Interface IF_CTS_CONFIG_WD_WORK_AREA has no parameter.
Method ENABLE_DISABLE_RELATED_LINKS on Interface IF_CTS_CONFIG_WD_WORK_AREA has no exception.

Method ENABLE_WORK_AREA_BUTTONS Signature

Method ENABLE_WORK_AREA_BUTTONS on Interface IF_CTS_CONFIG_WD_WORK_AREA has no parameter.
Method ENABLE_WORK_AREA_BUTTONS on Interface IF_CTS_CONFIG_WD_WORK_AREA has no exception.

Method HIDE_SIDEBAR Signature

Method HIDE_SIDEBAR on Interface IF_CTS_CONFIG_WD_WORK_AREA has no parameter.
Method HIDE_SIDEBAR on Interface IF_CTS_CONFIG_WD_WORK_AREA has no exception.

Method LEAD_SELECT_WORK_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_NEW_ROW_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20120217
2 Importing IO_OLD_ROW_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20120217

Method LEAD_SELECT_WORK_AREA on Interface IF_CTS_CONFIG_WD_WORK_AREA has no exception.

Method REFRESH_CLUSTER_IN_WORK_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CLUSTER_TO_BE_REFRESHED Call by reference Object reference (TYPE REF TO) IF_CTS_SYSTEM_COLLECTION Reference of the Cluster to be updated/refreshed 20120104
2 Importing IV_CLUSTER_DATA_CHANGED Call by reference Type reference (TYPE) WDY_BOOLEAN TRUE = The Data of the Cluster has been changed 20120726
3 Importing IV_RELEVANCE_AUTO_VALIDATION Call by reference Type reference (TYPE) WDY_BOOLEAN TRUE = Relevant for Automatic Validation 20130502
4 Importing IV_SYSTEM_DATA_CHANGED Call by reference Type reference (TYPE) WDY_BOOLEAN TRUE = The Data of the Systems of a Cluster has been changed 20130114

Method REFRESH_CLUSTER_IN_WORK_AREA on Interface IF_CTS_CONFIG_WD_WORK_AREA has no exception.

Method REFRESH_WORK_AREA Signature

Method REFRESH_WORK_AREA on Interface IF_CTS_CONFIG_WD_WORK_AREA has no parameter.
Method REFRESH_WORK_AREA on Interface IF_CTS_CONFIG_WD_WORK_AREA has no exception.

Method REMOVE_CLUSTER_FROM_UI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20120712

Method REMOVE_CLUSTER_FROM_UI on Interface IF_CTS_CONFIG_WD_WORK_AREA has no exception.

Method SEND_PERSONALIZATION_WORK_AREA Signature

Method SEND_PERSONALIZATION_WORK_AREA on Interface IF_CTS_CONFIG_WD_WORK_AREA has no parameter.
Method SEND_PERSONALIZATION_WORK_AREA on Interface IF_CTS_CONFIG_WD_WORK_AREA has no exception.

Method SEND_POPUP_CREATE_CLUSTER Signature

Method SEND_POPUP_CREATE_CLUSTER on Interface IF_CTS_CONFIG_WD_WORK_AREA has no parameter.
Method SEND_POPUP_CREATE_CLUSTER on Interface IF_CTS_CONFIG_WD_WORK_AREA has no exception.

Method SEND_POPUP_DELETE_CLUSTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Reference to a Context Element of the Work Area 20111223

Method SEND_POPUP_DELETE_CLUSTER on Interface IF_CTS_CONFIG_WD_WORK_AREA has no exception.

Method SEND_POPUP_DISPLAY_CLUSTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Reference to a Context Element of the Work Area 20111220

Method SEND_POPUP_DISPLAY_CLUSTER on Interface IF_CTS_CONFIG_WD_WORK_AREA has no exception.

Method SEND_POPUP_DISTRIBUTE_CONFIG Signature

Method SEND_POPUP_DISTRIBUTE_CONFIG on Interface IF_CTS_CONFIG_WD_WORK_AREA has no parameter.
Method SEND_POPUP_DISTRIBUTE_CONFIG on Interface IF_CTS_CONFIG_WD_WORK_AREA has no exception.

Method SEND_POPUP_DISTRIBUTE_PLUGIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Reference to a Context Element of the Work Area 20111130

Method SEND_POPUP_DISTRIBUTE_PLUGIN on Interface IF_CTS_CONFIG_WD_WORK_AREA has no exception.

Method SEND_POPUP_SET_TMS_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Reference to a Context Element of the Work Area 20121128

Method SEND_POPUP_SET_TMS_PARAMETERS on Interface IF_CTS_CONFIG_WD_WORK_AREA has no exception.

Method SET_APPLICATION_EXPLANATION Signature

Method SET_APPLICATION_EXPLANATION on Interface IF_CTS_CONFIG_WD_WORK_AREA has no parameter.
Method SET_APPLICATION_EXPLANATION on Interface IF_CTS_CONFIG_WD_WORK_AREA has no exception.

Method SET_DETAILED_APPL_EXPLANATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20120831

Method SET_DETAILED_APPL_EXPLANATION on Interface IF_CTS_CONFIG_WD_WORK_AREA has no exception.

Method SET_TMS_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Item of the Work Area relevant for Setting TMS Parameters 20120724

Method SET_TMS_PARAMETERS on Interface IF_CTS_CONFIG_WD_WORK_AREA has no exception.

Method SET_VALUES_OF_CONTEXTUAL_PANEL Signature

Method SET_VALUES_OF_CONTEXTUAL_PANEL on Interface IF_CTS_CONFIG_WD_WORK_AREA has no parameter.
Method SET_VALUES_OF_CONTEXTUAL_PANEL on Interface IF_CTS_CONFIG_WD_WORK_AREA has no exception.

Method SET_WORK_AREA_DISPLAY_OPTIONS Signature

Method SET_WORK_AREA_DISPLAY_OPTIONS on Interface IF_CTS_CONFIG_WD_WORK_AREA has no parameter.
Method SET_WORK_AREA_DISPLAY_OPTIONS on Interface IF_CTS_CONFIG_WD_WORK_AREA has no exception.

Method SET_WORK_AREA_PANEL_ATTRIBUTES Signature

Method SET_WORK_AREA_PANEL_ATTRIBUTES on Interface IF_CTS_CONFIG_WD_WORK_AREA has no parameter.
Method SET_WORK_AREA_PANEL_ATTRIBUTES on Interface IF_CTS_CONFIG_WD_WORK_AREA has no exception.

Method SUPPRESS_SIDEBAR Signature

Method SUPPRESS_SIDEBAR on Interface IF_CTS_CONFIG_WD_WORK_AREA has no parameter.
Method SUPPRESS_SIDEBAR on Interface IF_CTS_CONFIG_WD_WORK_AREA has no exception.

Method TOOGLE_WORK_AREA_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Item/Element of the Work Area 20130524

Method TOOGLE_WORK_AREA_TREE on Interface IF_CTS_CONFIG_WD_WORK_AREA has no exception.

Method UPDATE_WORK_AREA_FROM_BUFFER Signature

Method UPDATE_WORK_AREA_FROM_BUFFER on Interface IF_CTS_CONFIG_WD_WORK_AREA has no parameter.
Method UPDATE_WORK_AREA_FROM_BUFFER on Interface IF_CTS_CONFIG_WD_WORK_AREA has no exception.

Method VALIDATE Signature

Method VALIDATE on Interface IF_CTS_CONFIG_WD_WORK_AREA has no parameter.
Method VALIDATE on Interface IF_CTS_CONFIG_WD_WORK_AREA has no exception.

Method VALIDATE_NEXT_ELEMENT Signature

Method VALIDATE_NEXT_ELEMENT on Interface IF_CTS_CONFIG_WD_WORK_AREA has no parameter.
Method VALIDATE_NEXT_ELEMENT on Interface IF_CTS_CONFIG_WD_WORK_AREA has no exception.

Method VALIDATE_SEL_ITEMS_FOR_ACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTION Call by reference Type reference (TYPE) STRING Validate the selected Items of the Work Area for this Action 20111202
2 Returning RO_SELECTED_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Reference to a Context Element of the Work Area 20111202

Method VALIDATE_SEL_ITEMS_FOR_ACTION on Interface IF_CTS_CONFIG_WD_WORK_AREA has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 702