SAP ABAP Interface /IWBEP/IF_SBUI_COMMAND (SB: UI command 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_COMMAND | SB: UI command handler (convenience class) | 20120215 |
Properties
| Interface | /IWBEP/IF_SBUI_COMMAND | |
| Short Description | SB: UI command behavior |
General Data
| Package | /IWBEP/SB_UI_BASE | Gateway Service Builder UI - API and SPI |
| Created | 20120114 | 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 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
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 | 20120215 |
Friends
Interface /IWBEP/IF_SBUI_COMMAND has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GC_CATEGORY_ACTION | Constant | Public | Type reference (TYPE) | /IWBEP/SBUI_COMMAND_CATEGORY | 'A' | command category | 20120129 | |
| 2 | GC_CATEGORY_CHECK | Constant | Public | Type reference (TYPE) | /IWBEP/SBUI_COMMAND_CATEGORY | 'V' | command category | 20120129 | |
| 3 | GC_CATEGORY_CREATE | Constant | Public | Type reference (TYPE) | /IWBEP/SBUI_COMMAND_CATEGORY | 'C' | command category | 20120221 | |
| 4 | GC_CATEGORY_DELETE | Constant | Public | Type reference (TYPE) | /IWBEP/SBUI_COMMAND_CATEGORY | 'D' | command category | 20131015 | |
| 5 | GC_CATEGORY_EXIT | Constant | Public | Type reference (TYPE) | /IWBEP/SBUI_COMMAND_CATEGORY | 'X' | command category | 20120322 | |
| 6 | GC_CATEGORY_EXTEND | Constant | Public | Type reference (TYPE) | /IWBEP/SBUI_COMMAND_CATEGORY | 'E' | command category | 20120710 | |
| 7 | GC_CATEGORY_GENERATE | Constant | Public | Type reference (TYPE) | /IWBEP/SBUI_COMMAND_CATEGORY | 'G' | command category | 20120223 | |
| 8 | GC_CATEGORY_GOTO | Constant | Public | Type reference (TYPE) | /IWBEP/SBUI_COMMAND_CATEGORY | 'N' | command category | 20120321 | |
| 9 | GC_CATEGORY_IMPORT | Constant | Public | Type reference (TYPE) | /IWBEP/SBUI_COMMAND_CATEGORY | 'I' | command category | 20120223 | |
| 10 | GC_CATEGORY_INCLUDE | Constant | Public | Type reference (TYPE) | /IWBEP/SBUI_COMMAND_CATEGORY | 'L' | command category | 20120710 | |
| 11 | GC_CATEGORY_SYSTEM | Constant | Public | Type reference (TYPE) | /IWBEP/SBUI_COMMAND_CATEGORY | 'S' | command category | 20120129 | |
| 12 | GC_MULTIPLICITY_0_N | Constant | Public | Type reference (TYPE) | /IWBEP/SBUI_COMMAND_MULTIPLCTY | 'C' | command multiplicity | 20120223 | |
| 13 | GC_MULTIPLICITY_1 | Constant | Public | Type reference (TYPE) | /IWBEP/SBUI_COMMAND_MULTIPLCTY | '1' | command multiplicity | 20120223 | |
| 14 | GC_MULTIPLICITY_1_N | Constant | Public | Type reference (TYPE) | /IWBEP/SBUI_COMMAND_MULTIPLCTY | 'N' | command multiplicity | 20120223 | |
| 15 | GC_MULTIPLICITY_STATIC | Constant | Public | Type reference (TYPE) | /IWBEP/SBUI_COMMAND_MULTIPLCTY | '0' | command multiplicity | 20120223 | |
| 16 | MS_NAME | Instance attribute | Public | Type reference (TYPE) | TY_S_NAME | command name (plugin, command) | 20120120 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | check command state dynamically | 20120711 | |
| 2 | Instance method | Public | Method | 20120215 |
Events
Interface /IWBEP/IF_SBUI_COMMAND has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_NAME | Public | See coding | command name (plugin, command) | 20120120 | BEGIN OF ty_s_name ,
plugin TYPE /iwbep/sbui_plugin ,
command TYPE /iwbep/sbui_command,
END OF ty_s_name
|
Method Signatures
Method CHECK_STATE_DISABLED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_COMMAND | Call by reference | Type reference (TYPE) | /IWBEP/IF_SBUI_CONTROLLER=>TY_S_COMMAND_REQUEST | command request | 20120711 | |||
| 2 | RV_DISABLED | Value transfer | Type reference (TYPE) | ABAP_BOOL | disabled for all (really all) selected nodes? | 20120711 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SB: exception | 20120711 |
Method EXECUTE Signature
Method EXECUTE on Interface /IWBEP/IF_SBUI_COMMAND has no parameter.
Method EXECUTE on Interface /IWBEP/IF_SBUI_COMMAND has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 200 |