SAP ABAP Class CL_WDR_WIZARD (Internal Handler Class for Wizard Component)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_WIZARD (Package) Wizard Component
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 20050708
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_WIZARD Wizard Component 20050708
Properties
Class CL_WDR_WIZARD  
Short Description Internal Handler Class for Wizard Component    
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_WIZARD   Wizard Component 
Created 20050708   SAP 
Last change 20080612   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_WDR_WIZARD has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_WD_WIZARD Wizard Component 20050708
Friends
Class CL_WDR_WIZARD has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_COMP_CNTR_CONTEXT Instance attribute Protected Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20051104
2 M_CONTENT_API Instance attribute Protected Object reference (TYPE REF TO) IF_WD_CONTROLLER Web Dynpro: Controller Interface 20050908
3 M_CONTENT_CINTF Instance attribute Protected Object reference (TYPE REF TO) IWCI_WDR_WIZARD_CONTENT_INTF Web Dynpro Interface INTERFACECONTROLLER 20050908
4 M_CONTENT_HANDLER Instance attribute Protected Object reference (TYPE REF TO) IF_WD_WIZARD_CONTENT Interface to Access Content of a Wizard 20050908
5 M_NUM_LEVELS Instance attribute Public Type reference (TYPE) I Display of Level 20050909
6 M_RUNTIME_STEPS Instance attribute Protected Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20051104
Methods
# Method Level Visibility Method type Description Created on
1 ADJUST_STEPS Instance method Protected Method Adapts the steps to the actual status of the FSM 20050909
2 GET_CUR_STEP Instance method Protected Method 20051104
3 GET_NEXT_STEP Instance method Protected Method 20051104
4 GET_PREV_STEP Instance method Protected Method 20051104
5 GET_STEP_BY_ID Instance method Protected Method 20051104
6 GET_TEXT Instance method Public Method 20050908
7 INIT Instance method Public Method Internal Initialization 20050711
8 ON_CANCEL Instance method Public Method 20050908
9 ON_FIRST_TIME_VISITED Instance method Protected Method 20051104
10 ON_NAVIGATE Instance method Public Method 20051104
11 ON_NEXT Instance method Public Method 20050908
12 ON_OK Instance method Public Method 20050908
13 ON_PREVIOUS Instance method Public Method 20050908
14 ON_REVISITED Instance method Protected Method 20051104
Events
Class CL_WDR_WIZARD has no event.
Types
Class CL_WDR_WIZARD has no local type.
Method Signatures

Method ADJUST_STEPS Signature

Method ADJUST_STEPS on class CL_WDR_WIZARD has no parameter.
Method ADJUST_STEPS on class CL_WDR_WIZARD has no exception.

Method GET_CUR_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CUR_STEP Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Schnittstelle für ein Knotenelement 20051104

Method GET_CUR_STEP on class CL_WDR_WIZARD has no exception.

Method GET_NEXT_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_NEXT_STEP Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Schnittstelle für ein Knotenelement 20051104

Method GET_NEXT_STEP on class CL_WDR_WIZARD has no exception.

Method GET_PREV_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_PREV_STEP Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Schnittstelle für ein Knotenelement 20051104

Method GET_PREV_STEP on class CL_WDR_WIZARD has no exception.

Method GET_STEP_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STEP_ID Value transfer Type reference (TYPE) STRING 20051104
2 Returning R_STEP Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Schnittstelle für ein Knotenelement 20051104

Method GET_STEP_BY_ID on class CL_WDR_WIZARD has no exception.

Method GET_TEXT Signature

Method GET_TEXT on class CL_WDR_WIZARD has no parameter.
Method GET_TEXT on class CL_WDR_WIZARD has no exception.

Method INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMP_CNTR_CONTEXT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE WebDynpro: Schnittstelle für Kontext Knoten 20051104
2 Importing I_CONTENT_API Value transfer Object reference (TYPE REF TO) IF_WD_CONTROLLER WebDynpro: Controller Schnittstelle 20050908
3 Importing I_CONTENT_CINTF Value transfer Object reference (TYPE REF TO) IWCI_WDR_WIZARD_CONTENT_INTF WebDynpro Interface INTERFACECONTROLLER 20050908
4 Importing I_CONTENT_HANDLER Value transfer Object reference (TYPE REF TO) IF_WD_WIZARD_CONTENT Interface für Zugriff auf Inhalt eines Wizards 20050908

Method INIT on class CL_WDR_WIZARD has no exception.

Method ON_CANCEL Signature

Method ON_CANCEL on class CL_WDR_WIZARD has no parameter.
Method ON_CANCEL on class CL_WDR_WIZARD has no exception.

Method ON_FIRST_TIME_VISITED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CUR_STEP Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Schnittstelle für ein Knotenelement 20051104
2 Importing I_OLD_STEP Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Schnittstelle für ein Knotenelement 20051104

Method ON_FIRST_TIME_VISITED on class CL_WDR_WIZARD has no exception.

Method ON_NAVIGATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TARGET_STEP_ID Value transfer Type reference (TYPE) STRING 20051104

Method ON_NAVIGATE on class CL_WDR_WIZARD has no exception.

Method ON_NEXT Signature

Method ON_NEXT on class CL_WDR_WIZARD has no parameter.
Method ON_NEXT on class CL_WDR_WIZARD has no exception.

Method ON_OK Signature

Method ON_OK on class CL_WDR_WIZARD has no parameter.
Method ON_OK on class CL_WDR_WIZARD has no exception.

Method ON_PREVIOUS Signature

Method ON_PREVIOUS on class CL_WDR_WIZARD has no parameter.
Method ON_PREVIOUS on class CL_WDR_WIZARD has no exception.

Method ON_REVISITED Signature

Method ON_REVISITED on class CL_WDR_WIZARD has no parameter.
Method ON_REVISITED on class CL_WDR_WIZARD has no exception.
History
Last changed by/on SAP  20080612 
SAP Release Created in 710