SAP ABAP Class CL_RSDD_CS_CUSTOM_L (Custom L 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 | 20111222 |
Properties
| Class | CL_RSDD_CS_CUSTOM_L | |
| Short Description | Custom L 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 | 20111221 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSDD_CS_CUSTOM_L has no interface implemented.
Friends
Class CL_RSDD_CS_CUSTOM_L has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | INT4 | 1 | Filter is not transferable to inputs | 20111222 | ||
| 2 | Constant | Public | Type reference (TYPE) | INT4 | 2 | Filter is not transferable to reference nodes | 20111222 | ||
| 3 | Constant | Private | Type reference (TYPE) | STRING | 'notPushable' | Scenario Value for Filter Type p_c_not_pushable | 20111222 | ||
| 4 | Instance attribute | Private | Type reference (TYPE) | STRING | 'pushableToRefNodes' | Scenario Value for Filter Type p_c_pushable_to_ref | 20111222 | ||
| 5 | Constant | Private | Type reference (TYPE) | STRING | 'customL' | XML Tag Name | 20111222 | ||
| 6 | Instance attribute | Private | Type reference (TYPE) | INT4 | Filter Push Type | 20111222 | |||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_RSDD_CS_L_SCRIPT | L-Script Definition | 20111222 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | TP_TH_PARAMETER | List of Script Parameters | 20111222 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Adds a script parameter | 20111222 | |
| 2 | Instance method | Public | Method | Return Filter Push Type | 20111222 | |
| 3 | Instance method | Public | Method | Returns the definition of a parameter | 20111222 | |
| 4 | Instance method | Public | Method | Return Script Definition | 20111222 | |
| 5 | Instance method | Public | Method | Set Filter Push Type | 20111222 | |
| 6 | Instance method | Public | Method | Set Script Definition | 20111222 |
Events
Class CL_RSDD_CS_CUSTOM_L has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TP_S_PARAMETER | Private | See coding | Script Parameter List Entry | 20111222 | BEGIN OF tp_s_parameter,
name TYPE string,
parameter TYPE REF TO if_rsdd_cs_l_parameter,
END OF tp_s_parameter
|
|
| 2 | TP_TH_PARAMETER | Private | See coding | List with Script Parameters | 20111222 | tp_th_parameter TYPE HASHED TABLE OF tp_s_parameter
WITH UNIQUE KEY name
|
Method Signatures
Method ADD_PARAMETER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DATA_TYPE | Call by reference | Type reference (TYPE) | CSEQUENCE | Datentyp (siehe Interface-Konstanten) | 20111222 | |||
| 2 | I_IS_NULL | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Wert is NULL. | 20111222 | ||
| 3 | I_LENGTH | Call by reference | Type reference (TYPE) | INT4 | Typlänge in Bytes oder Digits | 20111222 | |||
| 4 | I_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Parametername | 20111222 | |||
| 5 | I_SCALE | Call by reference | Type reference (TYPE) | INT4 | Anzahl der Nachkommastellen | 20111222 | |||
| 6 | I_SQL_LENGTH | Call by reference | Type reference (TYPE) | INT4 | SQL-Typlänge in Bytes | 20111222 | |||
| 7 | I_SQL_TYPE | Call by reference | Type reference (TYPE) | CSEQUENCE | SQL-Typ (siehe Interface-Konstanten) | 20111222 | |||
| 8 | I_VALUE | Call by reference | Type reference (TYPE) | CSEQUENCE | Parameterwert | 20111222 |
Method ADD_PARAMETER on class CL_RSDD_CS_CUSTOM_L has no exception.
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) | INT4 | Filter Push-Typ (siehe Konstanten) | 20111222 |
Method GET_FILTER_PUSH_TYPE on class CL_RSDD_CS_CUSTOM_L has no exception.
Method GET_PARAMETER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Parametername | 20111222 | |||
| 2 | R_R_PARAMETER | Value transfer | Object reference (TYPE REF TO) | IF_RSDD_CS_L_PARAMETER | Definition des L-Parameters | 20111222 |
Method GET_PARAMETER on class CL_RSDD_CS_CUSTOM_L 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_L_SCRIPT | L-Scriptdefinition | 20111222 |
Method GET_SCRIPT on class CL_RSDD_CS_CUSTOM_L 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) | INT4 | Filter Push-typ (siehe Konstanten) | 20111222 |
Method SET_FILTER_PUSH_TYPE on class CL_RSDD_CS_CUSTOM_L has no exception.
Method SET_SCRIPT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INPUT_CASE_SENSITIVE | Call by reference | Type reference (TYPE) | RS_BOOL | RS_C_FALSE | Parameterübergabe baachtet Groß-/Kleinschreibung | 20120127 | ||
| 2 | I_MAIN_FUNCTION | Call by reference | Type reference (TYPE) | CSEQUENCE | Main-Funktion des L-Scripts | 20111222 | |||
| 3 | I_R_SCRIPT | Call by reference | Object reference (TYPE REF TO) | CL_RSDD_CS_L_SCRIPT | L-Scriptdefinition für Calculation Scenarios | 20111222 | |||
| 4 | I_SCRIPT_DEFINITION | Call by reference | Type reference (TYPE) | CSEQUENCE | Scriptdefinition | 20120127 | |||
| 5 | I_SCRIPT_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | Name des L-Scripts | 20111222 |
Method SET_SCRIPT on class CL_RSDD_CS_CUSTOM_L has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |