SAP ABAP Class CL_RSDD_CS_VARIABLE (Calc. Scenario Variable)
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_XML Parent Class for XML Creation 20100222
Properties
Class CL_RSDD_CS_VARIABLE  
Short Description Calc. Scenario Variable    
Super Class CL_RSDD_CS_XML Parent Class for XML Creation 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSDD_CALCSCENARIO   Create Calculation Scenario 
Created 20100222   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RSDD_CS_VARIABLE has no forward declaration.
Interfaces
Class CL_RSDD_CS_VARIABLE has no interface implemented.
Friends
Class CL_RSDD_CS_VARIABLE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 G_C_MASK_CALC_ATTRIBUTE_EXPR Constant Public Type reference (TYPE) INT4 4 Maske: 'CALC_ATTRIBUTE_EXPRESSION_VARIABLE' 20121011
2 G_C_MASK_CALC_TEMPLATE_INPUT Constant Public Type reference (TYPE) INT4 8 Maske: 'CALC_TEMPLATE_INPUT_VARIABLE ' 20121011
3 G_C_MASK_CONDITION Constant Public Type reference (TYPE) INT4 32 Maske: 'CONDITION_VARIABLE' 20121011
4 G_C_MASK_CONSTANT_MAPPING Constant Public Type reference (TYPE) INT4 2 Maske: 'CONSTANT_MAPPING_VARIABLE' 20121011
5 G_C_MASK_CUSTOM_CPP_PROPERTY Constant Public Type reference (TYPE) INT4 128 Maske: 'CUSTOM_CPP_PROPERTY_VARIABLE' 20121011
6 G_C_MASK_FILTER_EXPRESSION Constant Public Type reference (TYPE) INT4 1 Maske: 'FILTER_EXPRESSION_VARIABLE' 20121011
7 G_C_MASK_GEOMETRY Constant Public Type reference (TYPE) INT4 4096 Maske: 'GEOMETRY_VARIABLE ' 20121011
8 G_C_MASK_LLVM_SCALAR_VALUE Constant Public Type reference (TYPE) INT4 256 Maske: 'LLVM_SCALAR_VALUE_VARIABLE' 20121011
9 G_C_MASK_MPRO_DELTA_QUERY Constant Public Type reference (TYPE) INT4 1024 Maske: 'MULTIPROVIDER_DELTA_QUERY_VARIABLE' 20121011
10 G_C_MASK_PLACEHOLDER Constant Public Type reference (TYPE) INT4 512 Maske: 'PLACEHOLDER_VARIABLE ' 20121011
11 G_C_MASK_RESTRICTED_ATTR_EXPR Constant Public Type reference (TYPE) INT4 64 Maske: 'RESTRICTED_ATTRIBUTE_EXPRESSION_VARIABLE' 20121011
12 G_C_MASK_SQL_STATEMENT Constant Public Type reference (TYPE) INT4 16 Maske: 'SQL_STATEMENT_VARIABLE' 20121011
13 G_C_MASK_SQL_STATEMENT_REPL Constant Public Type reference (TYPE) INT4 2048 Maske: 'SQL_STATEMENT_REPLACEMENT_VARIABLE' 20121011
14 G_C_MASK_UNIT_CONVERSION Constant Public Type reference (TYPE) INT4 8192 Maske: 'UNIT_CONVERSION_VARIABLE' 20121011
15 G_C_TYPE_EXPRESSION Constant Public Type reference (TYPE) STRING 'filterExpression' Type: filterExpression 20100222
16 G_C_TYPE_MPRO_DELTA_QUERY Constant Public Type reference (TYPE) STRING 'multiproviderDeltaQueryVariable' Type: multiproviderDeltaQuery 20120419
17 G_C_TYPE_REPLACEMENT Constant Public Type reference (TYPE) STRING 'filterReplacement' Type: filterReplacement 20100222
18 G_C_USAGE_OPTIONAL Constant Public Type reference (TYPE) STRING 'optional' Variable is optional 20100222
19 G_C_USAGE_REQUIRED Constant Public Type reference (TYPE) STRING 'required' Variable is mandatory 20100222
20 P_C_TAGNAME Static Attribute Private Type reference (TYPE) STRING 'variable' XML Tag 20100222
21 P_DEFAULT_VALUE Instance attribute Private Type reference (TYPE) STRING Default Value of the Variables 20100222
22 P_NAME Instance attribute Private Type reference (TYPE) STRING Name 20100222
23 P_TYPE Instance attribute Private Type reference (TYPE) STRING Type 20100222
24 P_TYPE_MASK Instance attribute Private Type reference (TYPE) INT4 Maske für Verarbeitungssteuerung 20121011
25 P_USAGE Instance attribute Private Type reference (TYPE) STRING Usage Type 20100222
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20100222
2 GET_DEFAULT_VALUE Instance method Public Method Returns the default value 20100222
3 GET_NAME Instance method Public Method Returns the name of the variables 20100222
4 GET_TYPE Instance method Public Method Returns the type of the variables 20100222
5 GET_TYPE_MASK Instance method Public Method Steuerungsmaske zurückgeben 20121011
6 GET_USAGE_TYPE Instance method Public Method Returns the usage type of the variables 20100222
7 SET_DEFAULT_VALUE Instance method Public Method Sets the default value 20100222
8 SET_NAME Instance method Public Method Sets the name of the variables 20100222
9 SET_TYPE Instance method Public Method Sets the type of the variables 20100222
10 SET_TYPE_MASK Instance method Public Method Steuerungsmaske definieren (siehe Konstanten) 20121011
11 SET_USAGE_TYPE Instance method Public Method Sets the usage type of the variables 20100222
Events
Class CL_RSDD_CS_VARIABLE has no event.
Types
Class CL_RSDD_CS_VARIABLE has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DEFAULT_VALUE Call by reference Type reference (TYPE) STRING Default-Wert 20100222
2 Importing I_NAME Call by reference Type reference (TYPE) STRING Name 20100222
3 Importing I_TYPE Call by reference Type reference (TYPE) STRING Typ 20100222
4 Importing I_TYPE_MASK Call by reference Type reference (TYPE) INT4 Maske für Verarbeitunggsteuerng (siehe Konstanten) 20121011
5 Importing I_USAGE Call by reference Type reference (TYPE) STRING Benutzungstyp 20100222

Method CONSTRUCTOR on class CL_RSDD_CS_VARIABLE has no exception.

Method GET_DEFAULT_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_VALUE Value transfer Type reference (TYPE) STRING Default-Wert 20100222

Method GET_DEFAULT_VALUE on class CL_RSDD_CS_VARIABLE has no exception.

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_NAME Value transfer Type reference (TYPE) STRING name der Variablen 20100222

Method GET_NAME on class CL_RSDD_CS_VARIABLE has no exception.

Method GET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TYPE Value transfer Type reference (TYPE) STRING Varaiablentyp 20100222

Method GET_TYPE on class CL_RSDD_CS_VARIABLE has no exception.

Method GET_TYPE_MASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TYPE_MASK Value transfer Type reference (TYPE) INT4 Steuerungsmaske 20121011

Method GET_TYPE_MASK on class CL_RSDD_CS_VARIABLE has no exception.

Method GET_USAGE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_USAGE_TYPE Value transfer Type reference (TYPE) STRING Benutzungstyp 20100222

Method GET_USAGE_TYPE on class CL_RSDD_CS_VARIABLE has no exception.

Method SET_DEFAULT_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_VALUE Call by reference Type reference (TYPE) STRING Default Wert 20100222

Method SET_DEFAULT_VALUE on class CL_RSDD_CS_VARIABLE has no exception.

Method SET_NAME 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) STRING Variablenname 20100222

Method SET_NAME on class CL_RSDD_CS_VARIABLE has no exception.

Method SET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TYPE Call by reference Type reference (TYPE) STRING Variablentyp 20100222

Method SET_TYPE on class CL_RSDD_CS_VARIABLE has no exception.

Method SET_TYPE_MASK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TYPE_MASK Call by reference Type reference (TYPE) INT4 Steuerungsmaske 20121011

Method SET_TYPE_MASK on class CL_RSDD_CS_VARIABLE has no exception.

Method SET_USAGE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_USAGE_TYPE Call by reference Type reference (TYPE) STRING Benutzungstyp 20100222

Method SET_USAGE_TYPE on class CL_RSDD_CS_VARIABLE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 730