SAP ABAP Class CL_WD_CONFIGURATION_UTILITIES (Help Methods for WD Configuration (for Workbench))
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_CONFIGURATION (Package) Configuration for WD4A
Properties
Class CL_WD_CONFIGURATION_UTILITIES  
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 SWDP_CONFIGURATION   Configuration for WD4A 
Created 20050126   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)
2 CL_WDR_CFG_WUL Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_WD_CONFIGURATION_UTILITIES has no interface implemented.
Friends
Class CL_WD_CONFIGURATION_UTILITIES 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 20101220
2 M_INTERFACE_VIEWS_4_COMP Static Attribute Private Type reference (TYPE) TTY_NAME_DESCR_BUFFERED 20101215
3 SCENARIO_ALL Constant Public Type reference (TYPE) TY_SCENARIO 'A' The Whole Tree 20111201
4 SCENARIO_CHANGE Constant Public Type reference (TYPE) TY_SCENARIO 'C' Objects loaded when changed 20111201
5 SCENARIO_DISPLAY Constant Public Type reference (TYPE) TY_SCENARIO 'D' Objects loaded when displayed 20111201
Methods
# Method Level Visibility Method type Description Created on
1 ACCESS_KEY_DIALOG_NECESSARY Static method Public Method Checks whether access key dialog is necessary 20120116
2 BUILD_CONFIG_URL_WITH_APPL Static method Public Method Configuration URL with Component and Application Config 20090216
3 CALC_CONFID_FROM_USAGE_PATH Static method Public Method Internal: For Runtime: Treats Config. ID as MD5 (usage_path) 20090930
4 CFG_CMP_WUL_2_CONFIG_TABLE Static method Private Method Conversion of TY_T_WDY_CFG_CMP_WUL to WDY_CONFIG_TABLE 20100317
5 CONFIG_HI_TABLE_2_CONFIG_TABLE Static method Private Method Projection of WDY_CONFIG_HI_TABLE on WDY_CONFIG_TABLE 20100317
6 CREATE_VARIANT_KEY Static method Public Method Internal: Creates New Variant 20101125
7 DELETE_CONFIG_4_COMP Static method Public Method Deletes Configuration of DB (Without Lock/Transport) 20060717
8 DELETE_PERS_ENTRY Static method Public Method Deletes a personalization 20060831
9 DOES_COMP_IMPLEMENT_INTERFACE Static method Public Method Checks whether a component implements a specific interface 20101216
10 GET_APPL_NAME_4_APPL_ID Static method Public Method Returns the application for this ID 20130128
11 GET_CFGS_RELATED Static method Public Method Related Objects for Comparison 20110901
12 GET_COMPONENTS_4_INTERFACE Static method Public Method 20080318
13 GET_COMPONENT_FOR_CONFIG Static method Public Method Returns the component name of a config key 20120403
14 GET_COMP_CONFIG_IN_APPL_CONFIG Static method Public Method Returns component configurations for an application config. 20080205
15 GET_CONFIG_LIST_4_APPL Static method Public Method Returns a list with all configurations for this application 20050126
16 GET_CONFIG_LIST_4_COMP Static method Public Method Returns a list with all configurations for this component 20050126
17 GET_CONFIG_LIST_4_COMP_SE80 Static method Public Method Returns a list with all configurations for this component 20111118
18 GET_CONFIG_LIST_4_CONFIG_ID Static method Public Method Returns a list with all configurations for this ID 20050201
19 GET_DESCRIPTION_4_COMP Static method Public Method Returns the description of a component 20081111
20 GET_ENHANCEMENTS_FOR_CONFIG Static method Public Method Enhancements for a Component Configuration 20081205
21 GET_ENHO_LIST_4_CONFIG Static method Public Method Returns a list with all configurations for this component 20120710
22 GET_INTERFACE_VIEWS_4_COMP Static method Public Method Returns the interface views of a component 20080327
23 GET_LIST_OF_VARIANTS Static method Public Method Returns the list of variants of a configuration 20110214
24 GET_PERS_KEYS_4_CONFIG_ID Static method Public Method Returns a list from the personalization keys for the ID 20060906
25 GET_PERS_LIST_4_COMPONENT Static method Public Method Returns a list with personalizations for component 20050207
26 GET_PERS_LIST_4_CONFIG_ID Static method Public Method Returns a list with all personalizations for this ID 20050223
27 GET_PERS_LIST_4_CONFIG_KEY Static method Public Method Returns a list with all personalizations for the key 20050201
28 GET_PERS_LIST_4_DEFAULT_VAR Static method Public Method Provides Default Variants 20050419
29 GET_TRANSPORTS_FOR_USER Static method Public Method Returns a list of transports for the current user 20050803
30 GET_WHERE_USED_LIST_4_COMP_CFG Static method Public Method Returns the usages of a component config. in applic. config. 20080205
31 GET_WINDOWS_4_COMP Static method Public Method Returns the interface views of a component 20080805
32 GET_WUL_4_CMP_CFG_IN_CMP_CFG Static method Public Method Returns usages of a component config. in component config. 20080722
33 GET_WUL_4_COMPONENT_IN_CMP_CFG Static method Public Method Returns the usages of a component in component config. 20080722
34 IS_CHANGE_ALLOWED Static method Public Method 20060110
35 IS_CHANGE_ALLOWED_FOR_OBJECT Static method Public Method Specific Authorization Check 20121123
36 IS_DISPLAY_ALLOWED Static method Public Method 20050613
37 IS_DISPLAY_ALLOWED_FOR_OBJECT Static method Public Method Specific Authorization Check 20070815
38 IS_PERS_ADMIN Static method Public Method 20060111
39 RENAME_CONFIG_IDS Static method Public Method Renaming of Config IDs 20070122
Events
Class CL_WD_CONFIGURATION_UTILITIES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TTY_COMP_TO_INTERFACE Private See coding 20101220 tty_comp_to_interface TYPE HASHED TABLE OF ty_comp_to_interface WITH UNIQUE KEY component interface
2 TTY_NAME_DESCR_BUFFERED Public See coding 20101215 tty_name_descr_buffered TYPE HASHED TABLE OF ty_name_descr_buffered WITH UNIQUE KEY compname
3 TT_NAME_DESCR Public See coding 20080327 tt_name_descr TYPE STANDARD TABLE OF t_name_descr WITH DEFAULT KEY
4 TT_OLD_NEW_CONFIG_KEY Public See coding 20070129 tt_old_new_config_key TYPE STANDARD TABLE OF t_old_new_config_key WITH DEFAULT KEY
5 TY_COMP_TO_INTERFACE Private See coding 20101220 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
6 TY_NAME_DESCR_BUFFERED Public See coding 20101215 BEGIN OF ty_name_descr_buffered, compname TYPE wdy_component_name, result TYPE tt_name_descr, END OF ty_name_descr_buffered
7 TY_SCENARIO Public See coding 20111201 ty_scenario TYPE c LENGTH 1
8 T_NAME_DESCR Public See coding 20080327 BEGIN OF t_name_descr, name TYPE string, description TYPE string, END OF t_name_descr
9 T_OLD_NEW_CONFIG_KEY Public See coding 20070129 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 Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20120116
2 Importing ADIR_KEY Call by reference Type reference (TYPE) ADIR_KEY Tadir key für source Freischalten 20120116

Method ACCESS_KEY_DIALOG_NECESSARY on class CL_WD_CONFIGURATION_UTILITIES has no exception.

Method BUILD_CONFIG_URL_WITH_APPL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTION Call by reference Type reference (TYPE) STRING 'DISPLAY' 20090216
2 Importing APPLICATION_CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY Key-Komponenten der Konfigurationstabellen 20090216
3 Importing APPLICATION_NAME Call by reference Type reference (TYPE) CSEQUENCE 20090216
4 Importing COMPONENT_CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY Key-Komponenten der Konfigurationstabellen 20090216
5 Importing COMPONENT_NAME Call by reference Type reference (TYPE) CSEQUENCE 20090216
6 Importing FOR_PORTAL Call by reference Type reference (TYPE) ABAP_BOOL 20090216
7 Importing IS_ADMIN_MODE Call by reference Type reference (TYPE) ABAP_BOOL 20090216
8 Exporting PARAMETERS Call by reference Type reference (TYPE) TIHTTPNVP 20090216
9 Exporting URL Call by reference Type reference (TYPE) STRING 20090216

Method BUILD_CONFIG_URL_WITH_APPL on class CL_WD_CONFIGURATION_UTILITIES 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-Komponenten der Konfigurationstabellen 20090930
2 Importing USAGE_PATH Call by reference Type reference (TYPE) STRING 20090930

Method CALC_CONFID_FROM_USAGE_PATH on class CL_WD_CONFIGURATION_UTILITIES has no exception.

Method CFG_CMP_WUL_2_CONFIG_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CFG_CMP_WUL Call by reference Type reference (TYPE) CL_WDR_CFG_WUL=>TY_T_WDY_CFG_CMP_WUL 20100317
2 Importing COMPONENT_MODE Call by reference Type reference (TYPE) WDY_BOOLEAN nur Component-Konfigurationen oder nur Applikations-Konfigs 20100317
3 Returning CONFIG_TABLE Value transfer Type reference (TYPE) WDY_CONFIG_TABLE WD: Configuration: interne Tabelle 20100317

Method CFG_CMP_WUL_2_CONFIG_TABLE on class CL_WD_CONFIGURATION_UTILITIES 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) WDY_CONFIG_HI_TABLE WD: Configuration: interne Tabelle 20100317
2 Returning CONFIG_TABLE Value transfer Type reference (TYPE) WDY_CONFIG_TABLE Tabelle mit Konfigurationen inkl. Beschreibung 20100317

Method CONFIG_HI_TABLE_2_CONFIG_TABLE on class CL_WD_CONFIGURATION_UTILITIES 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-Komponenten der Konfigurationstabellen 20101125
2 Returning R_NEW_VARIANT Value transfer Type reference (TYPE) WDY_CONFIG_VAR Konfiguration: zusätzliche Variante 20101125
# Exception Resumable Description Created on
1 CX_WD_CONFIGURATION Ausnahme-Klasse für die WD-Konfiguration 20101125

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 20060717
2 Importing P_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20060717
3 Returning SUCCESS Value transfer Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20100317

Method DELETE_CONFIG_4_COMP on class CL_WD_CONFIGURATION_UTILITIES 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 Personalisierungsvariante 20060904
# Exception Resumable Description Created on
1 CX_WD_PERSONALIZATION Personalisierungsfehler 20060831

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 : Name der Component 20101216
2 Importing I_INTERFACE_NAME Call by reference Type reference (TYPE) WDY_COMPONENT_NAME Web Dynpro : Name der Component 20101216
3 Returning P_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20101216
4 Importing USE_BUFFERING Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20101220

Method DOES_COMP_IMPLEMENT_INTERFACE on class CL_WD_CONFIGURATION_UTILITIES has no exception.

Method GET_APPL_NAME_4_APPL_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_APPLICATION_ID Call by reference Type reference (TYPE) WDY_CONFIG_ID Konfigurations-Identifikation 20130128
2 Returning RV_APPLICATION_NAME Value transfer Type reference (TYPE) STRING 20130128
# Exception Resumable Description Created on
1 OBJECT_NOT_FOUND 20130128

Method GET_CFGS_RELATED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ADAPTATION Call by reference Type reference (TYPE) WDY_CONFIG_KEY Key-Komponenten der Konfigurationstabellen 20110901
2 Importing ADAPT_TYPE Call by reference Type reference (TYPE) WDY_ADAPT_TYPE Art der Adaption 20110901
3 Importing ENHNAME Call by reference Type reference (TYPE) ENHNAME Id eines Enhancements 20110901
4 Returning RELATED_OBJECTS Value transfer Type reference (TYPE) WDY_CFG_RELATED_TAB Verwandte Objekte 20110908
5 Importing SCENARIO Call by reference Type reference (TYPE) WDY_BOOLEAN SCENARIO_ALL Konstanten SCENARIO_XXX verwenden 20111114
# Exception Resumable Description Created on
1 CX_WD_CONFIG_TOOL Exceptions der Config-API 20111108

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 20080318
2 Returning R_COMPONENTS Value transfer Type reference (TYPE) TT_NAME_DESCR Tabelle von Strings 20080318

Method GET_COMPONENTS_4_INTERFACE on class CL_WD_CONFIGURATION_UTILITIES 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 20120403
2 Importing CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY Key-Komponenten der Konfigurationstabellen 20120403

Method GET_COMPONENT_FOR_CONFIG on class CL_WD_CONFIGURATION_UTILITIES 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 Konfigurations-Identifikation 20080205
2 Importing APPL_CONFIG_TYPE Value transfer Type reference (TYPE) WDY_CONFIG_TYPE 02 Typ der Web Dynpro Konfiguration 20080205
3 Importing APPL_CONFIG_VAR Value transfer Type reference (TYPE) WDY_CONFIG_VAR Web Dynpro: Konfiguration: zusätzliche Variante 20080205
4 Importing COMPONENT_NAME Value transfer Type reference (TYPE) STRING 20080205
5 Importing COMPONENT_USAGE_NAME Value transfer Type reference (TYPE) STRING 20080205
6 Returning CONFIG_LIST Value transfer Type reference (TYPE) WDY_CONFIG_TABLE Tabelle mit Konfigurationen inkl. Beschreibung 20080205

Method GET_COMP_CONFIG_IN_APPL_CONFIG on class CL_WD_CONFIGURATION_UTILITIES 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 20050126
2 Returning CONFIG_LIST Value transfer Type reference (TYPE) WDY_CONFIG_TABLE 20050126
3 Importing CONFIG_TEMPLATE Call by reference Type reference (TYPE) CSEQUENCE 20060313

Method GET_CONFIG_LIST_4_APPL on class CL_WD_CONFIGURATION_UTILITIES 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 20050126
2 Returning CONFIG_LIST Value transfer Type reference (TYPE) WDY_CONFIG_TABLE Tabelle mit Konfigurationen inkl. Beschreibung 20050126
3 Importing CONFIG_TEMPLATE Call by reference Type reference (TYPE) CSEQUENCE 20060313

Method GET_CONFIG_LIST_4_COMP on class CL_WD_CONFIGURATION_UTILITIES has no exception.

Method GET_CONFIG_LIST_4_COMP_SE80 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 20111118
2 Exporting CONFIG_ENHO_LIST Call by reference Type reference (TYPE) WDY_CONFIG_ENHO_TABLE Erweiterungen + Kurztext 20111118
3 Exporting CONFIG_LIST Call by reference Type reference (TYPE) WDY_CONFIG_TABLE Tabelle mit Konfigurationen inkl. Beschreibung 20111118

Method GET_CONFIG_LIST_4_COMP_SE80 on class CL_WD_CONFIGURATION_UTILITIES 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 20050201
2 Returning CONFIG_LIST Value transfer Type reference (TYPE) WDY_CONFIG_TABLE 20050201
3 Importing LANGU Call by reference Attribute reference (LIKE) SY-LANGU SY-LANGU Sprachenschlüssel der aktuellen Textumgebung 20110214

Method GET_CONFIG_LIST_4_CONFIG_ID on class CL_WD_CONFIGURATION_UTILITIES 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 20081111
2 Returning DESCRIPTION Value transfer Type reference (TYPE) STRING 20081111

Method GET_DESCRIPTION_4_COMP on class CL_WD_CONFIGURATION_UTILITIES has no exception.

Method GET_ENHANCEMENTS_FOR_CONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ENH_CONFIG Value transfer Type reference (TYPE) WDY_ENH_CONFIGS Erweiterungskonfiguration 20081205
2 Importing IS_COMP_CONFIG Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE X = Component Config, ' ' = Application Config 20081205
3 Importing ORIG_CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY Key-Komponenten der Konfigurationstabellen 20081205

Method GET_ENHANCEMENTS_FOR_CONFIG on class CL_WD_CONFIGURATION_UTILITIES has no exception.

Method GET_ENHO_LIST_4_CONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CONFIG_ENHO_LIST Value transfer Type reference (TYPE) WDY_CONFIG_ENHO_TABLE Erweiterungen + Kurztext 20120710
2 Importing CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY 20120710

Method GET_ENHO_LIST_4_CONFIG on class CL_WD_CONFIGURATION_UTILITIES 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 20080327
2 Returning R_INTERFACE_VIEWS Value transfer Type reference (TYPE) TT_NAME_DESCR 20080327
3 Importing USE_BUFFERING Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Ergebnisse werden gepuffert 20101215

Method GET_INTERFACE_VIEWS_4_COMP on class CL_WD_CONFIGURATION_UTILITIES 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 Konfigurations-Identifikation 20110214
2 Importing CONFIG_TYPE Call by reference Type reference (TYPE) WDY_CONFIG_TYPE Typ der Web Dynpro Konfiguration 20110214
3 Importing CONFIG_VAR Call by reference Type reference (TYPE) WDY_CONFIG_VAR Web Dynpro: Konfiguration: zusätzliche Variante 20110214
4 Importing LANGU Call by reference Attribute reference (LIKE) SY-LANGU SY-LANGU Sprachenschlüssel der aktuellen Textumgebung 20110214
5 Importing USER Call by reference Attribute reference (LIKE) SY-UNAME Benutzername 20110214
6 Returning VARIANTS Value transfer Type reference (TYPE) WDR_PERS_VARIANTS Web Dynpro: Liste der Personalisierungsvarianten 20110214

Method GET_LIST_OF_VARIANTS on class CL_WD_CONFIGURATION_UTILITIES 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 Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20060906
2 Importing CONFIG_ID Call by reference Type reference (TYPE) WDY_CONFIG_ID Konfigurations-Identifikation 20060906
3 Returning PERS_KEYS Value transfer Type reference (TYPE) WDY_PERS_KEY_TABLE WD: Tabelle mit Personalisierungsschlüsseln 20060906
4 Importing WDUSER Value transfer Type reference (TYPE) WDY_CONFIG_USER Web Dynpro: Konfiguration: Benutzer- oder Rollenname 20060906

Method GET_PERS_KEYS_4_CONFIG_ID on class CL_WD_CONFIGURATION_UTILITIES 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 Komponentenname 20050207
2 Returning CONFIG_LIST Value transfer Type reference (TYPE) WDY_CONF_USER_TABLE WD: Configuration: Tabelle mit Personalisierungsdaten 20050207
3 Importing USER Call by reference Type reference (TYPE) WDY_CONFIG_USER SY-UNAME WD: Configuration: Benutzer- oder Rollenname 20050207
4 Importing USE_ALL Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE Configurations für alle User berücksichtigen 20050207
5 Importing USE_IVIEW Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE iView-Id berücksichtigen 20050207
6 Importing USE_ROLE Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE Rolle berücksichtigen 20050207

Method GET_PERS_LIST_4_COMPONENT on class CL_WD_CONFIGURATION_UTILITIES 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 20050223
2 Importing CONFIG_TYPE Call by reference Type reference (TYPE) WDY_CONFIG_TYPE '00' Typ der Web Dynpro Konfiguration 20101109
3 Importing CONFIG_VARIANT Call by reference Type reference (TYPE) WDY_CONFIG_VAR '*' Konfigurations-Variante 20050223
4 Returning PERS_LIST Value transfer Type reference (TYPE) WDR_PERS_VARIANTS WD: Configuration: Tabelle mit Personalisierungsdaten 20050223
5 Importing USER Call by reference Type reference (TYPE) WDY_CONFIG_USER SY-UNAME WD: Configuration: Benutzer- oder Rollenname 20050223
6 Importing USE_ALL Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE Configurations für alle User berücksichtigen 20050223
7 Importing USE_CONFIG_TYPE Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20101109
8 Importing USE_IVIEW Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE iView-Id berücksichtigen 20050223
9 Importing USE_ROLE Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE Rolle berücksichtigen 20050223
10 Importing USE_USER Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE Benutzer-Personalisierung berücksichtigen 20050620

Method GET_PERS_LIST_4_CONFIG_ID on class CL_WD_CONFIGURATION_UTILITIES 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 20050201
2 Returning CONFIG_LIST Value transfer Type reference (TYPE) WDY_CONF_USER_TABLE WD: Configuration: Tabelle mit Personalisierungsdaten 20050201
3 Importing USER Call by reference Type reference (TYPE) WDY_CONFIG_USER SY-UNAME WD: Configuration: Benutzer- oder Rollenname 20050201
4 Importing USE_ALL Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE Configurations für alle User berücksichtigen 20050201
5 Importing USE_IVIEW Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE iView-Id berücksichtigen 20050201
6 Importing USE_ROLE Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE Rolle berücksichtigen 20050201
7 Importing USE_USER Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE Benutzer-Einstellungen berücksichtigen 20050620

Method GET_PERS_LIST_4_CONFIG_KEY on class CL_WD_CONFIGURATION_UTILITIES 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: Liste der Personalisierungsvarianten 20050421
2 Exporting DEFAULT_VARIANT Value transfer Type reference (TYPE) WDR_PERS_VARIANT Web Dynpro: Konfigurationsdaten für User 20050419
3 Importing IGNORE_USER_PERSONALIZATION Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE Benutzer-Personalisierung ignorieren 20050620
4 Importing USER Call by reference Type reference (TYPE) SYUNAME SY-UNAME User 20110114
5 Exporting USER_TYPE Value transfer Type reference (TYPE) WDY_CONF_USER_TYPE Art der Benutzer-Identifikation 20050420

Method GET_PERS_LIST_4_DEFAULT_VAR on class CL_WD_CONFIGURATION_UTILITIES 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 oder Workbench-Aufträge 20050803
2 Returning TRANSPORTS Value transfer Type reference (TYPE) WDY_CONF_TRANSPORT_TABLE Tabelle mit Transporteinträgen 20050803

Method GET_TRANSPORTS_FOR_USER on class CL_WD_CONFIGURATION_UTILITIES has no exception.

Method GET_WHERE_USED_LIST_4_COMP_CFG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning APPL_CONFIG_LIST Value transfer Type reference (TYPE) WDY_CONFIG_TABLE Tabelle mit Konfigurationen inkl. Beschreibung 20080722
2 Importing CMP_CONFIG_ID Value transfer Type reference (TYPE) WDY_CONFIG_ID Konfigurations-Identifikation 20080205
3 Importing CMP_CONFIG_TYPE Call by reference Type reference (TYPE) WDY_CONFIG_TYPE Typ der Web Dynpro Konfiguration 20080205
4 Importing CMP_CONFIG_VAR Value transfer Type reference (TYPE) WDY_CONFIG_VAR Web Dynpro: Konfiguration: zusätzliche Variante 20080205

Method GET_WHERE_USED_LIST_4_COMP_CFG on class CL_WD_CONFIGURATION_UTILITIES has no exception.

Method GET_WINDOWS_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 20080805
2 Returning R_WINDOWS Value transfer Type reference (TYPE) TT_NAME_DESCR 20080805

Method GET_WINDOWS_4_COMP on class CL_WD_CONFIGURATION_UTILITIES has no exception.

Method GET_WUL_4_CMP_CFG_IN_CMP_CFG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CMP_CONFIG_ID Value transfer Type reference (TYPE) WDY_CONFIG_ID Konfigurations-Identifikation 20080722
2 Importing CMP_CONFIG_TYPE Call by reference Type reference (TYPE) WDY_CONFIG_TYPE Typ der Web Dynpro Konfiguration 20080722
3 Importing CMP_CONFIG_VAR Value transfer Type reference (TYPE) WDY_CONFIG_VAR Web Dynpro: Konfiguration: zusätzliche Variante 20080722
4 Returning COMP_CONFIG_LIST Value transfer Type reference (TYPE) WDY_CONFIG_TABLE Tabelle mit Konfigurationen inkl. Beschreibung 20080722

Method GET_WUL_4_CMP_CFG_IN_CMP_CFG on class CL_WD_CONFIGURATION_UTILITIES has no exception.

Method GET_WUL_4_COMPONENT_IN_CMP_CFG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMPONENT_NAME Value transfer Type reference (TYPE) WDY_CONF_COMP_NAME Web Dynpro : Name der Component 20080722
2 Returning COMP_CONFIG_LIST Value transfer Type reference (TYPE) WDY_CONFIG_TABLE 20080722

Method GET_WUL_4_COMPONENT_IN_CMP_CFG on class CL_WD_CONFIGURATION_UTILITIES has no exception.

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 Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20060110

Method IS_CHANGE_ALLOWED on class CL_WD_CONFIGURATION_UTILITIES has no exception.

Method IS_CHANGE_ALLOWED_FOR_OBJECT 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 Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20121123
2 Importing CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY Key-Komponenten der Konfigurationstabellen 20121123
3 Importing OBJECT_TYPE Call by reference Type reference (TYPE) TROBJTYPE Objekttyp 20121123

Method IS_CHANGE_ALLOWED_FOR_OBJECT on class CL_WD_CONFIGURATION_UTILITIES 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 Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20050613

Method IS_DISPLAY_ALLOWED on class CL_WD_CONFIGURATION_UTILITIES 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-Komponenten der Konfigurationstabellen 20070815
2 Returning DISPLAY_ALLOWED Value transfer Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20070815
3 Importing OBJECT_TYPE Call by reference Type reference (TYPE) TROBJTYPE Objekttyp 20070815

Method IS_DISPLAY_ALLOWED_FOR_OBJECT on class CL_WD_CONFIGURATION_UTILITIES has no exception.

Method IS_PERS_ADMIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTIVITY Call by reference Type reference (TYPE) ACTIV_AUTH '03' Aktivität 20140729
2 Importing CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY Key-Komponenten der Konfigurationstabellen 20090727
3 Returning PERS_ADMIN Value transfer Type reference (TYPE) ABAP_BOOL 20060111

Method IS_PERS_ADMIN on class CL_WD_CONFIGURATION_UTILITIES 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 20070129
2 Importing TESTING_MODE Call by reference Type reference (TYPE) ABAP_BOOL 20070129

Method RENAME_CONFIG_IDS on class CL_WD_CONFIGURATION_UTILITIES has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 700