SAP ABAP Class /IWBEP/IF_SBUI_COMMAND (SB: UI command behavior)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | /IWBEP/IF_SBCM_MSG_CONTEXT | SB: message context | 20120508 |
| 2 | Interface composition (i COMPRISING i_ref) | /IWBEP/IF_SBUI_COMMAND_HANDLER | SB: UI command handler behavior | 20120215 |
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
| Class | /IWBEP/IF_SBUI_COMMAND | |
| Short Description | SB: UI command behavior | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20120114 | SAP |
| Last change | 20141120 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class /IWBEP/IF_SBUI_COMMAND has no interface implemented.
Friends
Class /IWBEP/IF_SBUI_COMMAND has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | /IWBEP/SBUI_COMMAND_CATEGORY | 'A' | command category | 20120129 | ||
| 2 | Constant | Public | Type reference (TYPE) | /IWBEP/SBUI_COMMAND_CATEGORY | 'V' | command category | 20120129 | ||
| 3 | Constant | Public | Type reference (TYPE) | /IWBEP/SBUI_COMMAND_CATEGORY | 'C' | command category | 20120221 | ||
| 4 | Constant | Public | Type reference (TYPE) | /IWBEP/SBUI_COMMAND_CATEGORY | 'D' | command category | 20131015 | ||
| 5 | Constant | Public | Type reference (TYPE) | /IWBEP/SBUI_COMMAND_CATEGORY | 'X' | command category | 20120322 | ||
| 6 | Constant | Public | Type reference (TYPE) | /IWBEP/SBUI_COMMAND_CATEGORY | 'E' | command category | 20120710 | ||
| 7 | Constant | Public | Type reference (TYPE) | /IWBEP/SBUI_COMMAND_CATEGORY | 'G' | command category | 20120223 | ||
| 8 | Constant | Public | Type reference (TYPE) | /IWBEP/SBUI_COMMAND_CATEGORY | 'N' | command category | 20120321 | ||
| 9 | Constant | Public | Type reference (TYPE) | /IWBEP/SBUI_COMMAND_CATEGORY | 'I' | command category | 20120223 | ||
| 10 | Constant | Public | Type reference (TYPE) | /IWBEP/SBUI_COMMAND_CATEGORY | 'L' | command category | 20120710 | ||
| 11 | Constant | Public | Type reference (TYPE) | /IWBEP/SBUI_COMMAND_CATEGORY | 'S' | command category | 20120129 | ||
| 12 | Constant | Public | Type reference (TYPE) | /IWBEP/SBUI_COMMAND_MULTIPLCTY | 'C' | command multiplicity | 20120223 | ||
| 13 | Constant | Public | Type reference (TYPE) | /IWBEP/SBUI_COMMAND_MULTIPLCTY | '1' | command multiplicity | 20120223 | ||
| 14 | Constant | Public | Type reference (TYPE) | /IWBEP/SBUI_COMMAND_MULTIPLCTY | 'N' | command multiplicity | 20120223 | ||
| 15 | Constant | Public | Type reference (TYPE) | /IWBEP/SBUI_COMMAND_MULTIPLCTY | '0' | command multiplicity | 20120223 | ||
| 16 | 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
Class /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 class /IWBEP/IF_SBUI_COMMAND has no parameter.
Method EXECUTE on class /IWBEP/IF_SBUI_COMMAND has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in |