SAP ABAP Interface IF_WDK_NODE_REGISTRATION (Interface for registration of nodes)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   BC-MUS (Application Component) Musing Tools
     WDK_CONTROLLER (Package) Kayak Controller
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_WDK_NODE_VALUES Helperclass for storing Node values 20070322
Properties
Interface IF_WDK_NODE_REGISTRATION  
Short Description Interface for registration of nodes    
General Data
Package WDK_CONTROLLER   Kayak Controller 
Created 20061206   SAP 
Last changed 20070911   SAP 
Unicode checks active    
Forward declarations
Interface IF_WDK_NODE_REGISTRATION has no forward declaration.
Interfaces
Interface IF_WDK_NODE_REGISTRATION has no interface.
Friends
Interface IF_WDK_NODE_REGISTRATION has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_STATE_ALL Constant Public Type reference (TYPE) WDK_FPSTATE '***' All states 20070322
2 CT_NODES Static Attribute Public Type reference (TYPE) TT_REGISTERED_NODE Registered nodes 20070322
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR_REGISTRATION Instance method Public Method Deregister everything 20070322
2 DEREGISTER_NODE Instance method Public Method Deregister node 20070322
3 REGISTER_NODE Instance method Public Method Register node 20070322
Events
Interface IF_WDK_NODE_REGISTRATION has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_REGISTERED_NODE Public See coding Registered Nodes 20070322 begin of ts_registered_node, path type string, state type wdk_fpstate, end of ts_registered_node
2 TT_REGISTERED_NODE Public See coding Table of registered nodes 20070322 tt_registered_node type STANDARD TABLE OF ts_registered_node with DEFAULT KEY
Method Signatures

Method CLEAR_REGISTRATION Signature

Method CLEAR_REGISTRATION on Interface IF_WDK_NODE_REGISTRATION has no parameter.
Method CLEAR_REGISTRATION on Interface IF_WDK_NODE_REGISTRATION has no exception.

Method DEREGISTER_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20070322
2 Importing IV_STATE Call by reference Type reference (TYPE) WDK_FPSTATE Floorplan state 20070322
# Exception Resumable Description Created on
1 CX_WDK_CONTROLLER Error in controller 20070322

Method REGISTER_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20070322
2 Importing IV_STATE Call by reference Type reference (TYPE) WDK_FPSTATE 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