SAP ABAP Class /UI2/CL_WDR_CFG_DATA_CONTAINER (Datacontainer for a configuration object)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   CA-UI2-INT-BE (Application Component) Backend Enablement
     /UI2/WD_CONFIGURATION (Package) UI2: WD Configuration
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /UI2/IF_WDR_CFG_DATA_CONTAINER Holds data of an object for API access 20130313
2 Interface implementation (CLASS c. INTERFACES i_ref)  /UI2/IF_WD_CFG_MODIFIER API Change Configuration 20130313
3 Interface implementation (CLASS c. INTERFACES i_ref)  /UI2/IF_WD_CFG_READER Read-Interface for Configurations 20130313
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /UI2/CL_WDR_CFG_APPL_CONTAINER Data Container for Application Configuration 20130314
2 Inheritance (c INHERITING FROM c_ref)  /UI2/CL_WDR_CFG_COPC_CONTAINER Container for customizing and component configuration 20130314
Properties
Class /UI2/CL_WDR_CFG_DATA_CONTAINER  
Short Description Datacontainer for a configuration object    
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 20130313   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /UI2/IF_WD_CFG_TOOL Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 /UI2/IF_WDR_CFG_DATA_CONTAINER Holds data of an object for API access 20130313
2 /UI2/IF_WD_CFG_MODIFIER API Change Configuration 20130313
3 /UI2/IF_WD_CFG_READER Read-Interface for Configurations 20130313
Friends
# Friend Modeled only Created on Description
1 /UI2/CL_WDR_CFG_CHG_TOOL 20130313 Baseclass for configuration API
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CHANGE_INFORMATION Instance attribute Private Type reference (TYPE) WDY_MD_CHANGE_INFORMATION 20130313
2 IS_VERSION Instance attribute Private Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE 20130313
3 OUTLINE_DATA Instance attribute Protected Type reference (TYPE) /UI2/WDY_CFG_OUTLINE_DATA WDA: General Data for the Configuration Editor 20130313
4 READ_KEY Instance attribute Protected Type reference (TYPE) WDY_CONFIG_KEY 20130313
5 SAVE_EMPTY_DESCRIPTION Instance attribute Private Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE 20130313
Methods
# Method Level Visibility Method type Description Created on
1 ADAPT_IMPL Instance method Protected Method 20130313
2 AFTER_SAVE_IMPL Instance method Protected Method 20130313
3 AFTER_SAVE_RAW Instance method Protected Method 20130313
4 CLEAR_IMPL Instance method Protected Method 20130313
5 FILL_IMPL Instance method Protected Method 20130313
6 FILL_RAW Instance method Public Method 20130313
7 GET_DESCRIPTION Instance method Protected Method 20130313
8 NO_VERSION_MESSAGE Instance method Protected Method 20130313
9 PREPARE_CREATE_IMPL Instance method Protected Method 20130313
10 SAVE_IMPL Instance method Protected Method 20130313
11 SAVE_RAW Instance method Protected Method 20130313
12 SET_CONFIGURED_OBJECT Instance method Public Method 20130313
13 SET_DESCRIPTION Instance method Protected Method 20130313
Events
# Event Type Visibility Description Created on
1 XML_READ Instance Event
(0)
Public
(2)
20130313
2 XML_SAVED Instance Event
(0)
Public
(2)
20130313
Types
Class /UI2/CL_WDR_CFG_DATA_CONTAINER has no local type.
Method Signatures

Method ADAPT_IMPL 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 20130313
# Exception Resumable Description Created on
1 /UI2/CX_WD_CFG_TOOL 20130313

Method AFTER_SAVE_IMPL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTION Call by reference Type reference (TYPE) I 20130313
2 Importing DEVCLASS Call by reference Type reference (TYPE) DEVCLASS 20130313
3 Importing ENVIRONMENT Call by reference Type reference (TYPE) I 20130313
4 Importing IS_CREATE Call by reference Type reference (TYPE) WDY_BOOLEAN 20130313
5 Importing TRANSPORT Value transfer Type reference (TYPE) TRKORR 20130313

Method AFTER_SAVE_IMPL on class /UI2/CL_WDR_CFG_DATA_CONTAINER has no exception.

Method AFTER_SAVE_RAW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_WEBDYNPRO_ENV Call by reference Type reference (TYPE) WDY_BOOLEAN 20130313
2 Importing TRANSPORT Call by reference Type reference (TYPE) TRKORR 20130313

Method AFTER_SAVE_RAW on class /UI2/CL_WDR_CFG_DATA_CONTAINER has no exception.

Method CLEAR_IMPL Signature

Method CLEAR_IMPL on class /UI2/CL_WDR_CFG_DATA_CONTAINER has no parameter.
Method CLEAR_IMPL on class /UI2/CL_WDR_CFG_DATA_CONTAINER has no exception.

Method FILL_IMPL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EXISTS Value transfer Type reference (TYPE) WDY_BOOLEAN 20130313
2 Importing FOR_EDIT Call by reference Type reference (TYPE) WDY_BOOLEAN 20130313
3 Importing KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY 20130313
4 Exporting MESSAGES Call by reference Type reference (TYPE) /UI2/IF_WD_CFG_TOOL=>MESSAGES 20130313
5 Importing OBJTYPE Call by reference Type reference (TYPE) TROBJTYPE 20130313

Method FILL_IMPL on class /UI2/CL_WDR_CFG_DATA_CONTAINER has no exception.

Method FILL_RAW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CHANGE_POSSIBLE Call by reference Type reference (TYPE) WDY_BOOLEAN 20130313
2 Importing CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY 20130313
3 Exporting DESCRIPTION Call by reference Type reference (TYPE) WDY_MD_DESCRIPTION 20130313
4 Exporting EXISTS Call by reference Type reference (TYPE) WDY_BOOLEAN 20130313
5 Exporting MESSAGE Call by reference Type reference (TYPE) /UI2/IF_WD_CFG_TOOL=>MESSAGE 20130313
6 Exporting OBJECT_NAME Call by reference Type reference (TYPE) WDY_COMPONENT_NAME Web Dynpro: Component Name 20130313

Method FILL_RAW on class /UI2/CL_WDR_CFG_DATA_CONTAINER has no exception.

Method GET_DESCRIPTION Signature

Method GET_DESCRIPTION on class /UI2/CL_WDR_CFG_DATA_CONTAINER has no parameter.
Method GET_DESCRIPTION on class /UI2/CL_WDR_CFG_DATA_CONTAINER has no exception.

Method NO_VERSION_MESSAGE 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 20130313
2 Changing MESSAGE Call by reference Type reference (TYPE) /UI2/IF_WD_CFG_TOOL=>MESSAGE 20130313
3 Importing VERSION_NUMBER Call by reference Type reference (TYPE) VRSD-VERSNO 20130313

Method NO_VERSION_MESSAGE on class /UI2/CL_WDR_CFG_DATA_CONTAINER has no exception.

Method PREPARE_CREATE_IMPL 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 20130313
2 Exporting MESSAGE Call by reference Type reference (TYPE) /UI2/IF_WD_CFG_TOOL=>MESSAGE 20130313
3 Exporting NO_IMPORT_REQUIRED Call by reference Type reference (TYPE) WDY_BOOLEAN 20130313
4 Changing OBJECT_NAME Call by reference Type reference (TYPE) WDY_COMPONENT_NAME Web Dynpro: Component Name 20130313
5 Importing ORIGINAL_CONFIG Call by reference Type reference (TYPE) WDY_CONFIG_KEY 20130313
6 Importing PARENT Call by reference Type reference (TYPE) WDY_CONFIG_KEY 20130313

Method PREPARE_CREATE_IMPL on class /UI2/CL_WDR_CFG_DATA_CONTAINER has no exception.

Method SAVE_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) /UI2/IF_WD_CFG_TOOL=>MESSAGES 20130313
2 Exporting SAVED Value transfer Type reference (TYPE) WDY_BOOLEAN 20130313
3 Importing SAVE_EMPTY_DESCRIPTION Call by reference Type reference (TYPE) WDY_BOOLEAN 20130313

Method SAVE_IMPL on class /UI2/CL_WDR_CFG_DATA_CONTAINER has no exception.

Method SAVE_RAW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting MESSAGES Call by reference Type reference (TYPE) /UI2/IF_WD_CFG_TOOL=>MESSAGES 20130313
2 Exporting SAVED Value transfer Type reference (TYPE) WDY_BOOLEAN 20130313

Method SAVE_RAW on class /UI2/CL_WDR_CFG_DATA_CONTAINER has no exception.

Method SET_CONFIGURED_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESCRIPTION Call by reference Type reference (TYPE) WDY_MD_DESCRIPTION 20130313
2 Returning MESSAGE Value transfer Type reference (TYPE) /UI2/IF_WD_CFG_TOOL=>MESSAGE 20130313
3 Importing OBJECT_NAME Call by reference Type reference (TYPE) WDY_COMPONENT_NAME 20130313

Method SET_CONFIGURED_OBJECT on class /UI2/CL_WDR_CFG_DATA_CONTAINER has no exception.

Method SET_DESCRIPTION Signature

Method SET_DESCRIPTION on class /UI2/CL_WDR_CFG_DATA_CONTAINER has no parameter.
Method SET_DESCRIPTION on class /UI2/CL_WDR_CFG_DATA_CONTAINER has no exception.
Event Signatures

Event XML_READ Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 XML Exporting Value transfer Type reference (TYPE) XSTRING 20130313

Event XML_SAVED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 XML Exporting Value transfer Type reference (TYPE) XSTRING 20130313
History
Last changed by/on SAP  20131127 
SAP Release Created in 100