SAP ABAP Class /UI2/CL_WD_CFG_UTILS (Help Methods for WD Configuration (for Workbench))
Hierarchy
SAP_UI (Software Component) User Interface Technology
   CA-UI2-INT-BE (Application Component) Backend Enablement
     /UI2/WD_CONFIGURATION (Package) UI2: WD Configuration
Properties
Class /UI2/CL_WD_CFG_UTILS  
Short Description Help Methods for WD Configuration (for Workbench)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /UI2/WD_CONFIGURATION   UI2: WD Configuration 
Created 20130314   SAP 
Last change 20141120    
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
Class /UI2/CL_WD_CFG_UTILS has no interface implemented.
Friends
Class /UI2/CL_WD_CFG_UTILS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_COMP_TO_INTERFACE Static Attribute Private Type reference (TYPE) TTY_COMP_TO_INTERFACE 20130314
2 M_INTERFACE_VIEWS_4_COMP Static Attribute Private Type reference (TYPE) TTY_NAME_DESCR_BUFFERED 20130314
3 SCENARIO_ALL Constant Public Type reference (TYPE) TY_SCENARIO 'A' The Whole Tree 20130314
4 SCENARIO_CHANGE Constant Public Type reference (TYPE) TY_SCENARIO 'C' The Whole Tree 20130314
5 SCENARIO_DISPLAY Constant Public Type reference (TYPE) TY_SCENARIO 'D' 20130314
6 ST_COMP_CONFIG_HASH Static Attribute Private Type reference (TYPE) TTY_COMP_CONFIG_HASH 20130418
Methods
# Method Level Visibility Method type Description Created on
1 ACCESS_KEY_DIALOG_NECESSARY Static method Public Method 20130314
2 CALC_CONFID_FROM_USAGE_PATH Static method Public Method Internal: For Runtime: Treats Config. ID as MD5 (usage_path) 20130314
3 CONFIG_HI_TABLE_2_CONFIG_TABLE Static method Private Method Projection of WDY_CONFIG_HI_TABLE on WDY_CONFIG_TABLE 20130314
4 CREATE_VARIANT_KEY Static method Public Method Internal: Creates New Variant 20130314
5 DELETE_CONFIG_4_COMP Static method Public Method Deletes Configuration of DB (Without Lock/Transport) 20130314
6 DELETE_PERS_ENTRY Static method Public Method Deletes a personalization 20130314
7 DOES_COMP_IMPLEMENT_INTERFACE Static method Public Method Checks whether a component implements a specific interface 20130314
8 GET_COMPONENTS_4_INTERFACE Static method Public Method 20130314
9 GET_COMPONENT_FOR_CONFIG Static method Public Method Returns the component name of a config key 20130314
10 GET_COMP_CONFIG_IN_APPL_CONFIG Static method Public Method Returns component configurations for an application config. 20130314
11 GET_CONFIG_CHANGE_INFO Static method Public Method Returns the change info (author, etc.) for a configuration 20130422
12 GET_CONFIG_HASH_4_COMP Static method Public Method Returns the hash value for all configurations of a component 20130418
13 GET_CONFIG_LIST_4_APPL Static method Public Method Returns a list with all configurations for this application 20130314
14 GET_CONFIG_LIST_4_COMP Static method Public Method Returns a list with all configurations for this component 20130314
15 GET_CONFIG_LIST_4_CONFIG_ID Static method Public Method Returns a list with all configurations for this ID 20130314
16 GET_DESCRIPTION_4_COMP Static method Public Method Returns the description of a component 20130314
17 GET_INTERFACE_VIEWS_4_COMP Static method Public Method Returns the interface views of a component 20130314
18 GET_LIST_OF_VARIANTS Static method Public Method Returns the list of variants of a configuration 20130314
19 GET_PERS_KEYS_4_CONFIG_ID Static method Public Method Returns a list from the personalization keys for the ID 20130314
20 GET_PERS_LIST_4_COMPONENT Static method Public Method Returns a list with personalizations for component 20130314
21 GET_PERS_LIST_4_CONFIG_ID Static method Public Method Returns a list with all personalizations for this ID 20130314
22 GET_PERS_LIST_4_CONFIG_KEY Static method Public Method Returns a list with all personalizations for the key 20130314
23 GET_PERS_LIST_4_DEFAULT_VAR Static method Public Method Provides Default Variants 20130314
24 GET_PERS_LIST_KEY_4_COMPONENT Static method Public Method Returns a list with personalizations for component 20131213
25 GET_TRANSPORTS_FOR_USER Static method Public Method Returns a list of transports for the current user 20130314
26 IS_ADAPTATION_CREATED_BY_UI2 Static method Public Method returns information whether UI2 is changer of the adaptation 20130318
27 IS_CHANGE_ALLOWED Static method Public Method 20130314
28 IS_DISPLAY_ALLOWED Static method Public Method 20130314
29 IS_DISPLAY_ALLOWED_FOR_OBJECT Static method Public Method Specific Authorization Check 20130314
30 IS_PERS_ADMIN Static method Public Method 20130314
31 RENAME_CONFIG_IDS Static method Public Method Renaming of Config IDs 20130314
Events
Class /UI2/CL_WD_CFG_UTILS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TTY_COMP_CONFIG_HASH Private See coding 20130418 tty_comp_config_hash type hashed table of ty_comp_config_hash with unique key object_name
2 TTY_COMP_TO_INTERFACE Private See coding 20130314 tty_comp_to_interface type hashed table of ty_comp_to_interface with unique key component interface
3 TTY_NAME_DESCR_BUFFERED Public See coding 20130314 tty_name_descr_buffered type hashed table of ty_name_descr_buffered with unique key compname
4 TT_NAME_DESCR Public See coding 20130314 tt_name_descr type standard table of t_name_descr with default key
5 TT_OLD_NEW_CONFIG_KEY Public See coding 20130314 tt_old_new_config_key type standard table of t_old_new_config_key with default key
6 TY_COMP_CONFIG_HASH Private See coding 20130418 begin of ty_comp_config_hash, object_name type wdy_component_name, config_hash type hash160, end of ty_comp_config_hash
7 TY_COMP_TO_INTERFACE Private See coding 20130314 begin of ty_comp_to_interface, component type wdy_component_name, interface type wdy_component_name, exists type c length 1, end of ty_comp_to_interface
8 TY_NAME_DESCR_BUFFERED Public See coding 20130314 begin of ty_name_descr_buffered, compname type wdy_component_name, result type tt_name_descr, end of ty_name_descr_buffered
9 TY_SCENARIO Public See coding 20130314 ty_scenario type c length 1
10 T_NAME_DESCR Public See coding 20130314 begin of t_name_descr, name type string, description type string, end of t_name_descr
11 T_OLD_NEW_CONFIG_KEY Public See coding 20130314 begin of t_old_new_config_key, old_config_key type wdy_config_key, new_config_key type wdy_config_key, renaming_ok type abap_bool, end of t_old_new_config_key
Method Signatures

Method ACCESS_KEY_DIALOG_NECESSARY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ACCESS_DIALOG_NECESSARY Value transfer Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20130314
2 Importing ADIR_KEY Call by reference Type reference (TYPE) ADIR_KEY TADIR key for releasing source 20130314

Method ACCESS_KEY_DIALOG_NECESSARY on class /UI2/CL_WD_CFG_UTILS has no exception.

Method CALC_CONFID_FROM_USAGE_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CONFIG_KEY Value transfer Type reference (TYPE) WDY_CONFIG_KEY Key Components of Configuration Tables 20130314
2 Importing USAGE_PATH Call by reference Type reference (TYPE) STRING 20130314

Method CALC_CONFID_FROM_USAGE_PATH on class /UI2/CL_WD_CFG_UTILS has no exception.

Method CONFIG_HI_TABLE_2_CONFIG_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONFIG_HI_TABLE Call by reference Type reference (TYPE) /UI2/WDY_CFG_HI_TABLE WD: Configuration: Internal Table 20130314
2 Returning CONFIG_TABLE Value transfer Type reference (TYPE) WDY_CONFIG_TABLE Table with Configurations Including Description 20130314

Method CONFIG_HI_TABLE_2_CONFIG_TABLE on class /UI2/CL_WD_CFG_UTILS has no exception.

Method CREATE_VARIANT_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY Key Components of Configuration Tables 20130314
2 Returning R_NEW_VARIANT Value transfer Type reference (TYPE) WDY_CONFIG_VAR Configuration: Additional Variant 20130314
# Exception Resumable Description Created on
1 /UI2/CX_WD_CFG 20130314

Method DELETE_CONFIG_4_COMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY 20130314
2 Importing P_TRKORR Call by reference Type reference (TYPE) TRKORR Request/Task 20130314
3 Returning SUCCESS Value transfer Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20130314

Method DELETE_CONFIG_4_COMP on class /UI2/CL_WD_CFG_UTILS has no exception.

Method DELETE_PERS_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PERS_KEY Call by reference Type reference (TYPE) WDY_PERS_KEY Web Dynpro Personalization Variant 20130314
# Exception Resumable Description Created on
1 /UI2/CX_WD_PERSONALIZATION 20130314

Method DOES_COMP_IMPLEMENT_INTERFACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMPONENT_NAME Call by reference Type reference (TYPE) WDY_COMPONENT_NAME Web Dynpro: Component Name 20130314
2 Importing I_INTERFACE_NAME Call by reference Type reference (TYPE) WDY_COMPONENT_NAME Web Dynpro: Component Name 20130314
3 Returning P_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20130314
4 Importing USE_BUFFERING Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130314

Method DOES_COMP_IMPLEMENT_INTERFACE on class /UI2/CL_WD_CFG_UTILS has no exception.

Method GET_COMPONENTS_4_INTERFACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INTERFACE_NAME Call by reference Type reference (TYPE) STRING 20130314
2 Returning R_COMPONENTS Value transfer Type reference (TYPE) TT_NAME_DESCR Table of Strings 20130314

Method GET_COMPONENTS_4_INTERFACE on class /UI2/CL_WD_CFG_UTILS has no exception.

Method GET_COMPONENT_FOR_CONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMPONENT_NAME Value transfer Type reference (TYPE) STRING 20130314
2 Importing CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY Key Components of Configuration Tables 20130314

Method GET_COMPONENT_FOR_CONFIG on class /UI2/CL_WD_CFG_UTILS has no exception.

Method GET_COMP_CONFIG_IN_APPL_CONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing APPL_CONFIG_ID Value transfer Type reference (TYPE) WDY_CONFIG_ID Configuration Identification 20130314
2 Importing APPL_CONFIG_TYPE Value transfer Type reference (TYPE) WDY_CONFIG_TYPE 02 Type of Web Dynpro Configuration 20130314
3 Importing APPL_CONFIG_VAR Value transfer Type reference (TYPE) WDY_CONFIG_VAR Web Dynpro: Configuration of Additional Variant 20130314
4 Importing COMPONENT_NAME Value transfer Type reference (TYPE) STRING 20130314
5 Importing COMPONENT_USAGE_NAME Value transfer Type reference (TYPE) STRING 20130314
6 Returning CONFIG_LIST Value transfer Type reference (TYPE) WDY_CONFIG_TABLE Table with Configurations Including Description 20130314

Method GET_COMP_CONFIG_IN_APPL_CONFIG on class /UI2/CL_WD_CFG_UTILS has no exception.

Method GET_CONFIG_CHANGE_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY Key Components of Configuration Tables 20130422
2 Importing IV_IS_COMPONENT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130422
3 Returning RS_CHANGE_INFO Value transfer Type reference (TYPE) WDY_MD_CHANGE_INFORMATION Web Dynpro: Change Data of a Web Dynpro Object 20130422
# Exception Resumable Description Created on
1 OBJECT_NOT_FOUND 20130422

Method GET_CONFIG_HASH_4_COMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CONFIG_HASH Value transfer Type reference (TYPE) HASH160 Hash Value (160 Bits) 20130418
2 Importing OBJECT_NAME Call by reference Type reference (TYPE) WDY_COMPONENT_NAME Web Dynpro: Component Name 20130418

Method GET_CONFIG_HASH_4_COMP on class /UI2/CL_WD_CFG_UTILS has no exception.

Method GET_CONFIG_LIST_4_APPL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing APPLICATION_NAME Call by reference Type reference (TYPE) CSEQUENCE 20130314
2 Returning CONFIG_LIST Value transfer Type reference (TYPE) WDY_CONFIG_TABLE 20130314
3 Importing CONFIG_TEMPLATE Call by reference Type reference (TYPE) CSEQUENCE 20130314

Method GET_CONFIG_LIST_4_APPL on class /UI2/CL_WD_CFG_UTILS has no exception.

Method GET_CONFIG_LIST_4_COMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMPONENT_NAME Call by reference Type reference (TYPE) CSEQUENCE 20130314
2 Returning CONFIG_LIST Value transfer Type reference (TYPE) WDY_CONFIG_TABLE Table with Configurations Including Description 20130314
3 Importing CONFIG_TEMPLATE Call by reference Type reference (TYPE) CSEQUENCE 20130314

Method GET_CONFIG_LIST_4_COMP on class /UI2/CL_WD_CFG_UTILS has no exception.

Method GET_CONFIG_LIST_4_CONFIG_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONFIG_ID Call by reference Type reference (TYPE) WDY_CONFIG_ID Configuration Identification 20130314
2 Returning CONFIG_LIST Value transfer Type reference (TYPE) WDY_CONFIG_TABLE 20130314
3 Importing LANGU Call by reference Attribute reference (LIKE) SY-LANGU SY-LANGU Language Key of Current Text Environment 20130314

Method GET_CONFIG_LIST_4_CONFIG_ID on class /UI2/CL_WD_CFG_UTILS has no exception.

Method GET_DESCRIPTION_4_COMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMPONENT_NAME Call by reference Type reference (TYPE) CSEQUENCE 20130314
2 Returning DESCRIPTION Value transfer Type reference (TYPE) STRING 20130314

Method GET_DESCRIPTION_4_COMP on class /UI2/CL_WD_CFG_UTILS has no exception.

Method GET_INTERFACE_VIEWS_4_COMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMPONENT_NAME Call by reference Type reference (TYPE) STRING 20130314
2 Returning R_INTERFACE_VIEWS Value transfer Type reference (TYPE) TT_NAME_DESCR 20130314
3 Importing USE_BUFFERING Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Results are buffered 20130314

Method GET_INTERFACE_VIEWS_4_COMP on class /UI2/CL_WD_CFG_UTILS has no exception.

Method GET_LIST_OF_VARIANTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONFIG_ID Call by reference Type reference (TYPE) WDY_CONFIG_ID Configuration Identification 20130314
2 Importing CONFIG_TYPE Call by reference Type reference (TYPE) WDY_CONFIG_TYPE Type of Web Dynpro Configuration 20130314
3 Importing CONFIG_VAR Call by reference Type reference (TYPE) WDY_CONFIG_VAR Web Dynpro: Configuration of Additional Variant 20130314
4 Importing LANGU Call by reference Attribute reference (LIKE) SY-LANGU SY-LANGU Language Key of Current Text Environment 20130314
5 Importing USER Call by reference Attribute reference (LIKE) SY-UNAME User Name 20130314
6 Returning VARIANTS Value transfer Type reference (TYPE) WDR_PERS_VARIANTS Web Dynpro: List of Personalization Variants 20130314

Method GET_LIST_OF_VARIANTS on class /UI2/CL_WD_CFG_UTILS has no exception.

Method GET_PERS_KEYS_4_CONFIG_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ALL_VARIANTS Call by reference Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20130314
2 Importing CONFIG_ID Call by reference Type reference (TYPE) WDY_CONFIG_ID Configuration Identification 20130314
3 Returning PERS_KEYS Value transfer Type reference (TYPE) WDY_PERS_KEY_TABLE WD: Table with Personalization Keys 20130314
4 Importing WDUSER Value transfer Type reference (TYPE) WDY_CONFIG_USER Web Dynpro: Configuration: User Name or Role Name 20130314

Method GET_PERS_KEYS_4_CONFIG_ID on class /UI2/CL_WD_CFG_UTILS has no exception.

Method GET_PERS_LIST_4_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMPONENT_NAME Call by reference Type reference (TYPE) CSEQUENCE Component Name 20130314
2 Returning CONFIG_LIST Value transfer Type reference (TYPE) WDY_CONF_USER_TABLE WD: Configuration: Table with Personalization Data 20130314
3 Importing USER Call by reference Type reference (TYPE) WDY_CONFIG_USER SY-UNAME WD: Configuration: User Name or Role Name 20130314
4 Importing USE_ALL Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE Include Configurations for All Users 20130314
5 Importing USE_IVIEW Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE Include iView ID 20130314
6 Importing USE_ROLE Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE Include Role 20130314

Method GET_PERS_LIST_4_COMPONENT on class /UI2/CL_WD_CFG_UTILS has no exception.

Method GET_PERS_LIST_4_CONFIG_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONFIG_ID Call by reference Type reference (TYPE) WDY_CONFIG_ID Configuration Identification 20130314
2 Importing CONFIG_TYPE Call by reference Type reference (TYPE) WDY_CONFIG_TYPE '00' Type of Web Dynpro Configuration 20130314
3 Importing CONFIG_VARIANT Call by reference Type reference (TYPE) WDY_CONFIG_VAR '*' Configuration Variant 20130314
4 Returning PERS_LIST Value transfer Type reference (TYPE) WDR_PERS_VARIANTS WD: Configuration: Table with Personalization Data 20130314
5 Importing USER Call by reference Type reference (TYPE) WDY_CONFIG_USER SY-UNAME WD: Configuration: User Name or Role Name 20130314
6 Importing USE_ALL Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE Include Configurations for All Users 20130314
7 Importing USE_CONFIG_TYPE Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE Replacement for Real Boolean Type: 'X' == True '' == False 20130314
8 Importing USE_IVIEW Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE Include iView ID 20130314
9 Importing USE_ROLE Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE Include Role 20130314
10 Importing USE_USER Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE Include User Personalization 20130314

Method GET_PERS_LIST_4_CONFIG_ID on class /UI2/CL_WD_CFG_UTILS has no exception.

Method GET_PERS_LIST_4_CONFIG_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY Configuration Identification 20130314
2 Returning CONFIG_LIST Value transfer Type reference (TYPE) WDY_CONF_USER_TABLE WD: Configuration: Table with Personalization Data 20130314
3 Importing USER Call by reference Type reference (TYPE) WDY_CONFIG_USER SY-UNAME WD: Configuration: User Name or Role Name 20130314
4 Importing USE_ALL Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE Include Configurations for All Users 20130314
5 Importing USE_IVIEW Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE Include iView ID 20130314
6 Importing USE_ROLE Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE Include Role 20130314
7 Importing USE_USER Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE Include User Settings 20130314

Method GET_PERS_LIST_4_CONFIG_KEY on class /UI2/CL_WD_CFG_UTILS has no exception.

Method GET_PERS_LIST_4_DEFAULT_VAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY Web Dynpro: List of Personalization Variants 20130314
2 Exporting DEFAULT_VARIANT Value transfer Type reference (TYPE) WDR_PERS_VARIANT Web Dynpro: Configuration Data for User 20130314
3 Importing IGNORE_USER_PERSONALIZATION Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE Ignore User Personalization 20130314
4 Importing USER Call by reference Type reference (TYPE) SYUNAME SY-UNAME User 20130314
5 Exporting USER_TYPE Value transfer Type reference (TYPE) WDY_CONF_USER_TYPE Type of User Identification 20130314

Method GET_PERS_LIST_4_DEFAULT_VAR on class /UI2/CL_WD_CFG_UTILS has no exception.

Method GET_PERS_LIST_KEY_4_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMPONENT_NAME Call by reference Type reference (TYPE) CSEQUENCE Component Name 20131213
2 Returning CONFIG_LIST Value transfer Type reference (TYPE) WDY_CONF_USER_TABLE WD: Configuration: Table with Personalization Data 20131213
3 Importing USER Call by reference Type reference (TYPE) WDY_CONFIG_USER SY-UNAME WD: Configuration: User Name or Role Name 20131213
4 Importing USE_ALL Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE Include Configurations for All Users 20131213
5 Importing USE_IVIEW Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE Include iView ID 20131213
6 Importing USE_ROLE Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE Include Role 20131213

Method GET_PERS_LIST_KEY_4_COMPONENT on class /UI2/CL_WD_CFG_UTILS has no exception.

Method GET_TRANSPORTS_FOR_USER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CUSTOMIZING Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE Customizing or Workbench Requests 20130314
2 Returning TRANSPORTS Value transfer Type reference (TYPE) WDY_CONF_TRANSPORT_TABLE Table of Transport Entries 20130314

Method GET_TRANSPORTS_FOR_USER on class /UI2/CL_WD_CFG_UTILS has no exception.

Method IS_ADAPTATION_CREATED_BY_UI2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONFIG_ID Call by reference Type reference (TYPE) WDY_CONFIG_ID Key Components of Configuration Tables 20130318
2 Importing IV_CONFIG_TYPE Call by reference Type reference (TYPE) WDY_CONFIG_TYPE Type of Web Dynpro Configuration 20130318
3 Importing IV_CONFIG_VAR Call by reference Type reference (TYPE) WDY_CONFIG_VAR Web Dynpro: Configuration of Additional Variant 20130318
4 Importing IV_SCOPE Call by reference Type reference (TYPE) WDR_PERS_SCOPE 5 Web Dynpro: Personalization Range 20130318
5 Importing IV_USER_ID Call by reference Type reference (TYPE) WDY_CONF_USER_TYPE Type of User Identification 20130318
6 Importing IV_WDUSER Call by reference Type reference (TYPE) WDY_CONFIG_USER Web Dynpro: Configuration: User Name or Role Name 20130318
7 Returning RV_CREATED_BY_UI2 Value transfer Type reference (TYPE) ABAP_BOOL 20130318
# Exception Resumable Description Created on
1 /UI2/CX_WD_CFG Exception-Class of WD-Configuration 20130318

Method IS_CHANGE_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHANGE_ALLOWED Value transfer Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20130314

Method IS_CHANGE_ALLOWED on class /UI2/CL_WD_CFG_UTILS has no exception.

Method IS_DISPLAY_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DISPLAY_ALLOWED Value transfer Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20130314

Method IS_DISPLAY_ALLOWED on class /UI2/CL_WD_CFG_UTILS has no exception.

Method IS_DISPLAY_ALLOWED_FOR_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY Key Components of Configuration Tables 20130314
2 Returning DISPLAY_ALLOWED Value transfer Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20130314
3 Importing OBJECT_TYPE Call by reference Type reference (TYPE) TROBJTYPE Object Type 20130314

Method IS_DISPLAY_ALLOWED_FOR_OBJECT on class /UI2/CL_WD_CFG_UTILS has no exception.

Method IS_PERS_ADMIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY Key Components of Configuration Tables 20130314
2 Returning PERS_ADMIN Value transfer Type reference (TYPE) ABAP_BOOL 20130314

Method IS_PERS_ADMIN on class /UI2/CL_WD_CFG_UTILS has no exception.

Method RENAME_CONFIG_IDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing OLD_NEW_CONFIG_KEYS Call by reference Type reference (TYPE) TT_OLD_NEW_CONFIG_KEY 20130314
2 Importing TESTING_MODE Call by reference Type reference (TYPE) ABAP_BOOL 20130314

Method RENAME_CONFIG_IDS on class /UI2/CL_WD_CFG_UTILS has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 100