SAP ABAP Interface /IWBEP/IF_SBUI_PLUGIN (SB: UI plugin behavior)
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_PLUGIN | SB: UI plugin (pure convenience class) | 20120123 |
Properties
Interface | /IWBEP/IF_SBUI_PLUGIN | |
Short Description | SB: UI plugin behavior |
General Data
Package | /IWBEP/SB_UI_BASE | Gateway Service Builder UI - API and SPI |
Created | 20120112 | SAP |
Last changed | 20131127 | SAP |
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... |
Interfaces
Interface /IWBEP/IF_SBUI_PLUGIN has no interface.
Friends
Interface /IWBEP/IF_SBUI_PLUGIN has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | MV_NAME | Instance attribute | Public | Type reference (TYPE) | /IWBEP/SBUI_PLUGIN | plugin name (from setup) | 20120117 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | create a new guided activity handler instance | 20120425 |
2 | ![]() |
Instance method | Public | Method | create a new command instance | 20120113 |
3 | ![]() |
Instance method | Public | Method | create a new plugin extension handler instance | 20130220 |
4 | ![]() |
Instance method | Public | Method | create a new view instance | 20120116 |
5 | ![]() |
Instance method | Public | Method | provide dialog window (dynpro accessor, singleton) | 20120117 |
6 | ![]() |
Instance method | Public | Method | provide main screen (dynpro accessor, singleton) | 20120117 |
7 | ![]() |
Instance method | Public | Method | provide subscreen (dynpro accessor, singleton) | 20120116 |
8 | ![]() |
Instance method | Public | Method | provide wizard window (dynpro accessor, singleton) | 20120117 |
9 | ![]() |
Instance method | Public | Method | initialize plugin (called one time after creation only) | 20120117 |
Events
Interface /IWBEP/IF_SBUI_PLUGIN has no event.
Types
Interface /IWBEP/IF_SBUI_PLUGIN has no local type.
Method Signatures
Method CREATE_ACTIVITY 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 (main instance) | 20120425 | ||
2 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | /IWBEP/SBUI_ACTIVITY | name (from setup) | 20120425 | ||
3 | ![]() |
RO_ACTIVITY | Value transfer | Object reference (TYPE REF TO) | /IWBEP/CL_SBUI_GUIDED_ACTIVITY | guided activity (convenience class) | 20120425 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SB: exception | 20120425 |
Method CREATE_COMMAND 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 (main instance) | 20120120 | ||
2 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | /IWBEP/SBUI_COMMAND | name (from setup) | 20120120 | ||
3 | ![]() |
RO_COMMAND | Value transfer | Object reference (TYPE REF TO) | /IWBEP/CL_SBUI_COMMAND | command (based on convenience class) | 20120120 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SB: exception | 20120116 |
Method CREATE_EXTENSION 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 (main instance) | 20130220 | ||
2 | ![]() |
IV_EXT_KEY | Call by reference | Type reference (TYPE) | /IWBEP/SBDM_EXTENSION_KEY | extension key | 20130220 | ||
3 | ![]() |
IV_EXT_PLUGIN | Call by reference | Type reference (TYPE) | /IWBEP/SBUI_PLUGIN | extension point plugin | 20130220 | ||
4 | ![]() |
IV_EXT_POINT | Call by reference | Type reference (TYPE) | /IWBEP/SBDM_EXTENSION_POINT | extension point name | 20130220 | ||
5 | ![]() |
RO_EXTENSION | Value transfer | Object reference (TYPE REF TO) | /IWBEP/IF_SBUI_EXTENSION | extension handler (down-castable as modelled in setup) | 20130220 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SB: exception | 20130220 |
Method CREATE_VIEW 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 (main instance) | 20120120 | ||
2 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | /IWBEP/SBUI_COMPONENT | name (from setup) | 20120120 | ||
3 | ![]() |
RO_VIEW | Value transfer | Object reference (TYPE REF TO) | /IWBEP/CL_SBUI_VIEW | control-based view (convenience class) | 20120117 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SB: exception | 20120116 |
Method GET_DIALOG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | /IWBEP/SBUI_COMPONENT | name (from setup) | 20120120 | ||
2 | ![]() |
RO_DIALOG | Value transfer | Object reference (TYPE REF TO) | /IWBEP/CL_SBUI_DIALOG | dialog (dynpro access class) | 20120120 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SB: exception | 20120117 |
Method GET_SCREEN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | /IWBEP/SBUI_COMPONENT | name (from setup) | 20120120 | ||
2 | ![]() |
RO_SCREEN | Value transfer | Object reference (TYPE REF TO) | /IWBEP/CL_SBUI_SCREEN | screen (dynpro access class) | 20120117 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SB: exception | 20120117 |
Method GET_SUBSCREEN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | /IWBEP/SBUI_COMPONENT | name (from setup) | 20120120 | ||
2 | ![]() |
RO_SUBSCREEN | Value transfer | Object reference (TYPE REF TO) | /IWBEP/CL_SBUI_SUBSCREEN | subscreen (dynpro access class) | 20120117 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SB: exception | 20120116 |
Method GET_WIZARD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | /IWBEP/SBUI_COMPONENT | name (from setup) | 20120120 | ||
2 | ![]() |
RO_WIZARD | Value transfer | Object reference (TYPE REF TO) | /IWBEP/CL_SBUI_WIZARD | wizard (dynpro access class) | 20120120 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SB: exception | 20120117 |
Method INITIALIZE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | /IWBEP/SBUI_PLUGIN | plugin name (from setup) | 20120117 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SB: exception | 20120117 |
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in | 200 |