SAP ABAP Class CL_WDR_CONFIG_COPC_CONTAINER (Data Container for Component Configuration or Customizing)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_CONFIGURATION (Package) Configuration for WD4A
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WDR_CONFIG_DATA_CONTAINER Data Container for Configuration Object 20090805
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WDR_CONFIG_MODIFIER_COMP Access to Properties of a Component Configuration 20100811
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_ADAPT_IMPLICIT_MODIFIER Modify Implicit Adaptations 20100616
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_ADAPT_IMPLICIT_READER Read Implicit Adaptations 20100615
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_CONFIG_COMP_MODIFIER API Change Component Configuration 20090807
6 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_CONFIG_COMP_READER Read Interface for the Component Configuration 20090805
7 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_PERS_TABLE_MODIFIER To Read and Change Component Configuration as a Table 20091113
8 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_PERS_TABLE_READER Reads the configuration data as a table 20090805
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WDR_CONFIG_COMP_CONTAINER Data Container for a Component Configuration 20090805
2 Inheritance (c INHERITING FROM c_ref)  CL_WDR_CONFIG_COUS_CONTAINER Data Container for a Component Customizing 20101001
Properties
Class CL_WDR_CONFIG_COPC_CONTAINER  
Short Description Data Container for Component Configuration or Customizing    
Super Class CL_WDR_CONFIG_DATA_CONTAINER Data Container for Configuration Object 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_CONFIGURATION   Configuration for WD4A 
Created 20090805   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_WDR_CFG_CONTEXT_MODEL Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_WDR_CFG_PERSISTENCE_UTILS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 IF_WD_CONFIG_TOOL Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_WDR_CONFIG_MODIFIER_COMP Access to Properties of a Component Configuration 20100811
2 IF_WD_ADAPT_IMPLICIT_MODIFIER Modify Implicit Adaptations 20100616
3 IF_WD_ADAPT_IMPLICIT_READER Read Implicit Adaptations 20100615
4 IF_WD_CONFIG_COMP_MODIFIER API Change Component Configuration 20090807
5 IF_WD_CONFIG_COMP_READER Read Interface for the Component Configuration 20090805
6 IF_WD_PERS_TABLE_MODIFIER To Read and Change Component Configuration as a Table 20091113
7 IF_WD_PERS_TABLE_READER Reads the configuration data as a table 20090805
Friends
Class CL_WDR_CONFIG_COPC_CONTAINER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BASE_CONTEXT Instance attribute Protected Object reference (TYPE REF TO) CL_WDR_CFG_CONTEXT_MODEL=>CONTEXT 20100901
2 CONFIG_PROPS Instance attribute Protected Type reference (TYPE) WDY_CONFIG_PROPS Configuraton Properties of Component 20100811
3 CONTEXT_MODEL Instance attribute Protected Object reference (TYPE REF TO) CL_WDR_CFG_CONTEXT_MODEL Model for the Status of a Context 20090805
4 IMPLICIT_CONFIG Instance attribute Protected Object reference (TYPE REF TO) CL_WDR_ADAPT_IMPLICIT_API Table for Personalization 20090811
5 IMPLICIT_METADATA Instance attribute Protected Object reference (TYPE REF TO) IF_WDR_ADAPT_IMPLICIT_METADATA Information Web Dynpro Component 20101229
6 IMPL_TAB_BASE Instance attribute Protected Object reference (TYPE REF TO) WDR_UI_PP13N_TABLE Table for Personalization 20100901
7 IS_DELTA Instance attribute Protected Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20100901
8 MD_PROVIDER Instance attribute Private Object reference (TYPE REF TO) IF_WDR_CFG_MD_PROVIDER Gets config metadata for a component 20101229
9 METADATA Instance attribute Protected Object reference (TYPE REF TO) WDY_CFG_CHGTOOL_NODE_INFO_MAP WD Configuration, Change Tool, List of Node Details 20100901
10 PATH_SEPARATOR Constant Protected Type reference (TYPE) CHAR1 '.' Separator for Path 20130124
11 SAVED_COMP Instance attribute Protected Type reference (TYPE) WDY_CONFIG_DATA Configuration Data for Web Dynpro Components 20090821
12 SCOPE Instance attribute Private Type reference (TYPE) WDR_PERS_SCOPE Web Dynpro: Personalization Range 20090805
13 SCOPE_TO_KEYS Instance attribute Protected Type reference (TYPE) CL_WDR_CFG_PERSISTENCE_UTILS=>TTY_CHANGE_SCOPE_TO_KEY 20100901
14 TRANSLATOR Instance attribute Protected Object reference (TYPE REF TO) IF_WDR_CONFIG_OTR Configuration Texts 20090811
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090805
2 FILL_WITH_CONFIG_DATA Instance method Protected Method 20100525
3 GET_MD_PROVIDER Instance method Protected Method 20101215
4 GET_NODE_ID_FOR_EXPL_PATH Instance method Protected Method 20130124
5 GET_READ_SCENARIO Instance method Protected Method 20100901
6 GET_SCOPE_FROM_LIST Static method Protected Method 20100901
7 GET_TRANSLATOR Instance method Protected Method 20100318
8 GET_XCONTENT_FOR_SAVE Instance method Protected Method 20090811
9 NODE_PATH_TO_PATH Static method Public Method Conversion of Structured Node Path into a String 20091113
10 PATH_TO_NODE_PATH Static method Public Method Conversion of String into Structured Node Path 20091113
11 PREPARE_CREATE_COPC Instance method Protected Method 20100901
12 SAVE_RAW_IMPL Instance method Protected Method 20100813
13 STORE_TEXTS Instance method Private Method 20090805
Events
Class CL_WDR_CONFIG_COPC_CONTAINER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_NODE_ITEM Protected See coding 20130124 begin of ts_node_item, path type string, index type i, node_id type CL_WDR_CFG_CONTEXT_MODEL=>NODE_ID, end of ts_node_item
2 TT_NODE_ITEM Protected See coding 20130124 tt_node_item type HASHED TABLE OF ts_node_item with unique key path
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MD_PROVIDER Call by reference Object reference (TYPE REF TO) IF_WDR_CFG_MD_PROVIDER Besorgt Konfig-Metadaten zu einer Komponente 20101229
2 Importing SCOPE Value transfer Type reference (TYPE) WDR_PERS_SCOPE 20090805

Method CONSTRUCTOR on class CL_WDR_CONFIG_COPC_CONTAINER has no exception.

Method FILL_WITH_CONFIG_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EXISTS Call by reference Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20100525
2 Importing FOR_EDIT Call by reference Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20100525
3 Importing KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY Key-Komponenten der Konfigurationstabellen 20100525
4 Exporting MESSAGES Call by reference Type reference (TYPE) IF_WD_CONFIG_TOOL=>MESSAGES 20100525
5 Exporting PARENT Call by reference Type reference (TYPE) WDY_CONFIG_KEY Key-Komponenten der Konfigurationstabellen 20100901
6 Importing SKIP_ENHANCEMENTS Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20140625

Method FILL_WITH_CONFIG_DATA on class CL_WDR_CONFIG_COPC_CONTAINER has no exception.

Method GET_MD_PROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning MD_PROVIDER Value transfer Object reference (TYPE REF TO) IF_WDR_CFG_MD_PROVIDER Besorgt Konfig-Metadaten zu einer Komponente 20101215

Method GET_MD_PROVIDER on class CL_WDR_CONFIG_COPC_CONTAINER has no exception.

Method GET_NODE_ID_FOR_EXPL_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_NODE_ITEM Call by reference Type reference (TYPE) TT_NODE_ITEM 20130124
2 Importing IS_EXPL_DATA Call by reference Type reference (TYPE) WDY_CFG_EXPL_DATA 20130124
3 Returning RS_NODE_ITEM Value transfer Type reference (TYPE) TS_NODE_ITEM 20130124

Method GET_NODE_ID_FOR_EXPL_PATH on class CL_WDR_CONFIG_COPC_CONTAINER has no exception.

Method GET_READ_SCENARIO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning READ_SCENARIO Value transfer Type reference (TYPE) WDR_CFG_READ_SCENARIO Leseszenario für Konfigurationen 20100901

Method GET_READ_SCENARIO on class CL_WDR_CONFIG_COPC_CONTAINER has no exception.

Method GET_SCOPE_FROM_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHANGE_SCOPE Value transfer Type reference (TYPE) WDR_PERS_SCOPE Web Dynpro: Personalisierungsreichweite 20100901
2 Importing SCOPE_TO_KEYS Call by reference Type reference (TYPE) CL_WDR_CFG_PERSISTENCE_UTILS=>TTY_CHANGE_SCOPE_TO_KEY 20100901

Method GET_SCOPE_FROM_LIST on class CL_WDR_CONFIG_COPC_CONTAINER has no exception.

Method GET_TRANSLATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY Key-Komponenten der Konfigurationstabellen 20100318
2 Returning TRANSLATOR Value transfer Object reference (TYPE REF TO) IF_WDR_CONFIG_OTR Texte für Konfiguration 20100318

Method GET_TRANSLATOR on class CL_WDR_CONFIG_COPC_CONTAINER has no exception.

Method GET_XCONTENT_FOR_SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting MESSAGE Call by reference Type reference (TYPE) IF_WD_CONFIG_TOOL=>MESSAGE 20090811
2 Exporting XCONTENT Call by reference Type reference (TYPE) XSTRING 20090811

Method GET_XCONTENT_FOR_SAVE on class CL_WDR_CONFIG_COPC_CONTAINER has no exception.

Method NODE_PATH_TO_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_PATH Call by reference Type reference (TYPE) CL_WDR_CFG_CONTEXT_MODEL=>NODE_PATH 20091113
2 Returning PATH Value transfer Type reference (TYPE) STRING 20091113

Method NODE_PATH_TO_PATH on class CL_WDR_CONFIG_COPC_CONTAINER has no exception.

Method PATH_TO_NODE_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NODE_PATH Value transfer Type reference (TYPE) CL_WDR_CFG_CONTEXT_MODEL=>NODE_PATH 20091113
2 Importing PATH Call by reference Type reference (TYPE) STRING 20091113

Method PATH_TO_NODE_PATH on class CL_WDR_CONFIG_COPC_CONTAINER has no exception.

Method PREPARE_CREATE_COPC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting BASE_CONTEXT Call by reference Object reference (TYPE REF TO) CL_WDR_CFG_CONTEXT_MODEL=>CONTEXT 20100901
2 Importing CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY Key-Komponenten der Konfigurationstabellen 20100901
3 Exporting CONFIG_PROPS Call by reference Type reference (TYPE) WDY_CONFIG_PROPS Konfigurationseigenschaften einer Komponente 20100901
4 Exporting IMPLICIT_METADATA Call by reference Object reference (TYPE REF TO) IF_WDR_ADAPT_IMPLICIT_METADATA Information Web Dynpro Komponente 20101229
5 Exporting IMPL_TAB_BASE Call by reference Object reference (TYPE REF TO) WDR_UI_PP13N_TABLE Tabelle zur Personalisierung 20100901
6 Exporting IS_DELTA Call by reference Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20100901
7 Exporting MESSAGE Call by reference Type reference (TYPE) IF_WD_CONFIG_TOOL=>MESSAGE 20100901
8 Exporting METADATA Call by reference Object reference (TYPE REF TO) WDY_CFG_CHGTOOL_NODE_INFO_MAP WD Konfiguration, Change-Tool, Liste der Knoteninformationen 20100901
9 Changing OBJECT_NAME Call by reference Type reference (TYPE) WDY_CONF_COMP_NAME Web Dynpro : Name der Component 20100901
10 Importing PARENT Call by reference Type reference (TYPE) WDY_CONFIG_KEY Key-Komponenten der Konfigurationstabellen 20100901
11 Exporting SCOPE_TO_KEYS Call by reference Type reference (TYPE) CL_WDR_CFG_PERSISTENCE_UTILS=>TTY_CHANGE_SCOPE_TO_KEY 20100901

Method PREPARE_CREATE_COPC on class CL_WDR_CONFIG_COPC_CONTAINER has no exception.

Method SAVE_RAW_IMPL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting MESSAGES Call by reference Type reference (TYPE) IF_WD_CONFIG_TOOL=>MESSAGES 20100813
2 Exporting SAVED Value transfer Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20100813

Method SAVE_RAW_IMPL on class CL_WDR_CONFIG_COPC_CONTAINER has no exception.

Method STORE_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_CONFIG_DATA Call by reference Type reference (TYPE) WDY_CFG_EXPL_DATA_TAB WDA Konfiguration: Explizite Daten 20090805
2 Changing C_IMPLICIT_CONFIG Call by reference Type reference (TYPE) WDR_UI_PP13N_TABLE Tabelle zur Personalisierung 20100616
3 Importing I_TRANSLATOR Call by reference Object reference (TYPE REF TO) IF_WDR_CONFIG_OTR Texte für Konfiguration 20090805

Method STORE_TEXTS on class CL_WDR_CONFIG_COPC_CONTAINER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 800