SAP ABAP Class CL_WDR_CFG_RAT_GENERIC (Assistance Class for WDR_CFG_RAT_GENERIC)
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_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 20120726
Properties
Class CL_WDR_CFG_RAT_GENERIC  
Short Description Assistance Class for WDR_CFG_RAT_GENERIC    
Super Class CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_CONFIGURATION   Configuration for WD4A 
Created 20120726   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 IF_WD_ADAPTATION_TRACE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_WDR_CFG_RAT_GENERIC has no interface implemented.
Friends
Class CL_WDR_CFG_RAT_GENERIC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_ADAPTATION_TRACE Instance attribute Public Object reference (TYPE REF TO) IF_WD_ADAPTATION_TRACE Trace of Adaptations 20120727
2 MO_COMPONENT Instance attribute Public Object reference (TYPE REF TO) IF_WD_COMPONENT 20120730
3 MO_CONTEXT_ELEMENT Instance attribute Public Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20120730
4 MO_VIEW Instance attribute Public Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API of a View 20120810
5 MO_VIEW_ELEMENT Instance attribute Public Object reference (TYPE REF TO) IF_WD_VIEW_ELEMENT 20120730
6 M_DEVELOPER Instance attribute Public Type reference (TYPE) ABAP_BOOL 20120801
7 M_SELECTED_AGGREGATION_INDEX Instance attribute Public Type reference (TYPE) I 20121023
8 M_SELECTED_ATTR_INDEX Instance attribute Public Type reference (TYPE) I 20121023
9 M_SELECTED_CONFIG_INDEX Instance attribute Public Type reference (TYPE) I 20121023
10 M_SELECTED_PROPERTY_INDEX Instance attribute Public Type reference (TYPE) I 20121023
11 M_SELECTED_TAG_INDEX Instance attribute Public Type reference (TYPE) I 20130610
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_ATTR_LIST_FOR_NODE Instance method Public Method 20120731
2 BUILD_CONFIG_DATA_TABLE Instance method Public Method 20120731
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20120801
4 GET_ADAPTATION_LIST Instance method Public Method Reads the adaptation list 20120730
5 REC_BUILD_CONFIG_DATA_TABLE Instance method Private Method 20120731
6 SET_TEC_HELP_DATA Instance method Public Method Sets the technical help data 20120730
Events
Class CL_WDR_CFG_RAT_GENERIC has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_CONFIG_ATTR Public See coding 20120731 tt_config_attr type standard table of t_config_attr with default key
2 TT_CONFIG_NODE Public See coding 20120731 tt_config_node type standard table of t_config_node with non-unique default key
3 T_CONFIG_ATTR Public See coding 20120731 begin of t_config_attr, name type string, value type string, type type string, is_final type wdy_boolean, is_primary type wdy_boolean, end of t_config_attr
4 T_CONFIG_NODE Public See coding 20120731 begin of t_config_node, node_id type string, name type string, index type i, element_key type string, parent_key type string, expanded type wdy_boolean, is_leaf type wdy_boolean, is_protected type wdy_boolean, end of t_config_node
Method Signatures

Method BUILD_ATTR_LIST_FOR_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ATTR_LIST Value transfer Type reference (TYPE) TT_CONFIG_ATTR 20120731
2 Importing CONFIG_READER Call by reference Object reference (TYPE REF TO) IF_WD_CONFIG_COPE_READER 20120731
3 Importing INDEX Call by reference Type reference (TYPE) I 20120731
4 Importing NODE_ID Call by reference Type reference (TYPE) STRING 20120731
5 Importing NODE_NAME Call by reference Type reference (TYPE) STRING 20120731

Method BUILD_ATTR_LIST_FOR_NODE on class CL_WDR_CFG_RAT_GENERIC has no exception.

Method BUILD_CONFIG_DATA_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONFIG_READER Call by reference Object reference (TYPE REF TO) IF_WD_CONFIG_COPE_READER Lese-Interface für die Component-Konfiguration 20120731
2 Returning NODE_TABLE Value transfer Type reference (TYPE) TT_CONFIG_NODE 20120731

Method BUILD_CONFIG_DATA_TABLE on class CL_WDR_CFG_RAT_GENERIC has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_WDR_CFG_RAT_GENERIC has no parameter.
Method CONSTRUCTOR on class CL_WDR_CFG_RAT_GENERIC has no exception.

Method GET_ADAPTATION_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ADAPTATION_LIST Value transfer Type reference (TYPE) IF_WD_ADAPTATION_TRACE=>TT_ADAPTATION_LIST Trace der Anpassungen=>AdaptationL ist 20120730

Method GET_ADAPTATION_LIST on class CL_WDR_CFG_RAT_GENERIC has no exception.

Method REC_BUILD_CONFIG_DATA_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONFIG_READER Call by reference Object reference (TYPE REF TO) IF_WD_CONFIG_COPE_READER Lese-Interface für Component-Personalisierung 20120731
2 Importing NODE_NAME Call by reference Type reference (TYPE) STRING 20120731
3 Changing NODE_TABLE Call by reference Type reference (TYPE) TT_CONFIG_NODE 20120731
4 Importing PARENT_INDEX Call by reference Type reference (TYPE) I 20120731
5 Importing PARENT_NODE_ID Call by reference Type reference (TYPE) STRING 20120731
6 Importing PARENT_PATH Call by reference Type reference (TYPE) STRING 20120731

Method REC_BUILD_CONFIG_DATA_TABLE on class CL_WDR_CFG_RAT_GENERIC has no exception.

Method SET_TEC_HELP_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Schnittstelle für ein Knotenelement 20120730
2 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW Web Dynpro: API eines Views 20120810
3 Importing VIEW_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_VIEW_ELEMENT Web Dynpro: API View Element 20120730

Method SET_TEC_HELP_DATA on class CL_WDR_CFG_RAT_GENERIC has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 740