SAP ABAP Class IF_WD_WIZARD (Wizard Component)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WDR_WIZARD | Internal Handler Class for Wizard Component | 20050708 |
Properties
Class | IF_WD_WIZARD | |
Short Description | Wizard Component | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20050708 | SAP |
Last change | 20080612 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class IF_WD_WIZARD has no interface implemented.
Friends
Class IF_WD_WIZARD has no friend class.
Attributes
Class IF_WD_WIZARD has no attribute.
Methods
Class IF_WD_WIZARD has no method.
Events
Class IF_WD_WIZARD has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_MAIN_STEPS | Public | See coding | 20050711 | tt_main_steps type standard table of t_main_step with key m_id
|
||
2 | TT_SUB_STEPS | Public | See coding | 20050711 | tt_sub_steps type standard table of t_sub_step with key m_id
|
||
3 | T_MAIN_STEP | Public | See coding | 20050711 | begin of t_main_step,
m_id type string,
m_text type string,
m_tooltip type string,
m_enabled type string,
end of t_main_step
|
||
4 | T_SUB_STEP | Public | See coding | 20050711 | begin of t_sub_step,
m_id type string,
m_text type string,
m_tooltip type string,
m_enabled type abap_bool,
m_is_sub_step type abap_bool,
end of t_sub_step
|
History
Last changed by/on | SAP | 20080612 |
SAP Release Created in |