SAP ABAP Class CL_CTS_PLUGIN_WD_APP_STARTER (CTS Plug-in Management - Class for Starting the Application)
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 - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CTS_CONFIG_WD_CONSTANTS cCTS Configuration - Interface for Constants 20120621
Properties
Class CL_CTS_PLUGIN_WD_APP_STARTER  
Short Description CTS Plug-in Management - Class for Starting the Application    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SCTS_DIST_CTL_CONFIGURATION_WD   Central CTS - Configuration User Interface (W)eb (D)ynpro 
Created 20120621   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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 Abstract Final Description Created on
1 IF_CTS_CONFIG_WD_CONSTANTS cCTS Configuration - Interface for Constants 20120621
Friends
Class CL_CTS_PLUGIN_WD_APP_STARTER has no friend class.
Attributes
Class CL_CTS_PLUGIN_WD_APP_STARTER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_PARAMETERS Static method Private Method Build the URL Parameter Lists 20120621
2 CONFIGURATION_URL Static method Public Method Returns the URL of the Plug-in Management 20120621
3 CREATE_SERVER_COOKIE Static method Private Method Create the Server Cookie 20120621
4 GET_APPLICATION_NAME Static method Public Method Get the Name of the WD Appl. used for Plug-in Management 20120621
5 GET_PARAMETERS_FROM_SRV_COOKIE Static method Public Method Get the Parameters from a specified Server Cookie 20120621
6 START_PLUGIN_MANAGEMENT Static method Public Method Starts the WD Application "CTS_CONFIGURATION_PLUGIN_MGNT" 20120621
7 START_PLUGIN_MANAGEMENT_WD Static method Public Method Starts the WD Application "CTS_CONFIGURATION_PLUGIN_MGNT" 20120629
Events
Class CL_CTS_PLUGIN_WD_APP_STARTER has no event.
Types
Class CL_CTS_PLUGIN_WD_APP_STARTER has no local type.
Method Signatures

Method BUILD_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PARAMETERS Call by reference Type reference (TYPE) TIHTTPNVP HTTP Framework (iHTTP) Table Name/Value Pairs 20120621
2 Importing IT_SYSTEM_ID Call by reference Type reference (TYPE) CTS_CONFIG_WD_TT_SYSTEMS Table Type of SYSYSID (System IDs) 20120621
3 Importing IV_APPLICATION_EXPLANATION Call by reference Type reference (TYPE) STRING Application Explanation 20120621
4 Importing IV_APPLICATION_TITLE Call by reference Type reference (TYPE) STRING Application Title/Page Header Text 20120621
5 Importing IV_DOMAIN_ID Call by reference Type reference (TYPE) TMSDOMNAM Name of the Domain 20120621
6 Importing IV_EXECUTE_INITIAL_SEARCH Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE True = With Application Start a Search is performed 20120621
7 Importing IV_HIDE_PANEL_SEARCH_CRITERIA Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE True = The Panel 'Search Criteria' is hidden 20120621
8 Importing IV_SUPPRESS_SIDEBAR Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE True = The Sidebar will not be available 20120621
9 Importing IV_SUPP_PANEL_SEARCH_CRITERIA Call by reference Type reference (TYPE) ABAP_BOOL True = The Panel 'Search Citeria' will not be available 20120621
10 Importing IV_SYSTEM_ID Call by reference Type reference (TYPE) SYSYSID Name/ID of the SAP System 20120621

Method BUILD_PARAMETERS on class CL_CTS_PLUGIN_WD_APP_STARTER has no exception.

Method CONFIGURATION_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SYSTEM_ID Call by reference Type reference (TYPE) CTS_CONFIG_WD_TT_SYSTEMS Table Type of SYSYSID (System IDs) 20120621
2 Importing IV_APPLICATION_EXPLANATION Call by reference Type reference (TYPE) STRING Application Explanation 20120621
3 Importing IV_APPLICATION_TITLE Call by reference Type reference (TYPE) STRING Application Title/Page Header Text 20120621
4 Importing IV_DOMAIN_ID Call by reference Type reference (TYPE) TMSDOMNAM Name of the Domain 20120621
5 Importing IV_EXECUTE_INITIAL_SEARCH Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE True = With Application Start a Search is performed 20120621
6 Importing IV_HIDE_PANEL_SEARCH_CRITERIA Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE True = The Panel 'Search Criteria' is hidden 20120621
7 Importing IV_SUPPRESS_SIDEBAR Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE True = The Sidebar will not be available 20120621
8 Importing IV_SUPP_PANEL_SEARCH_CRITERIA Call by reference Type reference (TYPE) ABAP_BOOL True = The Panel 'Search Citeria' will not be available 20120621
9 Importing IV_SYSTEM_ID Call by reference Type reference (TYPE) SYSYSID Name/ID of the SAP System 20120621
10 Returning RV_URL Value transfer Type reference (TYPE) STRING Resulting URL 20120621

Method CONFIGURATION_URL on class CL_CTS_PLUGIN_WD_APP_STARTER has no exception.

Method CREATE_SERVER_COOKIE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CONTENT Call by reference Type reference (TYPE) CTS_WD_UIKEYVALUES List of Key-Value Pairs 20120621
2 Returning RV_COOKIE_ID Value transfer Type reference (TYPE) SYSUUID_C32 UUID - Identifier for Server Cookie 20120621

Method CREATE_SERVER_COOKIE on class CL_CTS_PLUGIN_WD_APP_STARTER has no exception.

Method GET_APPLICATION_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_APPLICATION_NAME Value transfer Type reference (TYPE) STRING Name of WD Application used for CTS Plug-in Management 20120621

Method GET_APPLICATION_NAME on class CL_CTS_PLUGIN_WD_APP_STARTER has no exception.

Method GET_PARAMETERS_FROM_SRV_COOKIE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COOKIE_ID Call by reference Type reference (TYPE) SYSUUID_C32 UUID - Identifier for Server Cookie 20120621
2 Importing IV_KEY Call by reference Type reference (TYPE) STRING Key for Reading the List/Table of Key-Value Pairs 20120621
3 Returning RT_CONTENT Value transfer Type reference (TYPE) CTS_WD_UIKEYVALUES List/Table of Key-Value Pairs 20120621

Method GET_PARAMETERS_FROM_SRV_COOKIE on class CL_CTS_PLUGIN_WD_APP_STARTER has no exception.

Method START_PLUGIN_MANAGEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SYSTEM_ID Call by reference Type reference (TYPE) CTS_CONFIG_WD_TT_SYSTEMS Table Type of SYSYSID (System IDs) 20120621
2 Importing IV_APPLICATION_EXPLANATION Call by reference Type reference (TYPE) STRING Application Explanation 20120621
3 Importing IV_APPLICATION_TITLE Call by reference Type reference (TYPE) STRING Application Title/Page Header Text 20120621
4 Importing IV_DOMAIN_ID Call by reference Type reference (TYPE) TMSDOMNAM Name of the Domain 20120621
5 Importing IV_EXECUTE_INITIAL_SEARCH Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE True = With Application Start a Search is performed 20120621
6 Importing IV_HIDE_MESSAGE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE True = The Message "Plug-in Mgnt UI started" will be hidden 20120621
7 Importing IV_HIDE_PANEL_SEARCH_CRITERIA Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE True = The Panel 'Search Criteria' is hidden 20120621
8 Importing IV_SUPPRESS_SIDEBAR Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE True = The Sidebar will not be available 20120621
9 Importing IV_SUPP_PANEL_SEARCH_CRITERIA Call by reference Type reference (TYPE) ABAP_BOOL True = The Panel 'Search Citeria' will not be available 20120621
10 Importing IV_SYSTEM_ID Call by reference Type reference (TYPE) SYSYSID Name/ID of the SAP System 20120621
# Exception Resumable Description Created on
1 CX_CTS_PLUGIN_WD_APP_STARTER Central CTS - Exception Class for Application Starter 20120621

Method START_PLUGIN_MANAGEMENT_WD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_WD_WINDOW_MANAGER Call by reference Object reference (TYPE REF TO) IF_WD_WINDOW_MANAGER 20120629
2 Importing IT_SYSTEM_ID Call by reference Type reference (TYPE) CTS_CONFIG_WD_TT_SYSTEMS Table Type of SYSYSID (System IDs) 20120629
3 Importing IV_APPLICATION_EXPLANATION Call by reference Type reference (TYPE) STRING Application Explanation 20120629
4 Importing IV_APPLICATION_TITLE Call by reference Type reference (TYPE) STRING Application Title/Page Header Text 20120629
5 Importing IV_DOMAIN_ID Call by reference Type reference (TYPE) TMSDOMNAM Name of the Domain 20120629
6 Importing IV_EXECUTE_INITIAL_SEARCH Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE True = With Application Start a Search is performed 20120629
7 Importing IV_HIDE_PANEL_SEARCH_CRITERIA Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE True = The Panel 'Search Criteria' is hidden 20120629
8 Importing IV_SUPPRESS_SIDEBAR Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE True = The Sidebar will not be available 20120629
9 Importing IV_SUPP_PANEL_SEARCH_CRITERIA Call by reference Type reference (TYPE) ABAP_BOOL True = The Panel 'Search Citeria' will not be available 20120629
10 Importing IV_SYSTEM_ID Call by reference Type reference (TYPE) SYSYSID Name/ID of the SAP System 20120629
# Exception Resumable Description Created on
1 CX_CTS_PLUGIN_WD_APP_STARTER CTS Plug-in Mgnt - Exception Class for Application Starter 20120629
History
Last changed by/on SAP  20140121 
SAP Release Created in 702