SAP ABAP Class CL_RSR_MDX_UI_COMMAND_SAVE (MDX: Dialog: Save)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSR_MDX_UI (Package) MDX: Dialog

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_RSR_MDX_UI_COMMAND_EXE_BASE | MDX: Dialog: Base Class for Executing MDX Statement | 20090616 |
Properties
Class | CL_RSR_MDX_UI_COMMAND_SAVE | |
Short Description | MDX: Dialog: Save | |
Super Class | CL_RSR_MDX_UI_COMMAND_EXE_BASE | MDX: Dialog: Base Class for Executing MDX Statement |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSR_MDX_UI | MDX: Dialog |
Created | 20090407 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_RSR_MDX_UI_COMMAND_SAVE has no forward declaration.
Interfaces
Class CL_RSR_MDX_UI_COMMAND_SAVE has no interface implemented.
Friends
Class CL_RSR_MDX_UI_COMMAND_SAVE has no friend class.
Attributes
Class CL_RSR_MDX_UI_COMMAND_SAVE has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Returns the cube for the statement | 20090602 |
2 | ![]() |
Instance method | Private | Method | Returns the fields for the header properties | 20090602 |
3 | ![]() |
Instance method | Private | Method | Returns the statement for saving | 20090602 |
4 | ![]() |
Instance method | Private | Method | Is it OK to overwrite the statement? | 20100721 |
5 | ![]() |
Static method | Public | Method | Migrates the statements from the old store to the new one | 20090602 |
6 | ![]() |
Instance method | Private | Method | Opens the save dialog | 20090602 |
7 | ![]() |
Instance method | Private | Method | Saves the statement's header properties | 20090602 |
8 | ![]() |
Instance method | Private | Method | Saves the statement's texts | 20090602 |
Events
Class CL_RSR_MDX_UI_COMMAND_SAVE has no event.
Types
Class CL_RSR_MDX_UI_COMMAND_SAVE has no local type.
Method Signatures
Method GET_CUBE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_CUBE | Value transfer | Type reference (TYPE) | RRTCUBE | Name des Cubes | 20090602 |
Method GET_CUBE on class CL_RSR_MDX_UI_COMMAND_SAVE has no exception.
Method GET_HEADER_FIELDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_S_HEADER | Call by reference | Type reference (TYPE) | RSR_MDX_UI_S_STMT_HEADER | MDX: Dialog: Kopfeigenschaften des Statements | 20090602 | ||
2 | ![]() |
R_T_FIELD | Value transfer | Type reference (TYPE) | RSSH_T_SVAL | Feldtabelle für popup | 20090602 |
Method GET_HEADER_FIELDS on class CL_RSR_MDX_UI_COMMAND_SAVE has no exception.
Method GET_STATEMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_STATEMENT | Value transfer | Type reference (TYPE) | XSTRING | Statement | 20090602 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
MDX: Dialog: Fehler bei Kommandoausführung | 20090602 |
Method IS_OVERWRITING_ACCEPTED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_STATEMENT | Call by reference | Type reference (TYPE) | RSR_MDX_UI_STMT_NAME | MDX: Dialog: Name des Statements | 20100721 | ||
2 | ![]() |
R_BOOL | Value transfer | Type reference (TYPE) | RS_BOOL | Boolean | 20100721 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
MDX: Dialog: Fehler bei Kommandoausführung | 20100721 |
Method MIGRATE_STATEMENTS Signature
Method MIGRATE_STATEMENTS on class CL_RSR_MDX_UI_COMMAND_SAVE has no parameter.
Method MIGRATE_STATEMENTS on class CL_RSR_MDX_UI_COMMAND_SAVE has no exception.
Method OPEN_SAVE_DIALOG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_S_HEADER | Value transfer | Type reference (TYPE) | RSR_MDX_UI_S_STMT_HEADER | MDX: Dialog: Kopfeigenschaften des Statements | 20090602 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
MDX: Dialog: Fehler bei Kommandoausführung | 20090602 |
Method SAVE_HEADER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_S_HEADER | Call by reference | Type reference (TYPE) | RSR_MDX_UI_S_STMT_HEADER | MDX: Dialog: Ablage der Statements | 20090602 | ||
2 | ![]() |
R_SUBRC | Value transfer | Type reference (TYPE) | SYSUBRC | Rückgabewert von ABAP-Anweisungen | 20090602 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
MDX: Dialog: Fehler bei Kommandoausführung | 20090602 |
Method SAVE_TEXTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_S_HEADER | Call by reference | Type reference (TYPE) | RSR_MDX_UI_S_STMT_HEADER | MDX: Dialog: Kopfeigenschaften des Statements | 20090602 | ||
2 | ![]() |
R_SUBRC | Value transfer | Type reference (TYPE) | SYSUBRC | Rückgabewert von ABAP-Anweisungen | 20090602 |
Method SAVE_TEXTS on class CL_RSR_MDX_UI_COMMAND_SAVE has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 720 |