SAP ABAP Class /UI2/CL_WDR_CFG_UTILS (Service for Configuration (Internal))
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_WDR_CFG_UTILS  
Short Description Service for Configuration (Internal)    
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 20131127   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
Class /UI2/CL_WDR_CFG_UTILS has no interface implemented.
Friends
Class /UI2/CL_WDR_CFG_UTILS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_CONVERSION_UTIL Static Attribute Private Object reference (TYPE REF TO) IF_WD_CLIENT_CONVERSION_UTIL Conversion Routines 20130314
Methods
# Method Level Visibility Method type Description Created on
1 ADD_NODE_INFO_2_NODE_INFO_MAP Static method Private Method 20130314
2 ADD_TEXTS_TO_CONFIG_INFO Static method Public Method 20130314
3 ADJUST_TRANSL_FLAG Static method Public Method Corrects the TRANSLATABLE flag in all attributes 20130314
4 BLD_REC_KEYS_4_WDY_CONF_APPLU Static method Public Method Generates a list of recording entries for appl. Cust. 20130314
5 BLD_REC_KEYS_4_WDY_CONF_USER Static method Public Method Generates a list of recording entries for comp. Cust. 20130314
6 CHECK_PRIMARY_UNIQUE_1 Static method Public Method Checks whether primary attributes are unique(with node info) 20130314
7 CHECK_PRIM_UNIQUE_NODE Static method Private Method 20130314
8 CHECK_SIMPLE_FORMAT Static method Public Method Checks whether it is a very old data format 20130314
9 CONVERT_ATTRS_TO_SIMPLE_FORMAT Static method Public Method Converts all attributes of an EXPL_TAB into internal format 20130314
10 CONVERT_FROM_STRING Static method Public Method Cnoverts a string into a value 20130314
11 CONVERT_STRING_TO_XML Static method Public Method Converts Value of External Format into XML Format 20130314
12 CONVERT_TO_STRING Static method Public Method Cnoverts a value into a string 20130314
13 CONVERT_XML_TO_STRING Static method Public Method Converts Value of XML Format into External Format 20130314
14 COPY_CONFIG_4_COMP Static method Public Method Copies a configuration 20130314
15 DELETE_CONFIG_4_APPL Static method Public Method Deletes Configuration of DB (Without Lock/Transport) 20130314
16 DELETE_CONFIG_4_COMP Static method Public Method Deletes Configuration of DB (Without Lock/Transport) 20130314
17 GET_APPL_CONFIG_DATA Static method Public Method Gets Configuration Data for Application 20130314
18 GET_ATTRS_IN_SIMPLE_FORMAT Static method Public Method Returns attribute list of an element in internal format 20130314
19 GET_COMP_CONFIG_DATA Static method Public Method Gets Configuration Data for Component 20130314
20 GET_CONFIG_DATA_4_APPL Static method Public Method Gets Properties of Configuration 20130314
21 GET_CONFIG_DATA_4_COMP Static method Public Method Gets Properties of Configuration 20130314
22 GET_CONFIG_LIST_4_APPL Static method Public Method Returns a list with all configurations for this application 20130314
23 GET_CONFIG_LIST_4_COMP Static method Public Method Returns a list with all configurations for this component 20130314
24 GET_DESCR_4_APPL_CONFIG Static method Public Method Reads Short Text for Application Configuration 20130314
25 GET_DESCR_4_COMP_CONFIG Static method Public Method Reads Short Text for Component Configuration 20130314
26 GET_PRIMARY_LIST Static method Public Method Provides list of primary and index attributes 20130314
27 NODE_INFO_2_NODE_INFO_MAP Static method Public Method Conversion of Metadata Formats for the Configuration Context 20130314
28 REC_CREATE_PRIMARY_LIST Static method Private Method Creates a list of primary attributes 20130314
29 UPDATE_APPL_CONFIG_LDEP Static method Private Method Corrects the Description of the Application Configuration 20130314
30 UPDATE_COMP_CONFIG_LDEP Static method Private Method Corrects the Description of the Application Configuration 20130314
31 XML_DOM2STRING Static method Public Method Reads an XML DOM and generates a string from it 20130314
32 XML_DOM2XSTRING Static method Public Method Reads XML DOM and generates an Xstring from it 20130314
33 XML_STRING2XSTRING Static method Public Method 20130314
34 XML_XSTRING2DOM Static method Public Method Reads an XML stream and generates an XML DOM 20130314
35 XML_XSTRING2STRING Static method Public Method 20130314
Events
Class /UI2/CL_WDR_CFG_UTILS has no event.
Types
Class /UI2/CL_WDR_CFG_UTILS has no local type.
Method Signatures

Method ADD_NODE_INFO_2_NODE_INFO_MAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DATA_REF Value transfer Object reference (TYPE REF TO) DATA WD Configuration, Change Tool, Node Information 20130314
2 Importing NODE_INFO Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE_INFO Web Dynpro: Interface for the metadata of a node 20130314
3 Changing NODE_INFO_MAP Call by reference Type reference (TYPE) /UI2/WDY_CFG_NODE_INFO_MAP WD Configuration, Change Tool, List of Node Details 20130314
4 Importing PARENT Call by reference Type reference (TYPE) STRING 20130314

Method ADD_NODE_INFO_2_NODE_INFO_MAP on class /UI2/CL_WDR_CFG_UTILS has no exception.

Method ADD_TEXTS_TO_CONFIG_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CONFIG_TABLE Call by reference Type reference (TYPE) /UI2/WDY_CFG_HI_TABLE WD: Configuration: Internal Table 20130314
2 Importing FOR_COMPONENT Call by reference Type reference (TYPE) WDY_BOOLEAN Component or Application Configurations 20130314
3 Importing SYLANGU Call by reference Attribute reference (LIKE) SY-LANGU SY-LANGU Language Key of Current Text Environment 20130314
4 Importing USER Call by reference Attribute reference (LIKE) SY-UNAME '' User Name 20130314

Method ADD_TEXTS_TO_CONFIG_INFO on class /UI2/CL_WDR_CFG_UTILS has no exception.

Method ADJUST_TRANSL_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ADJUST_COUNT Call by reference Type reference (TYPE) I 20130314
2 Changing EXPL_TAB Call by reference Type reference (TYPE) /UI2/WDY_CFG_EXPL_DATA_TAB WDA Configuration: Explicit Data 20130314
3 Importing METADATA Call by reference Type reference (TYPE) /UI2/WDY_CFG_NODE_INFO_MAP WD Configuration, Change Tool, List of Node Details 20130314
4 Importing STOP_AT_FIRST Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE Replacement for Real Boolean Type: 'X' == True '' == False 20130314

Method ADJUST_TRANSL_FLAG on class /UI2/CL_WDR_CFG_UTILS has no exception.

Method BLD_REC_KEYS_4_WDY_CONF_APPLU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONFIG_KEY Value transfer Type reference (TYPE) WDY_CONFIG_KEY Key Components of Configuration Tables 20130314
2 Returning RECORDING_KEYS Value transfer Type reference (TYPE) CTS_OBJECT_TABLES WBO Remote API: Table Key for Piece Lists 20130314

Method BLD_REC_KEYS_4_WDY_CONF_APPLU on class /UI2/CL_WDR_CFG_UTILS has no exception.

Method BLD_REC_KEYS_4_WDY_CONF_USER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONFIG_KEY Value transfer Type reference (TYPE) WDY_CONFIG_KEY Key Components of Configuration Tables 20130314
2 Returning RECORDING_KEYS Value transfer Type reference (TYPE) CTS_OBJECT_TABLES WBO Remote API: Table Key for Piece Lists 20130314

Method BLD_REC_KEYS_4_WDY_CONF_USER on class /UI2/CL_WDR_CFG_UTILS has no exception.

Method CHECK_PRIMARY_UNIQUE_1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONFIG_TABLE Call by reference Type reference (TYPE) /UI2/WDY_CFG_EXPL_DATA_TAB WDA Configuration: Explicit Data 20130314
2 Returning NOT_UNIQUE_TABLE Value transfer Type reference (TYPE) /UI2/WDY_CFG_EXPL_DATA_TAB WDA Configuration: Explicit Data 20130314
3 Importing ROOT_NODE_INFO Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE_INFO Web Dynpro: Interface of the node's metadata 20130314

Method CHECK_PRIMARY_UNIQUE_1 on class /UI2/CL_WDR_CFG_UTILS has no exception.

Method CHECK_PRIM_UNIQUE_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONFIG_TABLE Call by reference Type reference (TYPE) /UI2/WDY_CFG_EXPL_DATA_TAB WDA Configuration: Explicit Data 20130314
2 Importing NODE_NAME Call by reference Type reference (TYPE) STRING 20130314
3 Changing NOT_UNIQUE_TABLE Call by reference Type reference (TYPE) /UI2/WDY_CFG_EXPL_DATA_TAB WDA Configuration: Explicit Data 20130314
4 Importing PARENT_PATH Call by reference Type reference (TYPE) STRING 20130314
5 Importing PRIMARIES Call by reference Type reference (TYPE) WDY_CONFIG_PRIMARY_TABLE List of primary attributes to the nodes 20130314

Method CHECK_PRIM_UNIQUE_NODE on class /UI2/CL_WDR_CFG_UTILS has no exception.

Method CHECK_SIMPLE_FORMAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EXPL_DATA_TAB Call by reference Type reference (TYPE) /UI2/WDY_CFG_EXPL_DATA_TAB 20130314
2 Returning IS_SIMPLE_FORMAT Value transfer Type reference (TYPE) ABAP_BOOL 20130314

Method CHECK_SIMPLE_FORMAT on class /UI2/CL_WDR_CFG_UTILS has no exception.

Method CONVERT_ATTRS_TO_SIMPLE_FORMAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_CONFIGURATION_CONTEXT Call by reference Type reference (TYPE) /UI2/WDY_CFG_EXPL_DATA_TAB WDA Configuration: Explicit Data 20130314
2 Importing I_METADATA Call by reference Type reference (TYPE) /UI2/WDY_CFG_NODE_INFO_MAP WD Configuration, Change Tool, List of Node Details 20130314

Method CONVERT_ATTRS_TO_SIMPLE_FORMAT on class /UI2/CL_WDR_CFG_UTILS has no exception.

Method CONVERT_FROM_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_VALUE Call by reference Type reference (TYPE) DATA 20130314
2 Importing I_NEW_FORMAT Call by reference Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20130314
3 Importing I_STRING Call by reference Type reference (TYPE) STRING 20130314
# Exception Resumable Description Created on
1 CX_WDR_CONVERSION_EXCEPTION Conversion Error 20130314

Method CONVERT_STRING_TO_XML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ABAP_TYPE Call by reference Type reference (TYPE) WDY_MD_ABAP_TYPE Web Dynpro: ABAP Type of a Parameter/Property 20130314
2 Importing IN Call by reference Type reference (TYPE) STRING 20130314
3 Returning OUT Value transfer Type reference (TYPE) STRING 20130314
# Exception Resumable Description Created on
1 CX_WDR_CONVERSION_EXCEPTION Conversion Error 20130314

Method CONVERT_TO_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NEW_FORMAT Call by reference Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20130314
2 Importing I_VALUE Call by reference Type reference (TYPE) DATA 20130314
3 Returning R_STRING Value transfer Type reference (TYPE) STRING 20130314
# Exception Resumable Description Created on
1 CX_WDR_CONVERSION_EXCEPTION Conversion Error 20130314

Method CONVERT_XML_TO_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ABAP_TYPE Call by reference Type reference (TYPE) WDY_MD_ABAP_TYPE Web Dynpro: ABAP Type of a Parameter/Property 20130314
2 Importing IN Call by reference Type reference (TYPE) STRING 20130314
3 Returning OUT Value transfer Type reference (TYPE) STRING 20130314
# Exception Resumable Description Created on
1 CX_WDR_CONVERSION_EXCEPTION Conversion Error 20130314

Method COPY_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_NEW_CONFIG_ID Call by reference Type reference (TYPE) WDY_CONFIG_ID Configuration Identification 20130314
3 Importing P_TRKORR Call by reference Type reference (TYPE) TRKORR Request/Task 20130314
# Exception Resumable Description Created on
1 /UI2/CX_WD_CFG 20130314

Method DELETE_CONFIG_4_APPL 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_IN_SNOTE Call by reference Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20130314
3 Importing P_TRKORR Call by reference Type reference (TYPE) TRKORR Request/Task 20130314
# Exception Resumable Description Created on
1 ACTION_CANCELLED Activity Terminated 20130314
2 ERROR_OCCURRED Errors occurred 20130314
3 OBJECT_LOCKED Object Locked 20130314
4 OBJECT_NOT_FOUND Object Not Found 20130314
5 PERMISSION_FAILURE Authorization error 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_IN_SNOTE Call by reference Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20130314
3 Importing P_TRKORR Call by reference Type reference (TYPE) TRKORR Request/Task 20130314
# Exception Resumable Description Created on
1 ACTION_CANCELLED Activity Terminated 20130314
2 ERROR_OCCURRED Errors occurred 20130314
3 OBJECT_LOCKED Object Locked 20130314
4 OBJECT_NOT_FOUND Object Not Found 20130314
5 PERMISSION_FAILURE Authorization error 20130314

Method GET_APPL_CONFIG_DATA 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 Importing AUTHOR Call by reference Type reference (TYPE) STRING 20130314
3 Returning CONFIG_APPL Value transfer Type reference (TYPE) WDY_CONFIG_SHOWA_TABLE Configuration Data for Web Dynpro Components 20130314
4 Importing CONFIG_TEMPLATE Call by reference Type reference (TYPE) STRING 20130314

Method GET_APPL_CONFIG_DATA on class /UI2/CL_WDR_CFG_UTILS has no exception.

Method GET_ATTRS_IN_SIMPLE_FORMAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ADJUST_TRANSL_FLAG Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE Replacement for Real Boolean Type: 'X' == True '' == False 20130314
2 Importing I_ATTR_DEFS Call by reference Type reference (TYPE) /UI2/WDY_CFG_ATTR_INFO_MAP WD Configuration: List of Attribute Info for Change Tool 20130314
3 Importing I_ELEMENT_ENTRY Call by reference Type reference (TYPE) /UI2/WDY_CFG_EXPL_DATA WDA Configuration: Explicit Data 20130314
4 Returning R_ATTR Value transfer Type reference (TYPE) /UI2/WDY_CFG_EXPL_ATTRIBUTES WDA Configuration: Explicit Attributes 20130314

Method GET_ATTRS_IN_SIMPLE_FORMAT on class /UI2/CL_WDR_CFG_UTILS has no exception.

Method GET_COMP_CONFIG_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AUTHOR_TEMPLATE Call by reference Type reference (TYPE) CSEQUENCE 20130314
2 Importing COMPONENT_NAME Call by reference Type reference (TYPE) CSEQUENCE 20130314
3 Returning CONFIG_COMP Value transfer Type reference (TYPE) WDY_CONFIG_SHOW_TABLE Configuration Data for Web Dynpro Components 20130314
4 Importing CONFIG_TEMPLATE Call by reference Type reference (TYPE) CSEQUENCE 20130314

Method GET_COMP_CONFIG_DATA on class /UI2/CL_WDR_CFG_UTILS has no exception.

Method GET_CONFIG_DATA_4_APPL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_CONFIG_DATA Call by reference Type reference (TYPE) WDY_WB_CONFIG_PROPS 20130314
2 Importing P_CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY 20130314
# Exception Resumable Description Created on
1 OBJECT_NOT_FOUND 20130314

Method GET_CONFIG_DATA_4_COMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_CONFIG_DATA Call by reference Type reference (TYPE) WDY_WB_CONFIG_PROPS 20130314
2 Importing P_CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY 20130314
# Exception Resumable Description Created on
1 OBJECT_NOT_FOUND 20130314

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) /UI2/WDY_CFG_HI_TABLE WD: Configuration: Internal Table 20130314
3 Importing CONFIG_TEMPLATE Call by reference Type reference (TYPE) CSEQUENCE 20130314

Method GET_CONFIG_LIST_4_APPL on class /UI2/CL_WDR_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) /UI2/WDY_CFG_HI_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_WDR_CFG_UTILS has no exception.

Method GET_DESCR_4_APPL_CONFIG 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 DESCRIPTION Value transfer Type reference (TYPE) WDY_MD_DESCRIPTION Short Description of Object 20130314

Method GET_DESCR_4_APPL_CONFIG on class /UI2/CL_WDR_CFG_UTILS has no exception.

Method GET_DESCR_4_COMP_CONFIG 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 DESCRIPTION Value transfer Type reference (TYPE) WDY_MD_DESCRIPTION Short Description of Object 20130314

Method GET_DESCR_4_COMP_CONFIG on class /UI2/CL_WDR_CFG_UTILS has no exception.

Method GET_PRIMARY_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ROOT_NODE_INFO Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE_INFO Web Dynpro: Interface of the node's metadata 20130314
2 Returning R_LIST Value transfer Type reference (TYPE) WDY_CONFIG_PRIMARY_TABLE List of primary attributes to the nodes 20130314

Method GET_PRIMARY_LIST on class /UI2/CL_WDR_CFG_UTILS has no exception.

Method NODE_INFO_2_NODE_INFO_MAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_INFO Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE_INFO Web Dynpro: Interface for the metadata of a node 20130314
2 Returning NODE_INFO_MAP Value transfer Type reference (TYPE) /UI2/WDY_CFG_NODE_INFO_MAP WD Configuration, Change Tool, Node Information 20130314

Method NODE_INFO_2_NODE_INFO_MAP on class /UI2/CL_WDR_CFG_UTILS has no exception.

Method REC_CREATE_PRIMARY_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing ATTRIBUTE_LIST Value transfer Type reference (TYPE) WDY_CONFIG_PRIMARY_TABLE 20130314
2 Importing ROOT_NODE_INFO Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE_INFO Interface for Context Nodes 20130314

Method REC_CREATE_PRIMARY_LIST on class /UI2/CL_WDR_CFG_UTILS has no exception.

Method UPDATE_APPL_CONFIG_LDEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CONFIG_TABLE Call by reference Type reference (TYPE) WDY_CONFIG_SHOWA_TABLE Configuration: List for Display 20130314

Method UPDATE_APPL_CONFIG_LDEP on class /UI2/CL_WDR_CFG_UTILS has no exception.

Method UPDATE_COMP_CONFIG_LDEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CONFIG_TABLE Call by reference Type reference (TYPE) WDY_CONFIG_SHOW_TABLE Configuration: List for Display 20130314

Method UPDATE_COMP_CONFIG_LDEP on class /UI2/CL_WDR_CFG_UTILS has no exception.

Method XML_DOM2STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_DOM Call by reference Object reference (TYPE REF TO) IF_IXML_DOCUMENT IF_IXML_DOCUMENT 20130314
2 Returning OUT_STRING Value transfer Type reference (TYPE) STRING 20130314
# Exception Resumable Description Created on
1 /UI2/CX_WD_CFG 20130314

Method XML_DOM2XSTRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_DOM Call by reference Object reference (TYPE REF TO) IF_IXML_DOCUMENT IF_IXML_DOCUMENT 20130314
2 Returning OUT_XSTRING Value transfer Type reference (TYPE) XSTRING 20130314
# Exception Resumable Description Created on
1 /UI2/CX_WD_CFG 20130314

Method XML_STRING2XSTRING Signature

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

Method XML_STRING2XSTRING on class /UI2/CL_WDR_CFG_UTILS has no exception.

Method XML_XSTRING2DOM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IN_STRING Call by reference Type reference (TYPE) STRING 20130314
2 Importing IN_XSTRING Call by reference Type reference (TYPE) XSTRING 20130314
3 Returning OUT_DOM Value transfer Object reference (TYPE REF TO) IF_IXML_DOCUMENT IF_IXML_DOCUMENT 20130314
# Exception Resumable Description Created on
1 /UI2/CX_WD_CFG 20130314

Method XML_XSTRING2STRING Signature

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

Method XML_XSTRING2STRING on class /UI2/CL_WDR_CFG_UTILS has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 100