SAP ABAP Class IF_WDR_CFG_ANALYZE_CONFIG_DATA (Tool for Analyzing Configuration Data)
Properties
Class IF_WDR_CFG_ANALYZE_CONFIG_DATA  
Short Description Tool for Analyzing Configuration Data    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20080710   SAP 
Last change 20090618   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_WDR_CFG_ANALYZE_CONFIG_DATA has no forward declaration.
Interfaces
Class IF_WDR_CFG_ANALYZE_CONFIG_DATA has no interface implemented.
Friends
Class IF_WDR_CFG_ANALYZE_CONFIG_DATA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_TYPE_KIND Constant Public See coding 20080710
2 EXPL_CONFIG_DATA Instance attribute Public Type reference (TYPE) WDY_CFG_EXPL_DATA_TAB WDA Configuration: Explicit Data 20080805
Methods
# Method Level Visibility Method type Description Created on
1 GET_ATTRIBUTES_FOR_TYPE Instance method Public Method List of All Config. Attributes of a Specific Type 20080710
2 GET_EXPL_CONFIG_DATA Instance method Public Method Returns the explicit configuration data 20080805
3 GET_IMPL_CONFIG_DATA Instance method Public Method Returns the implicit configuration data 20080924
Events
Class IF_WDR_CFG_ANALYZE_CONFIG_DATA has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_ATTRIBUTE_VALUE Public See coding 20080710 begin of ty_s_attribute_value, node_id type string, index type i, node_name type string, attributes type ty_t_name_value, end of ty_s_attribute_value
2 TY_S_NAME_VALUE Public See coding 20080710 begin of TY_S_NAME_VALUE, name type string, value type string, type type ty_s_type, end of ty_s_name_value
3 TY_S_TYPE Public See coding 20080710 begin of ty_s_type, type_name type string, type_kind type i, end of ty_s_type
4 TY_T_ATTRIBUTE_VALUES Public See coding 20080710 ty_t_attribute_values type hashed table of ty_s_attribute_value with unique key node_id index
5 TY_T_NAME_VALUE Public See coding 20080710 ty_t_name_value type standard table of ty_s_name_value with key name
6 TY_T_TYPES Public See coding 20080710 ty_t_types type hashed table of ty_s_type with unique key type_name type_kind
Method Signatures

Method GET_ATTRIBUTES_FOR_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ATTRIBUTES Value transfer Type reference (TYPE) TY_T_ATTRIBUTE_VALUES 20080710
2 Importing TYPES Call by reference Type reference (TYPE) TY_T_TYPES 20080710
# Exception Resumable Description Created on
1 CX_WD_CONFIGURATION Ausnahme-Klasse für die WD-Konfiguration 20080711

Method GET_EXPL_CONFIG_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EXPL_CONFIG_DATA Value transfer Type reference (TYPE) WDY_CFG_EXPL_DATA_TAB WDA Konfiguration: Explizite Daten 20080805
# Exception Resumable Description Created on
1 CX_WD_CONFIGURATION Ausnahme-Klasse für die WD-Konfiguration 20080805

Method GET_IMPL_CONFIG_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IMPL_CONFIG_DATA Value transfer Type reference (TYPE) WDR_UI_PP13N_TABLE Tabelle zur Personalisierung 20080924
# Exception Resumable Description Created on
1 CX_WD_CONFIGURATION Ausnahme-Klasse für die WD-Konfiguration 20080924
History
Last changed by/on SAP  20090618 
SAP Release Created in