SAP ABAP Interface /IWBEP/IF_SBUI_DISPLAY_OPTIONS (SB: UI display options)
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 implementation (CLASS c. INTERFACES i_ref) | /IWBEP/CL_SBUI_ON_CPV_ANNO | SB: ON Composite View for Annotations | 20130414 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/CL_SBUI_ON_CPV_EXPV | SB: ON Composite View for Expression Values | 20130710 |
Properties
| Interface | /IWBEP/IF_SBUI_DISPLAY_OPTIONS | |
| Short Description | SB: UI display options |
General Data
| Package | /IWBEP/SB_UI_BASE | Gateway Service Builder UI - API and SPI |
| Created | 20120113 | SAP |
| Last changed | 20141120 | |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | /IWBEP/IF_SBUI_COMPONENT | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
| 2 | /IWBEP/IF_SBUI_CONTROLLER | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
| 3 | /IWBEP/IF_SBUI_SETUP_SERVICE | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
| 4 | /IWBEP/IF_SBUI_VIEW | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
| 5 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface /IWBEP/IF_SBUI_DISPLAY_OPTIONS has no interface.
Friends
Interface /IWBEP/IF_SBUI_DISPLAY_OPTIONS has no friend.
Attributes
Interface /IWBEP/IF_SBUI_DISPLAY_OPTIONS has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | returns navigation target assignments for whole component | 20130423 | |
| 2 | Instance method | Public | Method | returns common functions from environment | 20130413 | |
| 3 | Instance method | Public | Method | returns one anchors navigable children | 20130414 | |
| 4 | Instance method | Public | Method | returns one anchors navigable siblings | 20130414 | |
| 5 | Instance method | Public | Method | returns navigation anchors for one contained component | 20130418 | |
| 6 | Instance method | Public | Method | returns the default component for one navigation target | 20130415 | |
| 7 | Instance method | Public | Method | indicates that one anchor provides navigable children | 20130418 |
Events
Interface /IWBEP/IF_SBUI_DISPLAY_OPTIONS has no event.
Types
Interface /IWBEP/IF_SBUI_DISPLAY_OPTIONS has no local type.
Method Signatures
Method GET_COMPONENT_ASSIGNMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_ASSIGNMENT | Value transfer | Type reference (TYPE) | /IWBEP/IF_SBUI_SETUP_SERVICE=>TY_T_NAVIGATION_TARGET | assigned navigation elements | 20130423 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130423 |
Method GET_ENVIRONMENT_FUNCTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_COMPONENT | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBUI_INTERACTIVE | interactive component | 20130413 | |||
| 2 | RT_FUNCTION | Value transfer | Type reference (TYPE) | TTB_BUTTON | toolbar buttons from environment | 20130413 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130413 |
Method GET_NAVIGABLE_CHILDREN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ANCHOR | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBUI_COMPONENT | navigation anchor | 20130418 | |||
| 2 | RT_CHILDREN | Value transfer | Type reference (TYPE) | /IWBEP/IF_SBUI_COMPONENT=>TY_T_COMPONENT | navigable children | 20130414 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130414 |
Method GET_NAVIGABLE_SIBLINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ANCHOR | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBUI_COMPONENT | navigation anchor | 20130418 | |||
| 2 | RT_SIBLING | Value transfer | Type reference (TYPE) | /IWBEP/IF_SBUI_COMPONENT=>TY_T_COMPONENT | navigable siblings of anchor | 20130414 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130414 |
Method GET_NAVIGATION_ANCHORS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_COMPONENT | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBUI_COMPONENT | component that displays navigation options | 20130418 | |||
| 2 | RT_ANCHOR | Value transfer | Type reference (TYPE) | /IWBEP/IF_SBUI_COMPONENT=>TY_T_COMPONENT | navigation anchors components (ancestor instances) | 20130418 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130418 |
Method GET_PREFERRED_COMPONENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_TARGET | Call by reference | Type reference (TYPE) | /IWBEP/IF_SBUI_SETUP_SERVICE=>TY_S_NAVIGATION_TARGET | navigation target | 20130415 | |||
| 2 | RO_COMPONENT | Value transfer | Object reference (TYPE REF TO) | /IWBEP/IF_SBUI_COMPONENT | preferred component | 20130415 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130415 |
Method HAS_NAVIGABLE_CHILDREN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ANCHOR | Call by reference | Object reference (TYPE REF TO) | /IWBEP/IF_SBUI_COMPONENT | navigation anchor | 20130418 | |||
| 2 | RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | are navigable children provided | 20130418 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130418 |
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 200 |