SAP ABAP Class CL_RSDD_CS_CUSTOM_R_SCRIPT (Custom R Script Operation for CalculationScenario)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSDD_CALCSCENARIO (Package) Create Calculation Scenario

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_RSDD_CS_CALCVIEW | Calculation View Definition | 20120817 |
Properties
Class | CL_RSDD_CS_CUSTOM_R_SCRIPT | |
Short Description | Custom R Script Operation for CalculationScenario | |
Super Class | CL_RSDD_CS_CALCVIEW | Calculation View Definition |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSDD_CALCSCENARIO | Create Calculation Scenario |
Created | 20120817 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_RSDD_CS_CUSTOM_R_SCRIPT has no forward declaration.
Interfaces
Class CL_RSDD_CS_CUSTOM_R_SCRIPT has no interface implemented.
Friends
Class CL_RSDD_CS_CUSTOM_R_SCRIPT has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'notPushable' | Filter is not transferable to inputs | 20120817 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'pushableToRefNodes' | Filter is not transferable to reference nodes | 20120817 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'DataToSharedMemory' | Data to Shared Memory | 20120817 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'DynamicInternalREngine' | Dynamic internal R-Engine | 20120817 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'ExternalREngine' | External R-Engine | 20120817 | |
6 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'StaticInternalREngine' | Static internal R-Engine | 20120817 | |
7 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'customRScript' | XML Tag Name | 20120817 | |
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | Filter Push Type | 20120817 | ||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | INT4 | -1 | R Process ID | 20120817 | |
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | R-Engine Type | 20120817 | ||
11 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSDD_CS_R_SCRIPT | Script Definition | 20120817 | ||
12 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | LCL_RSDD_CS_SCRIPT_PATH | Script Path | 20120817 | ||
13 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | LCL_RSDD_CS_SCRIPT_WRAPPER | Script Wrapper | 20120817 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Return Filter Push Type | 20120817 |
2 | ![]() |
Instance method | Public | Method | Get R process ID | 20120817 |
3 | ![]() |
Instance method | Public | Method | Get Engine Type | 20120817 |
4 | ![]() |
Instance method | Public | Method | Return Script Definition | 20120817 |
5 | ![]() |
Instance method | Public | Method | Get Script path | 20120817 |
6 | ![]() |
Instance method | Public | Method | Get Script Wrapper | 20120817 |
7 | ![]() |
Instance method | Public | Method | Set Filter Push Type | 20120817 |
8 | ![]() |
Instance method | Public | Method | Set R process ID | 20120817 |
9 | ![]() |
Instance method | Public | Method | Set Engine Type | 20120817 |
10 | ![]() |
Instance method | Public | Method | Set Script Definition | 20120817 |
11 | ![]() |
Instance method | Public | Method | Set Script path | 20120817 |
12 | ![]() |
Instance method | Public | Method | Set Script Wrapper | 20120817 |
Events
Class CL_RSDD_CS_CUSTOM_R_SCRIPT has no event.
Types
Class CL_RSDD_CS_CUSTOM_R_SCRIPT has no local type.
Method Signatures
Method GET_FILTER_PUSH_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_PUSH_TYPE | Value transfer | Type reference (TYPE) | STRING | 20120817 |
Method GET_FILTER_PUSH_TYPE on class CL_RSDD_CS_CUSTOM_R_SCRIPT has no exception.
Method GET_RPID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_RPID | Value transfer | Type reference (TYPE) | INT4 | 20120817 |
Method GET_RPID on class CL_RSDD_CS_CUSTOM_R_SCRIPT has no exception.
Method GET_R_ENGINE_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_R_ENGINE_TYPE | Value transfer | Type reference (TYPE) | STRING | 20120817 |
Method GET_R_ENGINE_TYPE on class CL_RSDD_CS_CUSTOM_R_SCRIPT has no exception.
Method GET_SCRIPT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_R_SCRIPT | Value transfer | Object reference (TYPE REF TO) | CL_RSDD_CS_R_SCRIPT | 20120817 |
Method GET_SCRIPT on class CL_RSDD_CS_CUSTOM_R_SCRIPT has no exception.
Method GET_SCRIPT_PATH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_SCRIPT_PATH | Value transfer | Type reference (TYPE) | STRING | 20120817 |
Method GET_SCRIPT_PATH on class CL_RSDD_CS_CUSTOM_R_SCRIPT has no exception.
Method GET_SCRIPT_WRAPPER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
R_SCRIPT_WRAPPER | Value transfer | Type reference (TYPE) | STRING | 20120817 |
Method GET_SCRIPT_WRAPPER on class CL_RSDD_CS_CUSTOM_R_SCRIPT has no exception.
Method SET_FILTER_PUSH_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_PUSH_TYPE | Call by reference | Type reference (TYPE) | STRING | 20120817 |
Method SET_FILTER_PUSH_TYPE on class CL_RSDD_CS_CUSTOM_R_SCRIPT has no exception.
Method SET_RPID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_RPID | Call by reference | Type reference (TYPE) | INT4 | 20120817 |
Method SET_RPID on class CL_RSDD_CS_CUSTOM_R_SCRIPT has no exception.
Method SET_R_ENGINE_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_ENGINE_TYPE | Value transfer | Type reference (TYPE) | STRING | 20120817 |
Method SET_R_ENGINE_TYPE on class CL_RSDD_CS_CUSTOM_R_SCRIPT has no exception.
Method SET_SCRIPT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_SCRIPT | Call by reference | Object reference (TYPE REF TO) | CL_RSDD_CS_R_SCRIPT | 20120817 | |||
2 | ![]() |
I_SCRIPT_DEFINITION | Call by reference | Type reference (TYPE) | CSEQUENCE | 20120817 | |||
3 | ![]() |
I_SCRIPT_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20120817 |
Method SET_SCRIPT on class CL_RSDD_CS_CUSTOM_R_SCRIPT has no exception.
Method SET_SCRIPT_PATH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_SCRIPT_PATH | Call by reference | Type reference (TYPE) | CSEQUENCE | 20120817 |
Method SET_SCRIPT_PATH on class CL_RSDD_CS_CUSTOM_R_SCRIPT has no exception.
Method SET_SCRIPT_WRAPPER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_SCRIPT_WRAPPER | Call by reference | Type reference (TYPE) | CSEQUENCE | 20120817 |
Method SET_SCRIPT_WRAPPER on class CL_RSDD_CS_CUSTOM_R_SCRIPT has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 740 |