SAP ABAP Class /IWBEP/IF_SBUI_COMPOSITE (SB: UI composite (contains other components))
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | /IWBEP/IF_SBUI_COMPONENT | SB: UI component (displays something in a window) | 20120131 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | /IWBEP/IF_SBUI_FRAMESET | SB: UI frameset | 20120124 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/CL_SBUI_FRAME_SPLITTER | SB: UI frame (based on a splitter, either rows or colums) | 20120124 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/CL_SBUI_FRAME_SWITCH | SB: UI frame (displays always one out of many siblings) | 20120123 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/CL_SBUI_LAYOUT_HANDLER | SB: UI layout handler (state of a screen with layout) | 20120216 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/CL_SBUI_TABSTRIP | SB: UI tabstrip (handles one control in host dynpro) | 20120304 |
| 6 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/CL_SBUI_VIEW_COMPOSITE | SB: UI view composite | 20120502 |
| 7 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/CL_SBUI_WIZARD_HANDLER | SB: UI wizard handler | 20120507 |
Properties
| Class | /IWBEP/IF_SBUI_COMPOSITE | |
| Short Description | SB: UI composite (contains other components) | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20120113 | SAP |
| Last change | 20131127 | 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 /IWBEP/IF_SBUI_COMPOSITE has no interface implemented.
Friends
Class /IWBEP/IF_SBUI_COMPOSITE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Attribute reference (LIKE) | 20120131 | |||||
| 2 | Instance attribute | Public | Attribute reference (LIKE) | 20130413 | |||||
| 3 | Instance attribute | Public | Attribute reference (LIKE) | 20120131 |
Methods
Events
Class /IWBEP/IF_SBUI_COMPOSITE has no event.
Types
Class /IWBEP/IF_SBUI_COMPOSITE has no local type.
Method Signatures
Method GET_ANCESTOR_INTERACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_INTERACTIVE | Value transfer | Object reference (TYPE REF TO) | /IWBEP/IF_SBUI_INTERACTIVE | next interactive ancestor | 20120131 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120131 |
Method GET_CHILD_VISIBILITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CHILD | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBUI_COMPONENT | child component | 20120718 | |||
| 2 | RV_VISIBLE | Value transfer | Type reference (TYPE) | ABAP_BOOL | visible or not ? | 20120718 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120718 |
Method GET_INTERACTIVE Signature
Method GET_INTERACTIVE on class /IWBEP/IF_SBUI_COMPOSITE has no parameter.
Method GET_INTERACTIVE on class /IWBEP/IF_SBUI_COMPOSITE has no exception.
Method GET_OPTIONS Signature
Method GET_OPTIONS on class /IWBEP/IF_SBUI_COMPOSITE has no parameter.
Method GET_OPTIONS on class /IWBEP/IF_SBUI_COMPOSITE has no exception.
Method GET_PARENT Signature
Method GET_PARENT on class /IWBEP/IF_SBUI_COMPOSITE has no parameter.
Method GET_PARENT on class /IWBEP/IF_SBUI_COMPOSITE has no exception.
Method GET_SIZE Signature
Method GET_SIZE on class /IWBEP/IF_SBUI_COMPOSITE has no parameter.
Method GET_SIZE on class /IWBEP/IF_SBUI_COMPOSITE has no exception.
Method GET_VISIBILITY Signature
Method GET_VISIBILITY on class /IWBEP/IF_SBUI_COMPOSITE has no parameter.
Method GET_VISIBILITY on class /IWBEP/IF_SBUI_COMPOSITE has no exception.
Method INSERT_CHILD_COMPONENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CHILD | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBUI_COMPONENT | child component | 20120116 | |||
| 2 | IV_AREA | Call by reference | Type reference (TYPE) | I | 0 | child area (0 == automatic selection) | 20120116 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120116 |
Method REMOVE_CHILD_COMPONENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CHILD | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBUI_COMPONENT | child component | 20120116 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120116 |
Method SET_CHILD_VISIBILITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CHILD | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBUI_COMPONENT | child component | 20120117 | |||
| 2 | IV_VISIBLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | visible or not ? | 20120116 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120116 |
Method SET_OPTIONS Signature
Method SET_OPTIONS on class /IWBEP/IF_SBUI_COMPOSITE has no parameter.
Method SET_OPTIONS on class /IWBEP/IF_SBUI_COMPOSITE has no exception.
Method SET_PARENT Signature
Method SET_PARENT on class /IWBEP/IF_SBUI_COMPOSITE has no parameter.
Method SET_PARENT on class /IWBEP/IF_SBUI_COMPOSITE has no exception.
Method SET_SIZE Signature
Method SET_SIZE on class /IWBEP/IF_SBUI_COMPOSITE has no parameter.
Method SET_SIZE on class /IWBEP/IF_SBUI_COMPOSITE has no exception.
Method SET_VISIBILITY Signature
Method SET_VISIBILITY on class /IWBEP/IF_SBUI_COMPOSITE has no parameter.
Method SET_VISIBILITY on class /IWBEP/IF_SBUI_COMPOSITE has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in |