SAP ABAP Interface /IWBEP/IF_SBUI_GUIDED_ACTIVITY (SB: UI guided activity)
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_GUIDED_ACTIVITY | SB: UI guided activity (convenience class) | 20120423 |
Properties
| Interface | /IWBEP/IF_SBUI_GUIDED_ACTIVITY | |
| Short Description | SB: UI guided activity |
General Data
| Package | /IWBEP/SB_UI_BASE | Gateway Service Builder UI - API and SPI |
| Created | 20120423 | SAP |
| Last changed | 20130531 | 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... |
| 2 | /IWBEP/IF_SBUI_CONTROLLER | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /IWBEP/IF_SBCM_MSG_CONTEXT | SB: message context | 20120508 | ||
| 2 | /IWBEP/IF_SBUI_COMMAND_HANDLER | SB: UI command handler behavior | 20120423 |
Friends
Interface /IWBEP/IF_SBUI_GUIDED_ACTIVITY has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MS_NAME | Instance attribute | Public | Type reference (TYPE) | TY_S_NAME | activity name (plugin, activity) | 20120427 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20120427 | ||
| 2 | Instance method | Public | Method | get current step handler | 20120510 | |
| 3 | Instance method | Public | Method | get current step longtext | 20120510 | |
| 4 | Instance method | Public | Method | get current step position | 20120510 | |
| 5 | Instance method | Public | Method | get current step title | 20120510 | |
| 6 | Instance method | Public | Method | get disabled function codes | 20120506 | |
| 7 | Instance method | Public | Method | get proposed client size | 20120525 | |
| 8 | Instance method | Public | Method | get number of defined steps | 20120510 |
Events
Interface /IWBEP/IF_SBUI_GUIDED_ACTIVITY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_NAME | Public | See coding | activity name (plugin, activity) | 20120427 | BEGIN OF ty_s_name,
plugin TYPE /iwbep/sbui_plugin ,
activity TYPE /iwbep/sbui_activity ,
END OF ty_s_name
|
Method Signatures
Method EXECUTE_COMMAND Signature
Method EXECUTE_COMMAND on Interface /IWBEP/IF_SBUI_GUIDED_ACTIVITY has no parameter.
Method EXECUTE_COMMAND on Interface /IWBEP/IF_SBUI_GUIDED_ACTIVITY has no exception.
Method GET_CURRENT_HANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_HANDLER | Value transfer | Object reference (TYPE REF TO) | /IWBEP/IF_SBUI_INTERACTIVE | current step handler | 20120510 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120510 |
Method GET_CURRENT_LONGTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_LONGTEXT | Value transfer | Type reference (TYPE) | STRING | current step longtext | 20120615 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120510 |
Method GET_CURRENT_POSITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_STEP_POSITION | Value transfer | Type reference (TYPE) | I | current steps position | 20120510 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120510 |
Method GET_CURRENT_TITLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_STEP_TITLE | Value transfer | Type reference (TYPE) | SYTITLE | current step title | 20120510 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120510 |
Method GET_EXCLUDED_COMMANDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_FCODE_EXCLUDED | Value transfer | Type reference (TYPE) | /IWBEP/IF_SBUI_CONTROLLER=>TY_T_COMMAND_FCODE | function codes | 20120506 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120506 |
Method GET_PROPOSED_SIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_SIZE | Value transfer | Type reference (TYPE) | /IWBEP/IF_SBUI_COMPONENT=>TY_S_SIZE | size | 20120525 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120525 |
Method GET_TOTAL_STEP_COUNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_STEP_COUNT | Value transfer | Type reference (TYPE) | I | total number of defined steps | 20120510 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120510 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 200 |