SAP ABAP Class CL_RSOBI_MF_UI_PROCESSOR (SOBI Model Factory Dialog: Runtime for Functions)
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 - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_RSOBI_MF_BASE | SOBI Model Factory: Basis Class | 20060815 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSOBI_MF_UI_COMMAND_STACK | SOBI Model Factory Dialog: Stack | 20060815 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSOBI_MF_UI_PROCESSOR | SOBI Model Factory Dialog: Command Executor | 20060815 |
Properties
Class | CL_RSOBI_MF_UI_PROCESSOR | |
Short Description | SOBI Model Factory Dialog: Runtime for Functions | |
Super Class | CL_RSOBI_MF_BASE | SOBI Model Factory: Basis Class |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSOBI_MF_UI | SOBI Model Factory: Dialog |
Created | 20060815 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_RSOBI_MF_UI_PROCESSOR has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_RSOBI_MF_UI_COMMAND_STACK | SOBI Model Factory Dialog: Stack | 20060815 | ||
2 | IF_RSOBI_MF_UI_PROCESSOR | SOBI Model Factory Dialog: Command Executor | 20060815 |
Friends
Class CL_RSOBI_MF_UI_PROCESSOR has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_RSOBI_MF_CONTEXT | Generation Context | 20060818 | ||
2 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | IF_RSOBI_MF_UI_PROCESSOR | Singleton Instance | 20060815 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSOBI_MF_UI_T_STACK | Command Stack | 20060815 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Adds Message of Current Exception to Log | 20061220 |
2 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20060818 |
3 | ![]() |
Instance method | Private | Method | Executes Current Function | 20070102 |
4 | ![]() |
Instance method | Private | Method | Executes Current Functions | 20060815 |
5 | ![]() |
Static method | Private | Method | Returns Command Description | 20060815 |
6 | ![]() |
Static method | Public | Method | Returns Singleton | 20060815 |
Events
Class CL_RSOBI_MF_UI_PROCESSOR has no event.
Types
Class CL_RSOBI_MF_UI_PROCESSOR has no local type.
Method Signatures
Method ADD_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_MSG | Call by reference | Object reference (TYPE REF TO) | IF_RS_MESSAGE | Interface für die Meldungsbearbeitung | 20061220 |
Method ADD_MESSAGE on class CL_RSOBI_MF_UI_PROCESSOR has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_MSG | Call by reference | Object reference (TYPE REF TO) | CL_RSO_MSG | Container für Nachrichten | 20060818 |
Method CONSTRUCTOR on class CL_RSOBI_MF_UI_PROCESSOR has no exception.
Method EXECUTE_COMMAND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_COMMAND | Call by reference | Object reference (TYPE REF TO) | IF_RSOBI_MF_UI_COMMAND | SOBI Model Factory Dialog: Funktion | 20070102 | ||
2 | ![]() |
R_SUBRC | Value transfer | Type reference (TYPE) | SYSUBRC | Rückgabewert von ABAP-Anweisungen | 20070102 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SOBI Model Factory Dialog: Abbruch durch den Benutzer | 20070625 |
Method EXECUTE_COMMANDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_T_COMMAND | Call by reference | Type reference (TYPE) | RSOBI_MF_T_COMMAND | SOBI Model Factory Dialog: Kommandos | 20060815 | ||
2 | ![]() |
R_SUBRC | Value transfer | Type reference (TYPE) | SYSUBRC | Rückgabewert von ABAP-Anweisungen | 20060815 |
Method EXECUTE_COMMANDS on class CL_RSOBI_MF_UI_PROCESSOR has no exception.
Method GET_COMMAND_DESCRIPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_COMMAND | Call by reference | Object reference (TYPE REF TO) | IF_RSOBI_MF_UI_COMMAND | SOBI Model Factory Dialog: Funktion | 20060815 | ||
2 | ![]() |
R_DESCRIPTION | Value transfer | Type reference (TYPE) | STRING | Beschreibung des Kommandos | 20060815 |
Method GET_COMMAND_DESCRIPTION on class CL_RSOBI_MF_UI_PROCESSOR has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_MSG | Call by reference | Object reference (TYPE REF TO) | CL_RSO_MSG | Container für Nachrichten | 20060815 | ||
2 | ![]() |
R_R_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_RSOBI_MF_UI_PROCESSOR | SOBI Model Factory Dialog: Ausführer von Commands | 20060815 |
Method GET_INSTANCE on class CL_RSOBI_MF_UI_PROCESSOR has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 710 |