SAP ABAP Interface /IWBEP/IF_SBUI_COMPOSITE (SB: UI composite (contains other components))
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 - 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
Interface | /IWBEP/IF_SBUI_COMPOSITE | |
Short Description | SB: UI composite (contains other components) |
General Data
Package | /IWBEP/SB_UI_BASE | Gateway Service Builder UI - API and SPI |
Created | 20120113 | SAP |
Last changed | 20131127 | 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 | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | /IWBEP/IF_SBUI_COMPONENT | SB: UI component (displays something in a window) | 20120131 |
Friends
Interface /IWBEP/IF_SBUI_COMPOSITE has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | MS_NAME | Instance attribute | Public | Attribute reference (LIKE) | 20120131 | ||||
2 | MV_CATEGORY | Instance attribute | Public | Attribute reference (LIKE) | 20130413 | ||||
3 | MV_LABEL | Instance attribute | Public | Attribute reference (LIKE) | 20120131 |
Methods
Events
Interface /IWBEP/IF_SBUI_COMPOSITE has no event.
Types
Interface /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 Interface /IWBEP/IF_SBUI_COMPOSITE has no parameter.
Method GET_INTERACTIVE on Interface /IWBEP/IF_SBUI_COMPOSITE has no exception.
Method GET_OPTIONS Signature
Method GET_OPTIONS on Interface /IWBEP/IF_SBUI_COMPOSITE has no parameter.
Method GET_OPTIONS on Interface /IWBEP/IF_SBUI_COMPOSITE has no exception.
Method GET_PARENT Signature
Method GET_PARENT on Interface /IWBEP/IF_SBUI_COMPOSITE has no parameter.
Method GET_PARENT on Interface /IWBEP/IF_SBUI_COMPOSITE has no exception.
Method GET_SIZE Signature
Method GET_SIZE on Interface /IWBEP/IF_SBUI_COMPOSITE has no parameter.
Method GET_SIZE on Interface /IWBEP/IF_SBUI_COMPOSITE has no exception.
Method GET_VISIBILITY Signature
Method GET_VISIBILITY on Interface /IWBEP/IF_SBUI_COMPOSITE has no parameter.
Method GET_VISIBILITY on Interface /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 Interface /IWBEP/IF_SBUI_COMPOSITE has no parameter.
Method SET_OPTIONS on Interface /IWBEP/IF_SBUI_COMPOSITE has no exception.
Method SET_PARENT Signature
Method SET_PARENT on Interface /IWBEP/IF_SBUI_COMPOSITE has no parameter.
Method SET_PARENT on Interface /IWBEP/IF_SBUI_COMPOSITE has no exception.
Method SET_SIZE Signature
Method SET_SIZE on Interface /IWBEP/IF_SBUI_COMPOSITE has no parameter.
Method SET_SIZE on Interface /IWBEP/IF_SBUI_COMPOSITE has no exception.
Method SET_VISIBILITY Signature
Method SET_VISIBILITY on Interface /IWBEP/IF_SBUI_COMPOSITE has no parameter.
Method SET_VISIBILITY on Interface /IWBEP/IF_SBUI_COMPOSITE has no exception.
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in | 200 |