SAP ABAP Class CL_WDR_CONFIGURATION_UTILS (Service for Configuration (Internal))
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_WDR_CONFIGURATION_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 SWDP_CONFIGURATION   Configuration for WD4A 
Created 20050207   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)
2 CL_WDR_CONFIGURATION_UTILS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_WDR_CONFIGURATION_UTILS has no interface implemented.
Friends
Class CL_WDR_CONFIGURATION_UTILS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_CONFIG_ACCESS_KEY_NECESSARY Constant Public Type reference (TYPE) T_AUTH_CHECK_RESULT_ID '8' Access Key is necessary 20121123
2 C_CONFIG_CHANGE_ONLY_EXIST_TR Constant Public Type reference (TYPE) T_AUTH_CHECK_RESULT_ID '4' Transport needed for change 20121123
3 C_CONFIG_CHANGE_TR_CHECK_ERROR Constant Public Type reference (TYPE) T_AUTH_CHECK_RESULT_ID '5' Transport check fails 20121123
4 C_CONFIG_CHANGE_WITH_NEW_TR Constant Public Type reference (TYPE) T_AUTH_CHECK_RESULT_ID '3' Transport needed for change 20121123
5 C_CONFIG_DOES_NOT_EXIST Constant Public Type reference (TYPE) T_AUTH_CHECK_RESULT_ID '0' Configuration does not exist 20121123
6 C_CONFIG_NO_CHANGE_AUTH Constant Public Type reference (TYPE) T_AUTH_CHECK_RESULT_ID '2' No authorization to change configuration 20121123
7 C_CONFIG_NO_DISPLAY_AUTH Constant Public Type reference (TYPE) T_AUTH_CHECK_RESULT_ID '1' No authorization to display configuration 20121123
8 C_CONFIG_SCOPE_NOT_RELEVANT Constant Public Type reference (TYPE) T_AUTH_CHECK_RESULT_ID '9' scope not config or cust 20121123
9 M_CONVERSION_UTIL Static Attribute Private Object reference (TYPE REF TO) IF_WD_CLIENT_CONVERSION_UTIL Conversion Routines 20060117
Methods
# Method Level Visibility Method type Description Created on
1 ADD_NODE_INFO_2_NODE_INFO_MAP Static method Private Method 20100226
2 ADD_TEXTS_TO_CONFIG_INFO Static method Public Method 20100317
3 ADJUST_TRANSL_FLAG Static method Public Method Corrects the TRANSLATABLE flag in all attributes 20101223
4 BLD_REC_KEYS_4_WDY_CONF_APPLU Static method Public Method Generates a list of recording entries for appl. Cust. 20090701
5 BLD_REC_KEYS_4_WDY_CONF_USER Static method Public Method Generates a list of recording entries for comp. Cust. 20090701
6 CHECK_PRIMARY_UNIQUE_1 Static method Public Method Checks whether primary attributes are unique(with node info) 20080303
7 CHECK_PRIM_UNIQUE_NODE Static method Private Method 20090714
8 CHECK_SIMPLE_FORMAT Static method Public Method Checks whether it is a very old data format 20100706
9 CONVERT_ATTRS_TO_SIMPLE_FORMAT Static method Public Method Converts all attributes of an EXPL_TAB into internal format 20091201
10 CONVERT_FROM_STRING Static method Public Method Cnoverts a string into a value 20071001
11 CONVERT_STRING_TO_XML Static method Public Method Converts Value of External Format into XML Format 20060117
12 CONVERT_TO_STRING Static method Public Method Cnoverts a value into a string 20071001
13 CONVERT_XML_TO_STRING Static method Public Method Converts Value of XML Format into External Format 20060117
14 COPY_CONFIG_4_COMP Static method Public Method Copies a configuration 20070731
15 DELETE_CONFIG_4_APPL Static method Public Method Deletes Configuration of DB (Without Lock/Transport) 20050207
16 DELETE_CONFIG_4_COMP Static method Public Method Deletes Configuration of DB (Without Lock/Transport) 20050207
17 GET_APPL_CONFIG_DATA Static method Public Method Gets Configuration Data for Application 20050221
18 GET_ATTRS_IN_SIMPLE_FORMAT Static method Public Method Returns attribute list of an element in internal format 20091201
19 GET_COMP_CONFIG_DATA Static method Public Method Gets Configuration Data for Component 20050221
20 GET_COMP_CONFIG_WUL Static method Public Method Component Configuration Usages 20071129
21 GET_CONFIG_DATA_4_APPL Static method Public Method Gets Properties of Configuration 20050207
22 GET_CONFIG_DATA_4_COMP Static method Public Method Gets Properties of Configuration 20050207
23 GET_CONFIG_LIST_4_APPL Static method Public Method Returns a list with all configurations for this application 20060313
24 GET_CONFIG_LIST_4_COMP Static method Public Method Returns a list with all configurations for this component 20060313
25 GET_DESCR_4_APPL_CONFIG Static method Public Method Reads Short Text for Application Configuration 20050209
26 GET_DESCR_4_COMP_CONFIG Static method Public Method Reads Short Text for Component Configuration 20050209
27 GET_MAX_AUTHORIZATION_4_CONFIG Static method Public Method Returns the maximum authorization for a configuration 20121123
28 GET_PRIMARY_LIST Static method Public Method Provides list of primary and index attributes 20080303
29 IS_CONFIG_TRANSPORT_NECESSARY Static method Private Method Can the configuration be transported? 20121123
30 NODE_INFO_2_NODE_INFO_MAP Static method Public Method Conversion of Metadata Formats for the Configuration Context 20100226
31 REC_CREATE_PRIMARY_LIST Static method Private Method Creates a list of primary attributes 20090714
32 UPDATE_APPL_CONFIG_LDEP Static method Private Method Corrects the Description of the Application Configuration 20050517
33 UPDATE_COMP_CONFIG_LDEP Static method Private Method Corrects the Description of the Application Configuration 20050517
34 UPDATE_COMP_CONFIG_WUL Static method Public Method Refreshes the where-used list for a component configuration 20071129
35 XML_DOM2STRING Static method Public Method Reads an XML DOM and generates a string from it 20060123
36 XML_DOM2XSTRING Static method Public Method Reads XML DOM and generates an Xstring from it 20060123
37 XML_STRING2XSTRING Static method Public Method 20060124
38 XML_XSTRING2DOM Static method Public Method Reads an XML stream and generates an XML DOM 20060123
39 XML_XSTRING2STRING Static method Public Method 20060124
Events
Class CL_WDR_CONFIGURATION_UTILS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TYPE_T_COMP_CONFIG_WUL Public See coding 20071129 TYPE_T_COMP_CONFIG_WUL type standard table of wdy_cfg_cmp_wul with default key
2 T_AUTH_CHECK_RESULT Public See coding 20121123 begin of t_auth_check_result, id type t_auth_check_result_id, messages type CTS_MESSAGES, end of t_auth_check_result
3 T_AUTH_CHECK_RESULT_ID Public Type reference (TYPE) CHAR2 20121130
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 Konfiguration, Change-Tool, Knoteninformation 20100226
2 Importing NODE_INFO Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE_INFO Web Dynpro: Schnittstelle der Metadaten eines Knotens 20100226
3 Changing NODE_INFO_MAP Call by reference Type reference (TYPE) WDY_CFG_CHGTOOL_NODE_INFO_MAP WD Konfiguration, Change-Tool, Liste der Knoteninformationen 20100226
4 Importing PARENT Call by reference Type reference (TYPE) STRING 20100226

Method ADD_NODE_INFO_2_NODE_INFO_MAP on class CL_WDR_CONFIGURATION_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) WDY_CONFIG_HI_TABLE WD: Configuration: interne Tabelle 20100317
2 Importing FOR_COMPONENT Call by reference Type reference (TYPE) WDY_BOOLEAN Component- oder Applikationskonfigurationen 20100317
3 Importing SYLANGU Call by reference Attribute reference (LIKE) SY-LANGU SY-LANGU Sprachenschlüssel der aktuellen Textumgebung 20110214
4 Importing USER Call by reference Attribute reference (LIKE) SY-UNAME '' Benutzername 20110214

Method ADD_TEXTS_TO_CONFIG_INFO on class CL_WDR_CONFIGURATION_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 20101223
2 Changing EXPL_TAB Call by reference Type reference (TYPE) WDY_CFG_EXPL_DATA_TAB WDA Konfiguration: Explizite Daten 20101223
3 Importing METADATA Call by reference Type reference (TYPE) WDY_CFG_CHGTOOL_NODE_INFO_MAP WD Konfiguration, Change-Tool, Liste der Knoteninformationen 20101223
4 Importing STOP_AT_FIRST Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_TRUE Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20101223

Method ADJUST_TRANSL_FLAG on class CL_WDR_CONFIGURATION_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-Komponenten der Konfigurationstabellen 20090701
2 Returning RECORDING_KEYS Value transfer Type reference (TYPE) CTS_OBJECT_TABLES WBO remote API: Tabellenschlüssel für Stücklisten 20090701

Method BLD_REC_KEYS_4_WDY_CONF_APPLU on class CL_WDR_CONFIGURATION_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-Komponenten der Konfigurationstabellen 20090701
2 Returning RECORDING_KEYS Value transfer Type reference (TYPE) CTS_OBJECT_TABLES WBO remote API: Tabellenschlüssel für Stücklisten 20090701

Method BLD_REC_KEYS_4_WDY_CONF_USER on class CL_WDR_CONFIGURATION_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) WDY_CFG_EXPL_DATA_TAB WDA Konfiguration: Explizite Daten 20080303
2 Returning NOT_UNIQUE_TABLE Value transfer Type reference (TYPE) WDY_CFG_EXPL_DATA_TAB WDA Konfiguration: Explizite Daten 20080303
3 Importing ROOT_NODE_INFO Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE_INFO Web Dynpro: Schnittstelle der Metadaten eines Knotens 20080303

Method CHECK_PRIMARY_UNIQUE_1 on class CL_WDR_CONFIGURATION_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) WDY_CFG_EXPL_DATA_TAB 20090714
2 Importing NODE_NAME Call by reference Type reference (TYPE) STRING 20090714
3 Changing NOT_UNIQUE_TABLE Call by reference Type reference (TYPE) WDY_CFG_EXPL_DATA_TAB 20090714
4 Importing PARENT_PATH Call by reference Type reference (TYPE) STRING 20090714
5 Importing PRIMARIES Call by reference Type reference (TYPE) WDY_CONFIG_PRIMARY_TABLE 20090714

Method CHECK_PRIM_UNIQUE_NODE on class CL_WDR_CONFIGURATION_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) WDY_CFG_EXPL_DATA_TAB 20100706
2 Returning IS_SIMPLE_FORMAT Value transfer Type reference (TYPE) ABAP_BOOL 20100706

Method CHECK_SIMPLE_FORMAT on class CL_WDR_CONFIGURATION_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) WDY_CFG_EXPL_DATA_TAB WDA Konfiguration: Explizite Daten 20091201
2 Importing I_METADATA Call by reference Type reference (TYPE) WDY_CFG_CHGTOOL_NODE_INFO_MAP WD Konfiguration, Change-Tool, Liste der Knoteninformationen 20091201

Method CONVERT_ATTRS_TO_SIMPLE_FORMAT on class CL_WDR_CONFIGURATION_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 20071001
2 Importing I_NEW_FORMAT Call by reference Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20071001
3 Importing I_STRING Call by reference Type reference (TYPE) STRING 20071001
# Exception Resumable Description Created on
1 CX_WDR_CONVERSION_EXCEPTION Konvertierungsfehler 20071001

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-Typ eines Parameters/einer Property 20060117
2 Importing IN Call by reference Type reference (TYPE) STRING 20060117
3 Returning OUT Value transfer Type reference (TYPE) STRING 20060117
# Exception Resumable Description Created on
1 CX_WDR_CONVERSION_EXCEPTION Konvertierungsfehler 20060117

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 Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20071001
2 Importing I_VALUE Call by reference Type reference (TYPE) DATA 20071001
3 Returning R_STRING Value transfer Type reference (TYPE) STRING 20071001
# Exception Resumable Description Created on
1 CX_WDR_CONVERSION_EXCEPTION Konvertierungsfehler 20071001

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-Typ eines Parameters/einer Property 20060117
2 Importing IN Call by reference Type reference (TYPE) STRING 20060117
3 Returning OUT Value transfer Type reference (TYPE) STRING 20060117
# Exception Resumable Description Created on
1 CX_WDR_CONVERSION_EXCEPTION Konvertierungsfehler 20060117

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 20070731
2 Importing P_NEW_CONFIG_ID Call by reference Type reference (TYPE) WDY_CONFIG_ID Konfigurations-Identifikation 20070731
3 Importing P_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20070731
# Exception Resumable Description Created on
1 CX_WD_CONFIGURATION Ausnahme-Klasse für die WD-Konfiguration 20070801

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 20050207
2 Importing P_IN_SNOTE Call by reference Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20091006
3 Importing P_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20050714
# Exception Resumable Description Created on
1 ACTION_CANCELLED Aktion abgebrochen 20091005
2 ERROR_OCCURRED Fehler aufgetreten 20091005
3 OBJECT_LOCKED Objekt gesperrt 20091005
4 OBJECT_NOT_FOUND Objekt nicht gefunden 20091005
5 PERMISSION_FAILURE Berechtigungsfehler 20091005

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 20050207
2 Importing P_IN_SNOTE Call by reference Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20091006
3 Importing P_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20050714
# Exception Resumable Description Created on
1 ACTION_CANCELLED Aktion abgebrochen 20091005
2 ERROR_OCCURRED Fehler aufgetreten 20091005
3 OBJECT_LOCKED Objekt gesperrt 20091005
4 OBJECT_NOT_FOUND Objekt nicht gefunden 20091005
5 PERMISSION_FAILURE Berechtigungsfehler 20091005

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 20050221
2 Importing AUTHOR Call by reference Type reference (TYPE) STRING 20070702
3 Returning CONFIG_APPL Value transfer Type reference (TYPE) WDY_CONFIG_SHOWA_TABLE Konfigurationsdaten für Web-Dynpro-Components 20050221
4 Importing CONFIG_TEMPLATE Call by reference Type reference (TYPE) STRING 20060509

Method GET_APPL_CONFIG_DATA on class CL_WDR_CONFIGURATION_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 Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20101223
2 Importing I_ATTR_DEFS Call by reference Type reference (TYPE) WDY_CFG_CHGTOOL_ATTR_INFO_MAP WD Konfiguration: Liste mit Attribute-Infos für Change-Tool 20091201
3 Importing I_ELEMENT_ENTRY Call by reference Type reference (TYPE) WDY_CFG_EXPL_DATA WDA Konfiguration: Explizite Daten 20091201
4 Returning R_ATTR Value transfer Type reference (TYPE) WDY_CFG_EXPL_ATTRIBUTES WDA Configuration: Attribute explizit 20091201

Method GET_ATTRS_IN_SIMPLE_FORMAT on class CL_WDR_CONFIGURATION_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 20060712
2 Importing COMPONENT_NAME Call by reference Type reference (TYPE) CSEQUENCE 20050221
3 Returning CONFIG_COMP Value transfer Type reference (TYPE) WDY_CONFIG_SHOW_TABLE Konfigurationsdaten für Web-Dynpro-Components 20050221
4 Importing CONFIG_TEMPLATE Call by reference Type reference (TYPE) CSEQUENCE 20060502

Method GET_COMP_CONFIG_DATA on class CL_WDR_CONFIGURATION_UTILS has no exception.

Method GET_COMP_CONFIG_WUL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMP_CONFIG_WUL Value transfer Type reference (TYPE) TYPE_T_COMP_CONFIG_WUL 20071129
2 Importing CONFIG_ID Call by reference Type reference (TYPE) WDY_CONFIG_ID Key-Komponenten der Konfigurationstabellen 20071129
3 Importing CONFIG_TYPE Call by reference Type reference (TYPE) WDY_CONFIG_TYPE Typ der Web Dynpro Konfiguration 20071129
4 Importing CONFIG_VAR Call by reference Type reference (TYPE) WDY_CONFIG_VAR Web Dynpro: Konfiguration: zusätzliche Variante 20071129

Method GET_COMP_CONFIG_WUL on class CL_WDR_CONFIGURATION_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 20050207
2 Importing P_CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY 20050207
# Exception Resumable Description Created on
1 OBJECT_NOT_FOUND 20050207

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 20050207
2 Importing P_CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY 20050207
# Exception Resumable Description Created on
1 OBJECT_NOT_FOUND 20050207

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 20060313
2 Returning CONFIG_LIST Value transfer Type reference (TYPE) WDY_CONFIG_HI_TABLE WD: Configuration: interne Tabelle 20060313
3 Importing CONFIG_TEMPLATE Call by reference Type reference (TYPE) CSEQUENCE 20060313

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

Method GET_CONFIG_LIST_4_COMP on class CL_WDR_CONFIGURATION_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-Komponenten der Konfigurationstabellen 20050209
2 Returning DESCRIPTION Value transfer Type reference (TYPE) WDY_MD_DESCRIPTION Kurzbeschreibung eines Objekts 20050209

Method GET_DESCR_4_APPL_CONFIG on class CL_WDR_CONFIGURATION_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-Komponenten der Konfigurationstabellen 20050209
2 Returning DESCRIPTION Value transfer Type reference (TYPE) WDY_MD_DESCRIPTION Kurzbeschreibung eines Objekts 20050209

Method GET_DESCR_4_COMP_CONFIG on class CL_WDR_CONFIGURATION_UTILS has no exception.

Method GET_MAX_AUTHORIZATION_4_CONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY Key-Komponenten der Konfigurationstabellen 20121210
2 Importing IV_CONFIG_TYPE Call by reference Type reference (TYPE) TROBJTYPE Objekttyp 20121210
3 Importing IV_SCOPE Call by reference Type reference (TYPE) WDR_PERS_SCOPE Web Dynpro: Personalisierungsreichweite 20121210
4 Returning RS_RESULT Value transfer Type reference (TYPE) CL_WDR_CONFIGURATION_UTILS=>T_AUTH_CHECK_RESULT 20121123

Method GET_MAX_AUTHORIZATION_4_CONFIG on class CL_WDR_CONFIGURATION_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: Schnittstelle der Metadaten eines Knotens 20080303
2 Returning R_LIST Value transfer Type reference (TYPE) WDY_CONFIG_PRIMARY_TABLE Liste der Primärattribute zu den Knoten 20080303

Method GET_PRIMARY_LIST on class CL_WDR_CONFIGURATION_UTILS has no exception.

Method IS_CONFIG_TRANSPORT_NECESSARY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CTS_OBJECT_ENTRY Call by reference Type reference (TYPE) CTS_OBJECT_ENTRY Web Dynpro: Personalisierungsreichweite 20121123
2 Returning RS_RESULT Value transfer Type reference (TYPE) CL_WDR_CONFIGURATION_UTILS=>T_AUTH_CHECK_RESULT 20121123

Method IS_CONFIG_TRANSPORT_NECESSARY on class CL_WDR_CONFIGURATION_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: Schnittstelle der Metadaten eines Knotens 20100226
2 Returning NODE_INFO_MAP Value transfer Type reference (TYPE) WDY_CFG_CHGTOOL_NODE_INFO_MAP WD Konfiguration, Change-Tool, Knoteninformation 20100226

Method NODE_INFO_2_NODE_INFO_MAP on class CL_WDR_CONFIGURATION_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 20090714
2 Importing ROOT_NODE_INFO Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE_INFO 20090714

Method REC_CREATE_PRIMARY_LIST on class CL_WDR_CONFIGURATION_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 Konfiguration: Liste für Anzeige 20050517

Method UPDATE_APPL_CONFIG_LDEP on class CL_WDR_CONFIGURATION_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 Konfiguration: Liste für Anzeige 20050517

Method UPDATE_COMP_CONFIG_LDEP on class CL_WDR_CONFIGURATION_UTILS has no exception.

Method UPDATE_COMP_CONFIG_WUL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMPONENT_DATA_TABLE Call by reference Type reference (TYPE) WDY_CONFIG_COMP_STRUTAB Component-Struktur für Konfiguration 20071129
2 Importing CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY Key-Komponenten der Konfigurationstabellen 20071129
3 Importing DELETE_CONFIG Call by reference Type reference (TYPE) ABAP_BOOL 20071129

Method UPDATE_COMP_CONFIG_WUL on class CL_WDR_CONFIGURATION_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 20060123
2 Returning OUT_STRING Value transfer Type reference (TYPE) STRING 20060123
# Exception Resumable Description Created on
1 CX_WD_CONFIGURATION Ausnahme-Klasse für die WD-Konfiguration 20060123

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 20060123
2 Returning OUT_XSTRING Value transfer Type reference (TYPE) XSTRING 20060123
# Exception Resumable Description Created on
1 CX_WD_CONFIGURATION Ausnahme-Klasse für die WD-Konfiguration 20060123

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 20060124
2 Returning OUT_XSTRING Value transfer Type reference (TYPE) XSTRING 20060124

Method XML_STRING2XSTRING on class CL_WDR_CONFIGURATION_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 20060123
2 Importing IN_XSTRING Call by reference Type reference (TYPE) XSTRING 20060123
3 Returning OUT_DOM Value transfer Object reference (TYPE REF TO) IF_IXML_DOCUMENT IF_IXML_DOCUMENT 20060123
# Exception Resumable Description Created on
1 CX_WD_CONFIGURATION Ausnahme-Klasse für die WD-Konfiguration 20060123

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 20060124
2 Returning OUT_STRING Value transfer Type reference (TYPE) STRING 20060124

Method XML_XSTRING2STRING on class CL_WDR_CONFIGURATION_UTILS has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 700