SAP ABAP Interface /IWBEP/IF_SBUI_INTERACTIVE (SB: UI interactive 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 composition (i COMPRISING i_ref) | /IWBEP/IF_SBUI_VIEW | SB: UI control-based view | 20120126 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/CL_SBUI_DYNPRO_HANDLER | SB: UI dynpro handler (state of a screen) | 20120116 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | /IWBEP/CL_SBUI_VIEW | SB: UI view (control-based) | 20120126 |
Properties
| Interface | /IWBEP/IF_SBUI_INTERACTIVE | |
| Short Description | SB: UI interactive behavior |
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_CONTROLLER | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
| 2 | /IWBEP/IF_SBUI_SETUP_SERVICE | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
| 3 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /IWBEP/IF_SBUI_COMMAND_HANDLER | SB: UI command handler behavior | 20120215 |
Friends
Interface /IWBEP/IF_SBUI_INTERACTIVE has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GC_PARAMETER_ARGUMENTS | Constant | Public | Type reference (TYPE) | STRING | '%_ARGS' | parameter name: call arguments | 20130202 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20120116 | ||
| 2 | Instance method | Public | Method | get interactive ancestor (searching up the component tree) | 20120131 | |
| 3 | Instance method | Public | Method | get return code from last input validation | 20120215 | |
| 4 | Instance method | Public | Method | get parameter value (any value handled by this component) | 20120426 | |
| 5 | Instance method | Public | Method | get start nodes provided whan calling the screen | 20130419 | |
| 6 | Instance method | Public | Method | set parameter value (any value handled by this component) | 20120426 |
Events
Interface /IWBEP/IF_SBUI_INTERACTIVE has no event.
Types
Interface /IWBEP/IF_SBUI_INTERACTIVE has no local type.
Method Signatures
Method EXECUTE_COMMAND Signature
Method EXECUTE_COMMAND on Interface /IWBEP/IF_SBUI_INTERACTIVE has no parameter.
Method EXECUTE_COMMAND on Interface /IWBEP/IF_SBUI_INTERACTIVE has no exception.
Method GET_ANCESTOR 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 ancestor with interactive behavior | 20120131 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120131 |
Method GET_INPUT_RCODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_RCODE | Value transfer | Type reference (TYPE) | /IWBEP/IF_SBUI_CONTROLLER=>TY_RETURN_CODE | return code of input validation | 20120215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120215 |
Method GET_PARAMETER_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CV_VALUE | Call by reference | Type reference (TYPE) | ANY | parameter value (use same type as the providing component) | 20120426 | |||
| 2 | IV_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | parameter name (as defined by the providing component) | 20120426 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120426 |
Method GET_START_NODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_START_NODE | Value transfer | Type reference (TYPE) | /IWBEP/T_SBDM_NODES | start nodes | 20130419 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20130419 |
Method SET_PARAMETER_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | parameter name (as defined by the providing component) | 20120426 | |||
| 2 | IV_VALUE | Call by reference | Type reference (TYPE) | ANY | parameter value (use same type as the providing component) | 20120426 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120426 |
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 200 |