SAP ABAP Class CL_WDR_ADAPT_CONTENT_TABLE (Content as Table)
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_ADAPT_CONTENT_HANDLER Manages the explicit adaptation data 20091110
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_PERS_TABLE_MODIFIER To Read and Change Component Configuration as a Table 20091116
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_PERS_TABLE_READER Reads the configuration data as a table 20091116
Properties
Class CL_WDR_ADAPT_CONTENT_TABLE  
Short Description Content as Table    
Super Class CL_WDR_ADAPT_CONTENT_HANDLER Manages the explicit adaptation data 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_CONFIGURATION   Configuration for WD4A 
Created 20091110   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)
Interfaces
# Interface Abstract Final Description Created on
1 IF_WD_PERS_TABLE_MODIFIER To Read and Change Component Configuration as a Table 20091116
2 IF_WD_PERS_TABLE_READER Reads the configuration data as a table 20091116
Friends
Class CL_WDR_ADAPT_CONTENT_TABLE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_NODE_IDS_TO_PATHS Instance attribute Private Type reference (TYPE) NODE_IDS_TO_PATHS 20091116
2 M_USE_PATH_AS_NODE_ID Instance attribute Private Type reference (TYPE) WDY_BOOLEAN 20091116
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20091116
2 NODE_ID_TO_STRING Instance method Private Method 20091116
3 STRING_TO_NODE_ID Instance method Private Method 20091116
Events
Class CL_WDR_ADAPT_CONTENT_TABLE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 NODE_IDS_TO_PATHS Private See coding 20091113 node_ids_to_paths type hashed table of node_id_to_path with unique key node_id with unique hashed key path components path
2 NODE_ID_TO_PATH Private See coding 20091113 begin of node_id_to_path, node_id type cl_wdr_cfg_context_model=>node_id, path type string, end of node_id_to_path
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DELTA Call by reference Type reference (TYPE) WDY_BOOLEAN 20091116
2 Importing ROOT_NODE Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE 20091116
3 Importing SCOPE Call by reference Type reference (TYPE) WDR_PERS_SCOPE 20091116
4 Importing USE_PATH_AS_NODE_ID Value transfer Type reference (TYPE) WDY_BOOLEAN 20091116

Method CONSTRUCTOR on class CL_WDR_ADAPT_CONTENT_TABLE has no exception.

Method NODE_ID_TO_STRING Signature

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

Method NODE_ID_TO_STRING on class CL_WDR_ADAPT_CONTENT_TABLE has no exception.

Method STRING_TO_NODE_ID Signature

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

Method STRING_TO_NODE_ID on class CL_WDR_ADAPT_CONTENT_TABLE has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 800