SAP ABAP Class CL_RSDHA_CALCULATION_SCENARIO (CalculationScenario)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-DST-HAP (Application Component) HANA Analysis Process
⤷
RSDHA (Package) SAP HANA Analysis in BW

⤷

⤷

Properties
Class | CL_RSDHA_CALCULATION_SCENARIO | |
Short Description | CalculationScenario | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSDHA | SAP HANA Analysis in BW |
Created | 20121108 | SAP |
Last change | 20140121 | SAP |
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 CL_RSDHA_CALCULATION_SCENARIO has no interface implemented.
Friends
Class CL_RSDHA_CALCULATION_SCENARIO has no friend class.
Attributes
Class CL_RSDHA_CALCULATION_SCENARIO has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Create CalculationScenario | 20121126 |
2 | ![]() |
Static method | Public | Method | Delete Calculation Scenario | 20121126 |
3 | ![]() |
Static method | Public | Method | Check, if CalculationScenario exists | 20121126 |
4 | ![]() |
Static method | Public | Method | Get CalcScenario Name for Simulation Mode | 20130512 |
5 | ![]() |
Static method | Private | Method | Create CalculationScenario | 20121126 |
Events
Class CL_RSDHA_CALCULATION_SCENARIO has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TN_S_EXPOSED_NODE | Public | See coding | Exposed Node - Structure | 20121108 | BEGIN OF tn_s_exposed_node,
key TYPE string,
value TYPE string,
flags TYPE int4,
END OF tn_s_exposed_node
|
|
2 | TN_T_EXPOSED_NODE | Public | See coding | Exposed Node - Table Type | 20121108 | tn_t_exposed_node TYPE STANDARD TABLE OF tn_s_exposed_node WITH DEFAULT KEY
|
Method Signatures
Method CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_EXPOSE_ALL_NODES | Call by reference | Type reference (TYPE) | RS_BOOL | X: Expose all nodes | 20121126 | ||
2 | ![]() |
I_IN_MEMORY | Call by reference | Type reference (TYPE) | RS_BOOL | X: Calculation is created in Memory | 20130724 | ||
3 | ![]() |
I_R_CALCSCENARIO | Call by reference | Object reference (TYPE REF TO) | CL_RSDD_CS_CALCSCENARIO | Create Calculation Scenario | 20121126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception with generic message | 20121126 |
Method DELETE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_SCENARIO_NAME | Call by reference | Type reference (TYPE) | STRING | Name of CalculationScenario | 20121126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception with generic message | 20121126 |
Method EXISTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_SCENARIO_NAME | Call by reference | Type reference (TYPE) | STRING | Name of CalculationScenario | 20121126 | ||
2 | ![]() |
R_EXISTS | Value transfer | Type reference (TYPE) | RS_BOOL | X: CalculationScenario exists on DB | 20121126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception with generic message | 20121126 |
Method GET_SIMULATION_MODE_CS_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CS_NAME | Call by reference | Type reference (TYPE) | STRING | CalcScenario Name | 20130512 | ||
2 | ![]() |
I_SIMULATION_MODE | Call by reference | Type reference (TYPE) | IF_RSDHAR_ANALYSIS=>TN_SIMULATION_MODE | RS_C_FALSE | ='X': Simulation Mode | 20130512 | |
3 | ![]() |
R_SIMULATION_MODE_CS_NAME | Value transfer | Type reference (TYPE) | STRING | CalcScenario Name for Simulation Mode | 20130512 |
Method GET_SIMULATION_MODE_CS_NAME on class CL_RSDHA_CALCULATION_SCENARIO has no exception.
Method P_CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ENCODE_QUOTES | Call by reference | Type reference (TYPE) | RS_BOOL | X: Encode Quotes | 20121126 | ||
2 | ![]() |
I_IN_MEMORY | Call by reference | Type reference (TYPE) | RS_BOOL | X: Calculation is created in Memory | 20121126 | ||
3 | ![]() |
I_MODEL | Call by reference | Type reference (TYPE) | STRING | Model | 20121126 | ||
4 | ![]() |
I_SCENARIO_NAME | Call by reference | Type reference (TYPE) | STRING | Name of CalculationScenario | 20121126 | ||
5 | ![]() |
I_T_EXPOSED_NODE | Call by reference | Type reference (TYPE) | TN_T_EXPOSED_NODE | Exposed Node - Table Type | 20121126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception with generic message | 20121126 |
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |