SAP ABAP Class /IWBEP/CL_SBUI_FRAME_SWITCH (SB: UI frame (displays always one out of many siblings))
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-BSE-SB (Application Component) Gateway Service Builder
⤷
/IWBEP/SB_UI_BASE (Package) Gateway Service Builder UI - API and SPI
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /IWBEP/CL_SBUI_CONTROL_HANDLER | SB: UI control handler | 20120123 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/IF_SBUI_COMPOSITE | SB: UI composite (contains other components) | 20120123 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/IF_SBUI_FRAMESET | SB: UI frameset | 20120124 |
Properties
| Class | /IWBEP/CL_SBUI_FRAME_SWITCH | |
| Short Description | SB: UI frame (displays always one out of many siblings) | |
| Super Class | /IWBEP/CL_SBUI_CONTROL_HANDLER | SB: UI control handler |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | /IWBEP/SBUI | |
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | /IWBEP/SB_UI_BASE | Gateway Service Builder UI - API and SPI |
| Created | 20120123 | SAP |
| Last change | 20141120 | |
| 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
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /IWBEP/IF_SBUI_COMPOSITE | SB: UI composite (contains other components) | 20120123 | ||
| 2 | /IWBEP/IF_SBUI_FRAMESET | SB: UI frameset | 20120124 |
Friends
Class /IWBEP/CL_SBUI_FRAME_SWITCH has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | stage | 20120123 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | TY_S_CHILD | child selection | 20120123 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | TY_T_CHILD | child table | 20120123 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | stable visibility | 20130415 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20120123 |
Events
Class /IWBEP/CL_SBUI_FRAME_SWITCH has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_CHILD | Private | See coding | child entry | 20120123 | BEGIN OF ty_s_child ,
area TYPE i,
component TYPE REF TO /iwbep/if_sbui_control_handler,
container TYPE REF TO cl_gui_container,
visible TYPE abap_bool,
END OF ty_s_child
|
|
| 2 | TY_T_CHILD | Private | See coding | child table | 20120123 | ty_t_child TYPE STANDARD TABLE OF ty_s_child WITH DEFAULT KEY
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBUI_CONTROLLER | controller | 20120123 | |||
| 2 | IV_STABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | stable visibility | 20130415 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120123 |
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 200 |