SAP ABAP Interface IF_RSOBI_MF_UI_COMMAND (SOBI Model Factory Dialog: Function)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-MTD (Application Component) Metadata (Repository)
⤷
RSOBI_MF_UI (Package) SOBI Model Factory: Dialog
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_RSOBI_MF_UI_COMMAND_BASE | SOBI Model Factory Dialog: Basis Class for Commands | 20060801 |
Properties
| Interface | IF_RSOBI_MF_UI_COMMAND | |
| Short Description | SOBI Model Factory Dialog: Function |
General Data
| Package | RSOBI_MF_UI | SOBI Model Factory: Dialog |
| Created | 20051203 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_RSOBI_MF_UI_COMMAND has no forward declaration.
Interfaces
Interface IF_RSOBI_MF_UI_COMMAND has no interface.
Friends
Interface IF_RSOBI_MF_UI_COMMAND has no friend.
Attributes
Interface IF_RSOBI_MF_UI_COMMAND has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Executes the Function | 20051205 | |
| 2 | Instance method | Public | Method | Returns Description of Function | 20051205 | |
| 3 | Instance method | Public | Method | Returns Configuration Model | 20070111 | |
| 4 | Instance method | Public | Method | Function Name or User Command Name | 20060731 | |
| 5 | Instance method | Public | Method | Returns Commands That Have to Be Executed in Advance | 20060411 | |
| 6 | Instance method | Public | Method | Returns Commands That Have To Be Executed | 20060815 | |
| 7 | Instance method | Public | Method | Is the function active and can it be executed? | 20060731 | |
| 8 | Instance method | Public | Method | Were entries already added to the application log? | 20070730 | |
| 9 | Instance method | Public | Method | Should entries in the application log be displayed? | 20070102 | |
| 10 | Instance method | Public | Method | Is it a predecessor or successor function? | 20070103 | |
| 11 | Instance method | Public | Method | Declares current function to be predecessor/successor | 20070103 |
Events
Interface IF_RSOBI_MF_UI_COMMAND has no event.
Types
Interface IF_RSOBI_MF_UI_COMMAND has no local type.
Method Signatures
Method EXECUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_CTX | Call by reference | Object reference (TYPE REF TO) | IF_RSOBI_MF_CONTEXT | SOBI Model Factory: Kontext der Generierung | 20060818 | |||
| 2 | R_SUBRC | Value transfer | Type reference (TYPE) | SYSUBRC | Rückgabewert von ABAP-Anweisungen | 20060411 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SOBI Model Factory Dialog: Fehler bei Kommandoausführung | 20060815 |
Method GET_DESCRIPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_DESCRIPTION | Value transfer | Type reference (TYPE) | STRING | Beschreibung der Funktion | 20051205 |
Method GET_DESCRIPTION on Interface IF_RSOBI_MF_UI_COMMAND has no exception.
Method GET_MODEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_R_MODEL | Value transfer | Object reference (TYPE REF TO) | IF_RSOBI_MF_MODEL | SOBI Model Factory: Modell | 20070111 |
Method GET_MODEL on Interface IF_RSOBI_MF_UI_COMMAND has no exception.
Method GET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_NAME | Value transfer | Type reference (TYPE) | SYUCOMM | Funktionscode, der PAI ausgelöst hat | 20060731 |
Method GET_NAME on Interface IF_RSOBI_MF_UI_COMMAND has no exception.
Method GET_PRECEDING_COMMANDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_COMMAND | Value transfer | Type reference (TYPE) | RSOBI_MF_T_COMMAND | SOBI Model Factory Dialog: Kommandos | 20060411 |
Method GET_PRECEDING_COMMANDS on Interface IF_RSOBI_MF_UI_COMMAND has no exception.
Method GET_SUCCEEDING_COMMANDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_T_COMMAND | Value transfer | Type reference (TYPE) | RSOBI_MF_T_COMMAND | SOBI Model Factory Dialog: Kommandos | 20060815 |
Method GET_SUCCEEDING_COMMANDS on Interface IF_RSOBI_MF_UI_COMMAND has no exception.
Method IS_ACTIVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_ACTIVE | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20060731 |
Method IS_ACTIVE on Interface IF_RSOBI_MF_UI_COMMAND has no exception.
Method IS_LOG_ADDED_TO_APPL_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_BOOL | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20070730 |
Method IS_LOG_ADDED_TO_APPL_LOG on Interface IF_RSOBI_MF_UI_COMMAND has no exception.
Method IS_LOG_DISPLAYABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_BOOL | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20070102 |
Method IS_LOG_DISPLAYABLE on Interface IF_RSOBI_MF_UI_COMMAND has no exception.
Method IS_SUB_COMMAND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_BOOL | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20070103 |
Method IS_SUB_COMMAND on Interface IF_RSOBI_MF_UI_COMMAND has no exception.
Method SET_SUB_COMMAND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SUBCOMMAND | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20070103 |
Method SET_SUB_COMMAND on Interface IF_RSOBI_MF_UI_COMMAND has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 710 |