SAP ABAP Class CL_WDR_CONFIG_DATA_CONTAINER (Data Container for Configuration Object)
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 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WDR_CONFIG_DATA_CONTAINER Holds the data of an object for the API 20100312
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WDR_CONFIG_MODIFIER Access to Properties of a Configuration Object 20100506
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_CONFIG_MODIFIER API Change Configuration 20090529
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_CONFIG_READER Read Interface for Configurations 20090529
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WDR_CONFIG_APPL_CONTAINER Data Container for an Application Configuration 20090529
2 Inheritance (c INHERITING FROM c_ref)  CL_WDR_CONFIG_COPC_CONTAINER Data Container for Component Configuration or Customizing 20090805
Properties
Class CL_WDR_CONFIG_DATA_CONTAINER  
Short Description Data Container for Configuration Object    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_CONFIGURATION   Configuration for WD4A 
Created 20090529   SAP 
Last change 20131127   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 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_DATA_CONTAINER Holds the data of an object for the API 20100312
2 IF_WDR_CONFIG_MODIFIER Access to Properties of a Configuration Object 20100506
3 IF_WD_CONFIG_MODIFIER API Change Configuration 20090529
4 IF_WD_CONFIG_READER Read Interface for Configurations 20090529
Friends
# Friend Modeled only Created on Description
1 CL_WDR_CFG_CHANGE_TOOL 20090529 Base Class 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 Web Dynpro: Change Data of a Web Dynpro Object 20091104
2 IS_VERSION Instance attribute Private Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE Replacement for Real Boolean Type: 'X' == True '' == False 20100701
3 OUTLINE_DATA Instance attribute Protected Type reference (TYPE) WDY_CFG_OUTLINE_DATA WDA: General Data for the Configuration Editor 20130124
4 READ_KEY Instance attribute Protected Type reference (TYPE) WDY_CONFIG_KEY Key Components of Configuration Tables 20130124
5 SAVE_EMPTY_DESCRIPTION Instance attribute Private Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE Replacement for Real Boolean Type: 'X' == True '' == False 20110216
6 VERSION Instance attribute Private Type reference (TYPE) WDY_CONFIG_VERSNO Version Number in WDA Configurations 20100701
Methods
# Method Level Visibility Method type Description Created on
1 ADAPT_IMPL Instance method Protected Method Adapt the contained data to a different key 20090529
2 AFTER_SAVE_IMPL Instance method Protected Method Postprocess After SAVE 20090529
3 AFTER_SAVE_RAW Instance method Protected Method 20100514
4 CLEAR_IMPL Instance method Protected Method Delete all Contained Data 20090529
5 FILL_IMPL Instance method Protected Method Read Data 20090529
6 FILL_RAW Instance method Public Method 20100512
7 FILL_VERSION_IMPL Instance method Protected Method 20100527
8 GET_DESCRIPTION Instance method Protected Method 20090529
9 NO_VERSION_MESSAGE Instance method Protected Method 20100528
10 PREPARE_CREATE_IMPL Instance method Protected Method 20090812
11 SAVE_IMPL Instance method Protected Method Save the Data 20090529
12 SAVE_RAW Instance method Protected Method 20100514
13 SET_CONFIGURED_OBJECT Instance method Public Method 20100512
14 SET_DESCRIPTION Instance method Protected Method 20090529
Events
# Event Type Visibility Description Created on
1 XML_READ Instance Event
(0)
Public
(2)
Triggered if an XML file was read 20090814
2 XML_SAVED Instance Event
(0)
Public
(2)
Triggered if an XML file was saved 20090814
Types
Class CL_WDR_CONFIG_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 Key-Komponenten der Konfigurationstabellen 20090529
# Exception Resumable Description Created on
1 CX_WD_CONFIG_TOOL Exceptions der Config-API 20090529

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 20090529
2 Importing DEVCLASS Call by reference Type reference (TYPE) DEVCLASS Paket 20090529
3 Importing ENVIRONMENT Call by reference Type reference (TYPE) I 20100420
4 Importing IS_CREATE Call by reference Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20090529
5 Importing TRANSPORT Value transfer Type reference (TYPE) TRKORR Auftrag/Aufgabe 20090529

Method AFTER_SAVE_IMPL on class CL_WDR_CONFIG_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 Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20100514
2 Importing TRANSPORT Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20100514

Method AFTER_SAVE_RAW on class CL_WDR_CONFIG_DATA_CONTAINER has no exception.

Method CLEAR_IMPL Signature

Method CLEAR_IMPL on class CL_WDR_CONFIG_DATA_CONTAINER has no parameter.
Method CLEAR_IMPL on class CL_WDR_CONFIG_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 Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20090529
2 Importing FOR_EDIT Call by reference Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20100316
3 Importing KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY Key-Komponenten der Konfigurationstabellen 20090529
4 Exporting MESSAGES Call by reference Type reference (TYPE) IF_WD_CONFIG_TOOL=>MESSAGES 20090604
5 Importing OBJTYPE Call by reference Type reference (TYPE) TROBJTYPE Objekttyp 20100525

Method FILL_IMPL on class CL_WDR_CONFIG_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 Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20100512
2 Importing CONFIG_KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY Key-Komponenten der Konfigurationstabellen 20100514
3 Exporting DESCRIPTION Call by reference Type reference (TYPE) WDY_MD_DESCRIPTION Web Dynpro : Kurzbeschreibung eines Objekts 20100610
4 Exporting EXISTS Call by reference Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20100610
5 Exporting MESSAGE Call by reference Type reference (TYPE) IF_WD_CONFIG_TOOL=>MESSAGE 20100610
6 Exporting OBJECT_NAME Call by reference Type reference (TYPE) WDY_CONF_COMP_NAME Web Dynpro : Name der Component 20100512

Method FILL_RAW on class CL_WDR_CONFIG_DATA_CONTAINER has no exception.

Method FILL_VERSION_IMPL 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 20100527
2 Importing KEY Call by reference Type reference (TYPE) WDY_CONFIG_KEY Key-Komponenten der Konfigurationstabellen 20100527
3 Exporting MESSAGES Call by reference Type reference (TYPE) IF_WD_CONFIG_TOOL=>MESSAGES 20100527
4 Importing VERSION_NUMBER Call by reference Type reference (TYPE) VRSD-VERSNO Versionsverwaltung: Versionsnummer 20100527

Method FILL_VERSION_IMPL on class CL_WDR_CONFIG_DATA_CONTAINER has no exception.

Method GET_DESCRIPTION Signature

Method GET_DESCRIPTION on class CL_WDR_CONFIG_DATA_CONTAINER has no parameter.
Method GET_DESCRIPTION on class CL_WDR_CONFIG_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 Key-Komponenten der Konfigurationstabellen 20100528
2 Changing MESSAGE Call by reference Type reference (TYPE) IF_WD_CONFIG_TOOL=>MESSAGE 20100528
3 Importing VERSION_NUMBER Call by reference Type reference (TYPE) VRSD-VERSNO Versionsverwaltung: Versionsnummer 20100528

Method NO_VERSION_MESSAGE on class CL_WDR_CONFIG_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 Key-Komponenten der Konfigurationstabellen 20090812
2 Exporting MESSAGE Call by reference Type reference (TYPE) IF_WD_CONFIG_TOOL=>MESSAGE 20090812
3 Exporting NO_IMPORT_REQUIRED Call by reference Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20090812
4 Changing OBJECT_NAME Call by reference Type reference (TYPE) WDY_CONF_COMP_NAME Web Dynpro : Name der Component 20090812
5 Importing ORIGINAL_CONFIG Call by reference Type reference (TYPE) WDY_CONFIG_KEY Schlüssel für Delegations-Enhancement 20101012
6 Importing PARENT Call by reference Type reference (TYPE) WDY_CONFIG_KEY Key-Komponenten der Konfigurationstabellen 20100901

Method PREPARE_CREATE_IMPL on class CL_WDR_CONFIG_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) IF_WD_CONFIG_TOOL=>MESSAGES 20090529
2 Exporting SAVED Value transfer Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20090529
3 Importing SAVE_EMPTY_DESCRIPTION Call by reference Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20110216

Method SAVE_IMPL on class CL_WDR_CONFIG_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) IF_WD_CONFIG_TOOL=>MESSAGES 20100514
2 Exporting SAVED Value transfer Type reference (TYPE) WDY_BOOLEAN Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20100514

Method SAVE_RAW on class CL_WDR_CONFIG_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 Web Dynpro : Kurzbeschreibung eines Objekts 20100610
2 Returning MESSAGE Value transfer Type reference (TYPE) IF_WD_CONFIG_TOOL=>MESSAGE 20100512
3 Importing OBJECT_NAME Call by reference Type reference (TYPE) WDY_CONF_COMP_NAME Web Dynpro : Name der Component 20100512

Method SET_CONFIGURED_OBJECT on class CL_WDR_CONFIG_DATA_CONTAINER has no exception.

Method SET_DESCRIPTION Signature

Method SET_DESCRIPTION on class CL_WDR_CONFIG_DATA_CONTAINER has no parameter.
Method SET_DESCRIPTION on class CL_WDR_CONFIG_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 20090814

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 20090814
History
Last changed by/on SAP  20131127 
SAP Release Created in 800