SAP ABAP Interface IF_WD_WIZARD (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 - 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
| Interface | IF_WD_WIZARD | |
| Short Description | Wizard Component |
General Data
| Package | SWDP_WIZARD | Wizard Component |
| Created | 20050708 | SAP |
| Last changed | 20080612 | SAP |
| 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) |
Interfaces
Interface IF_WD_WIZARD has no interface.
Friends
Interface IF_WD_WIZARD has no friend.
Attributes
Interface IF_WD_WIZARD has no attribute.
Methods
Interface IF_WD_WIZARD has no method.
Events
Interface 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 | 710 |