Hierarchy
⤷
⤷
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 | 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 | Static Attribute | Private | Type reference (TYPE) | TTY_COMP_TO_INTERFACE | 20130314 | ||||
| 2 | Static Attribute | Private | Type reference (TYPE) | TTY_NAME_DESCR_BUFFERED | 20130314 | ||||
| 3 | Constant | Public | Type reference (TYPE) | TY_SCENARIO | 'A' | The Whole Tree | 20130314 | ||
| 4 | Constant | Public | Type reference (TYPE) | TY_SCENARIO | 'C' | The Whole Tree | 20130314 | ||
| 5 | Constant | Public | Type reference (TYPE) | TY_SCENARIO | 'D' | 20130314 | |||
| 6 | Static Attribute | Private | Type reference (TYPE) | TTY_COMP_CONFIG_HASH | 20130418 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20130314 | ||
| 2 | Static method | Public | Method | Internal: For Runtime: Treats Config. ID as MD5 (usage_path) | 20130314 | |
| 3 | Static method | Private | Method | Projection of WDY_CONFIG_HI_TABLE on WDY_CONFIG_TABLE | 20130314 | |
| 4 | Static method | Public | Method | Internal: Creates New Variant | 20130314 | |
| 5 | Static method | Public | Method | Deletes Configuration of DB (Without Lock/Transport) | 20130314 | |
| 6 | Static method | Public | Method | Deletes a personalization | 20130314 | |
| 7 | Static method | Public | Method | Checks whether a component implements a specific interface | 20130314 | |
| 8 | Static method | Public | Method | 20130314 | ||
| 9 | Static method | Public | Method | Returns the component name of a config key | 20130314 | |
| 10 | Static method | Public | Method | Returns component configurations for an application config. | 20130314 | |
| 11 | Static method | Public | Method | Returns the change info (author, etc.) for a configuration | 20130422 | |
| 12 | Static method | Public | Method | Returns the hash value for all configurations of a component | 20130418 | |
| 13 | Static method | Public | Method | Returns a list with all configurations for this application | 20130314 | |
| 14 | Static method | Public | Method | Returns a list with all configurations for this component | 20130314 | |
| 15 | Static method | Public | Method | Returns a list with all configurations for this ID | 20130314 | |
| 16 | Static method | Public | Method | Returns the description of a component | 20130314 | |
| 17 | Static method | Public | Method | Returns the interface views of a component | 20130314 | |
| 18 | Static method | Public | Method | Returns the list of variants of a configuration | 20130314 | |
| 19 | Static method | Public | Method | Returns a list from the personalization keys for the ID | 20130314 | |
| 20 | Static method | Public | Method | Returns a list with personalizations for component | 20130314 | |
| 21 | Static method | Public | Method | Returns a list with all personalizations for this ID | 20130314 | |
| 22 | Static method | Public | Method | Returns a list with all personalizations for the key | 20130314 | |
| 23 | Static method | Public | Method | Provides Default Variants | 20130314 | |
| 24 | Static method | Public | Method | Returns a list with personalizations for component | 20131213 | |
| 25 | Static method | Public | Method | Returns a list of transports for the current user | 20130314 | |
| 26 | Static method | Public | Method | returns information whether UI2 is changer of the adaptation | 20130318 | |
| 27 | Static method | Public | Method | 20130314 | ||
| 28 | Static method | Public | Method | 20130314 | ||
| 29 | Static method | Public | Method | Specific Authorization Check | 20130314 | |
| 30 | Static method | Public | Method | 20130314 | ||
| 31 | 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 | ACCESS_DIALOG_NECESSARY | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20130314 | |||
| 2 | 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 | CONFIG_KEY | Value transfer | Type reference (TYPE) | WDY_CONFIG_KEY | Key Components of Configuration Tables | 20130314 | |||
| 2 | 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 | CONFIG_HI_TABLE | Call by reference | Type reference (TYPE) | /UI2/WDY_CFG_HI_TABLE | WD: Configuration: Internal Table | 20130314 | |||
| 2 | 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 | CONFIG_KEY | Call by reference | Type reference (TYPE) | WDY_CONFIG_KEY | Key Components of Configuration Tables | 20130314 | |||
| 2 | R_NEW_VARIANT | Value transfer | Type reference (TYPE) | WDY_CONFIG_VAR | Configuration: Additional Variant | 20130314 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130314 |
Method DELETE_CONFIG_4_COMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_CONFIG_KEY | Call by reference | Type reference (TYPE) | WDY_CONFIG_KEY | 20130314 | ||||
| 2 | P_TRKORR | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20130314 | |||
| 3 | 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 | PERS_KEY | Call by reference | Type reference (TYPE) | WDY_PERS_KEY | Web Dynpro Personalization Variant | 20130314 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130314 |
Method DOES_COMP_IMPLEMENT_INTERFACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_COMPONENT_NAME | Call by reference | Type reference (TYPE) | WDY_COMPONENT_NAME | Web Dynpro: Component Name | 20130314 | |||
| 2 | I_INTERFACE_NAME | Call by reference | Type reference (TYPE) | WDY_COMPONENT_NAME | Web Dynpro: Component Name | 20130314 | |||
| 3 | P_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130314 | ||||
| 4 | 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 | I_INTERFACE_NAME | Call by reference | Type reference (TYPE) | STRING | 20130314 | ||||
| 2 | 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 | COMPONENT_NAME | Value transfer | Type reference (TYPE) | STRING | 20130314 | ||||
| 2 | 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 | APPL_CONFIG_ID | Value transfer | Type reference (TYPE) | WDY_CONFIG_ID | Configuration Identification | 20130314 | |||
| 2 | APPL_CONFIG_TYPE | Value transfer | Type reference (TYPE) | WDY_CONFIG_TYPE | 02 | Type of Web Dynpro Configuration | 20130314 | ||
| 3 | APPL_CONFIG_VAR | Value transfer | Type reference (TYPE) | WDY_CONFIG_VAR | Web Dynpro: Configuration of Additional Variant | 20130314 | |||
| 4 | COMPONENT_NAME | Value transfer | Type reference (TYPE) | STRING | 20130314 | ||||
| 5 | COMPONENT_USAGE_NAME | Value transfer | Type reference (TYPE) | STRING | 20130314 | ||||
| 6 | 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 | IV_CONFIG_KEY | Call by reference | Type reference (TYPE) | WDY_CONFIG_KEY | Key Components of Configuration Tables | 20130422 | |||
| 2 | IV_IS_COMPONENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20130422 | |||
| 3 | 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 | 20130422 |
Method GET_CONFIG_HASH_4_COMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONFIG_HASH | Value transfer | Type reference (TYPE) | HASH160 | Hash Value (160 Bits) | 20130418 | |||
| 2 | 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 | APPLICATION_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20130314 | ||||
| 2 | CONFIG_LIST | Value transfer | Type reference (TYPE) | WDY_CONFIG_TABLE | 20130314 | ||||
| 3 | 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 | COMPONENT_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20130314 | ||||
| 2 | CONFIG_LIST | Value transfer | Type reference (TYPE) | WDY_CONFIG_TABLE | Table with Configurations Including Description | 20130314 | |||
| 3 | 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 | CONFIG_ID | Call by reference | Type reference (TYPE) | WDY_CONFIG_ID | Configuration Identification | 20130314 | |||
| 2 | CONFIG_LIST | Value transfer | Type reference (TYPE) | WDY_CONFIG_TABLE | 20130314 | ||||
| 3 | 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 | COMPONENT_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20130314 | ||||
| 2 | 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 | I_COMPONENT_NAME | Call by reference | Type reference (TYPE) | STRING | 20130314 | ||||
| 2 | R_INTERFACE_VIEWS | Value transfer | Type reference (TYPE) | TT_NAME_DESCR | 20130314 | ||||
| 3 | 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 | CONFIG_ID | Call by reference | Type reference (TYPE) | WDY_CONFIG_ID | Configuration Identification | 20130314 | |||
| 2 | CONFIG_TYPE | Call by reference | Type reference (TYPE) | WDY_CONFIG_TYPE | Type of Web Dynpro Configuration | 20130314 | |||
| 3 | CONFIG_VAR | Call by reference | Type reference (TYPE) | WDY_CONFIG_VAR | Web Dynpro: Configuration of Additional Variant | 20130314 | |||
| 4 | LANGU | Call by reference | Attribute reference (LIKE) | SY-LANGU | SY-LANGU | Language Key of Current Text Environment | 20130314 | ||
| 5 | USER | Call by reference | Attribute reference (LIKE) | SY-UNAME | User Name | 20130314 | |||
| 6 | 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 | ALL_VARIANTS | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20130314 | |||
| 2 | CONFIG_ID | Call by reference | Type reference (TYPE) | WDY_CONFIG_ID | Configuration Identification | 20130314 | |||
| 3 | PERS_KEYS | Value transfer | Type reference (TYPE) | WDY_PERS_KEY_TABLE | WD: Table with Personalization Keys | 20130314 | |||
| 4 | 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 | COMPONENT_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Component Name | 20130314 | |||
| 2 | CONFIG_LIST | Value transfer | Type reference (TYPE) | WDY_CONF_USER_TABLE | WD: Configuration: Table with Personalization Data | 20130314 | |||
| 3 | USER | Call by reference | Type reference (TYPE) | WDY_CONFIG_USER | SY-UNAME | WD: Configuration: User Name or Role Name | 20130314 | ||
| 4 | USE_ALL | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_TRUE | Include Configurations for All Users | 20130314 | ||
| 5 | USE_IVIEW | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_TRUE | Include iView ID | 20130314 | ||
| 6 | 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 | CONFIG_ID | Call by reference | Type reference (TYPE) | WDY_CONFIG_ID | Configuration Identification | 20130314 | |||
| 2 | CONFIG_TYPE | Call by reference | Type reference (TYPE) | WDY_CONFIG_TYPE | '00' | Type of Web Dynpro Configuration | 20130314 | ||
| 3 | CONFIG_VARIANT | Call by reference | Type reference (TYPE) | WDY_CONFIG_VAR | '*' | Configuration Variant | 20130314 | ||
| 4 | PERS_LIST | Value transfer | Type reference (TYPE) | WDR_PERS_VARIANTS | WD: Configuration: Table with Personalization Data | 20130314 | |||
| 5 | USER | Call by reference | Type reference (TYPE) | WDY_CONFIG_USER | SY-UNAME | WD: Configuration: User Name or Role Name | 20130314 | ||
| 6 | USE_ALL | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_TRUE | Include Configurations for All Users | 20130314 | ||
| 7 | USE_CONFIG_TYPE | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_FALSE | Replacement for Real Boolean Type: 'X' == True '' == False | 20130314 | ||
| 8 | USE_IVIEW | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_TRUE | Include iView ID | 20130314 | ||
| 9 | USE_ROLE | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_TRUE | Include Role | 20130314 | ||
| 10 | 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 | CONFIG_KEY | Call by reference | Type reference (TYPE) | WDY_CONFIG_KEY | Configuration Identification | 20130314 | |||
| 2 | CONFIG_LIST | Value transfer | Type reference (TYPE) | WDY_CONF_USER_TABLE | WD: Configuration: Table with Personalization Data | 20130314 | |||
| 3 | USER | Call by reference | Type reference (TYPE) | WDY_CONFIG_USER | SY-UNAME | WD: Configuration: User Name or Role Name | 20130314 | ||
| 4 | USE_ALL | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_TRUE | Include Configurations for All Users | 20130314 | ||
| 5 | USE_IVIEW | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_TRUE | Include iView ID | 20130314 | ||
| 6 | USE_ROLE | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_TRUE | Include Role | 20130314 | ||
| 7 | 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 | CONFIG_KEY | Call by reference | Type reference (TYPE) | WDY_CONFIG_KEY | Web Dynpro: List of Personalization Variants | 20130314 | |||
| 2 | DEFAULT_VARIANT | Value transfer | Type reference (TYPE) | WDR_PERS_VARIANT | Web Dynpro: Configuration Data for User | 20130314 | |||
| 3 | IGNORE_USER_PERSONALIZATION | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_FALSE | Ignore User Personalization | 20130314 | ||
| 4 | USER | Call by reference | Type reference (TYPE) | SYUNAME | SY-UNAME | User | 20130314 | ||
| 5 | 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 | COMPONENT_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Component Name | 20131213 | |||
| 2 | CONFIG_LIST | Value transfer | Type reference (TYPE) | WDY_CONF_USER_TABLE | WD: Configuration: Table with Personalization Data | 20131213 | |||
| 3 | USER | Call by reference | Type reference (TYPE) | WDY_CONFIG_USER | SY-UNAME | WD: Configuration: User Name or Role Name | 20131213 | ||
| 4 | USE_ALL | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_TRUE | Include Configurations for All Users | 20131213 | ||
| 5 | USE_IVIEW | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_TRUE | Include iView ID | 20131213 | ||
| 6 | 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 | IS_CUSTOMIZING | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_TRUE | Customizing or Workbench Requests | 20130314 | ||
| 2 | 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 | IV_CONFIG_ID | Call by reference | Type reference (TYPE) | WDY_CONFIG_ID | Key Components of Configuration Tables | 20130318 | |||
| 2 | IV_CONFIG_TYPE | Call by reference | Type reference (TYPE) | WDY_CONFIG_TYPE | Type of Web Dynpro Configuration | 20130318 | |||
| 3 | IV_CONFIG_VAR | Call by reference | Type reference (TYPE) | WDY_CONFIG_VAR | Web Dynpro: Configuration of Additional Variant | 20130318 | |||
| 4 | IV_SCOPE | Call by reference | Type reference (TYPE) | WDR_PERS_SCOPE | 5 | Web Dynpro: Personalization Range | 20130318 | ||
| 5 | IV_USER_ID | Call by reference | Type reference (TYPE) | WDY_CONF_USER_TYPE | Type of User Identification | 20130318 | |||
| 6 | IV_WDUSER | Call by reference | Type reference (TYPE) | WDY_CONFIG_USER | Web Dynpro: Configuration: User Name or Role Name | 20130318 | |||
| 7 | RV_CREATED_BY_UI2 | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130318 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | 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 | 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 | CONFIG_KEY | Call by reference | Type reference (TYPE) | WDY_CONFIG_KEY | Key Components of Configuration Tables | 20130314 | |||
| 2 | DISPLAY_ALLOWED | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20130314 | |||
| 3 | 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 | CONFIG_KEY | Call by reference | Type reference (TYPE) | WDY_CONFIG_KEY | Key Components of Configuration Tables | 20130314 | |||
| 2 | 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 | OLD_NEW_CONFIG_KEYS | Call by reference | Type reference (TYPE) | TT_OLD_NEW_CONFIG_KEY | 20130314 | ||||
| 2 | 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 |