SAP ABAP Class CL_WDK_NODE_VALUES (Helperclass for storing Node values)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   BC-MUS (Application Component) Musing Tools
     WDK_CONTROLLER (Package) Kayak Controller
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WDK_NODE_REGISTRATION Interface for registration of nodes 20070322
Properties
Class CL_WDK_NODE_VALUES  
Short Description Helperclass for storing Node values    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package WDK_CONTROLLER   Kayak Controller 
Created 20061207   SAP 
Last change 20070911   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_WDK_NODE_REGISTRATION Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_WDK_NODE_REGISTRATION Interface for registration of nodes 20070322
Friends
Class CL_WDK_NODE_VALUES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_STATE_ALL Instance attribute Private Attribute reference (LIKE) 20070322
2 CT_NODES Instance attribute Private Attribute reference (LIKE) 20070322
Methods
# Method Level Visibility Method type Description Created on
1 IS_EQUAL Static method Public Method Test iff equal 20070322
2 RESTORE_VALUES Instance method Public Method Restore values from registered nodes 20070322
3 STORE_VALUES Instance method Public Method Returns values of registered nodes 20070322
Events
Class CL_WDK_NODE_VALUES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_ELEMENT_VALUE Public See coding 20070322 begin of ts_element_value, index type i, size type i, value type xstring, end of ts_element_value
2 TS_NODE_VALUE Public See coding Value of flat node structure 20070322 BEGIN OF ts_node_value, key TYPE string, values type tt_element_value, END OF ts_node_value
3 TT_ELEMENT_VALUE Public See coding 20070322 tt_element_value type STANDARD TABLE OF ts_element_value WITH DEFAULT KEY
4 TT_NODE_VALUE Public See coding Table of values 20070322 tt_node_value TYPE STANDARD TABLE OF ts_node_value WITH DEFAULT KEY
Method Signatures

Method IS_EQUAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_VALUES1 Call by reference Type reference (TYPE) TT_NODE_VALUE 20070322
2 Importing IT_VALUES2 Call by reference Type reference (TYPE) TT_NODE_VALUE 20070322
3 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20070322

Method IS_EQUAL on class CL_WDK_NODE_VALUES has no exception.

Method RESTORE_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT Web Dynpro Context 20070322
2 Importing IT_VALUES Call by reference Type reference (TYPE) TT_NODE_VALUE Table of values of flat node structures 20070322
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER Error in controller 20070322

Method STORE_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_VALUE Call by reference Type reference (TYPE) TT_NODE_VALUE Table of values of flat node structures 20070322
2 Importing IR_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT Web Dynpro Context 20070322
3 Importing IV_STATE Call by reference Type reference (TYPE) WDK_FPSTATE IF_WDK_NODE_REGISTRATION=>CO_STATE_ALL Floorplan state 20070322
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER Error in controller 20070322
History
Last changed by/on SAP  20070911 
SAP Release Created in