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 RS 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 G_C_NOT_PUSHABLE Constant Public Type reference (TYPE) INT4 1 Filter is not transferable to inputs 20111222
2 G_C_PUSHABLE_TO_REF Constant Public Type reference (TYPE) INT4 2 Filter is not transferable to reference nodes 20111222
3 P_C_NOT_PUSHABLE_VALUE Constant Private Type reference (TYPE) STRING 'notPushable' Scenario Value for Filter Type p_c_not_pushable 20111222
4 P_C_PUSHABLE_TO_REF_VALUE Instance attribute Private Type reference (TYPE) STRING 'pushableToRefNodes' Scenario Value for Filter Type p_c_pushable_to_ref 20111222
5 P_C_TAGNAME Constant Private Type reference (TYPE) STRING 'customL' XML Tag Name 20111222
6 P_FILTER_PUSH_TYPE Instance attribute Private Type reference (TYPE) INT4 Filter Push Type 20111222
7 P_SCRIPT Instance attribute Private Object reference (TYPE REF TO) CL_RSDD_CS_L_SCRIPT L-Script Definition 20111222
8 P_T_PARAMETER Instance attribute Private Type reference (TYPE) TP_TH_PARAMETER List of Script Parameters 20111222
Methods
# Method Level Visibility Method type Description Created on
1 ADD_PARAMETER Instance method Public Method Adds a script parameter 20111222
2 GET_FILTER_PUSH_TYPE Instance method Public Method Return Filter Push Type 20111222
3 GET_PARAMETER Instance method Public Method Returns the definition of a parameter 20111222
4 GET_SCRIPT Instance method Public Method Return Script Definition 20111222
5 SET_FILTER_PUSH_TYPE Instance method Public Method Set Filter Push Type 20111222
6 SET_SCRIPT 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 Importing I_DATA_TYPE Call by reference Type reference (TYPE) CSEQUENCE Datentyp (siehe Interface-Konstanten) 20111222
2 Importing I_IS_NULL Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Wert is NULL. 20111222
3 Importing I_LENGTH Call by reference Type reference (TYPE) INT4 Typlänge in Bytes oder Digits 20111222
4 Importing I_NAME Call by reference Type reference (TYPE) CSEQUENCE Parametername 20111222
5 Importing I_SCALE Call by reference Type reference (TYPE) INT4 Anzahl der Nachkommastellen 20111222
6 Importing I_SQL_LENGTH Call by reference Type reference (TYPE) INT4 SQL-Typlänge in Bytes 20111222
7 Importing I_SQL_TYPE Call by reference Type reference (TYPE) CSEQUENCE SQL-Typ (siehe Interface-Konstanten) 20111222
8 Importing 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 Returning 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 Importing I_NAME Call by reference Type reference (TYPE) CSEQUENCE Parametername 20111222
2 Returning 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 Returning 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 Importing 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 Importing I_INPUT_CASE_SENSITIVE Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Parameterübergabe baachtet Groß-/Kleinschreibung 20120127
2 Importing I_MAIN_FUNCTION Call by reference Type reference (TYPE) CSEQUENCE Main-Funktion des L-Scripts 20111222
3 Importing I_R_SCRIPT Call by reference Object reference (TYPE REF TO) CL_RSDD_CS_L_SCRIPT L-Scriptdefinition für Calculation Scenarios 20111222
4 Importing I_SCRIPT_DEFINITION Call by reference Type reference (TYPE) CSEQUENCE Scriptdefinition 20120127
5 Importing 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