SAP ABAP Class CL_RSDD_LM_COPR_XML (XML Class for Composite Provider)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSDD_LM (Package) Lean Modeler
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSDD_LM_BWCORE_XML XML Index Superclass 20100714
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSDD_LM_COPR_XML_R XML Parser Class for CoPr. 20100118
2 Inheritance (c INHERITING FROM c_ref)  CL_RSDD_LM_COPR_XML_W XML Generator for COPR 20100118
Properties
Class CL_RSDD_LM_COPR_XML  
Short Description XML Class for Composite Provider    
Super Class CL_RSDD_LM_BWCORE_XML XML Index Superclass 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSDD_LM   Lean Modeler 
Created 20100115   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_RSDD_LM_COMPOSITE_PROVIDER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 RSDLM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSDD_LM_COPR_XML has no interface implemented.
Friends
Class CL_RSDD_LM_COPR_XML has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_AINDEX_NS Constant Protected Type reference (TYPE) STRING 'analyticalindex' 20100714
2 C_AINDEX_URI Constant Protected Type reference (TYPE) STRING 'http://www.sap.com/bw/analyticalindex' 20100714
3 C_ATTR_AINDEX_TYPE Constant Public Type reference (TYPE) STRING 'tlogo' 20100601
4 C_ATTR_HIERARCHY_DEFAULT Constant Protected Type reference (TYPE) STRING 'defaultHierarchyName' 20100317
5 C_ATTR_HIERARCHY_NAME Constant Protected Type reference (TYPE) STRING 'name' 20100319
6 C_ELEM_HIERARCHIES Constant Protected Type reference (TYPE) STRING 'hierarchies' 20100317
7 C_ELEM_HIERARCHY Constant Protected Type reference (TYPE) STRING 'hierarchy' 20100317
8 C_OBJECT_AINDEX Constant Protected Type reference (TYPE) I 1 20100714
9 C_OBJECT_COPR Constant Protected Type reference (TYPE) I 2 20100714
10 C_REFERENCE_CHAR Constant Protected Type reference (TYPE) STRING '#' 20100119
11 C_S_ATTRIBUTE Constant Protected See coding 20100618
12 C_TAG_CHARACTERISTIC Constant Protected Type reference (TYPE) STRING 'characteristic' 20100714
13 C_TAG_COLUMNNAME Constant Public Type reference (TYPE) STRING 'name' 20100118
14 C_TAG_COLUMN_MAPPING Constant Protected Type reference (TYPE) STRING 'columnMapping' 20100115
15 C_TAG_COLUMN_NAME Constant Public Type reference (TYPE) STRING 'name' 20100714
16 C_TAG_COMPOSITE_BINDINGS Constant Public Type reference (TYPE) STRING 'compositeBindings' 20100115
17 C_TAG_COMPOSITE_COLUMNS Constant Public Type reference (TYPE) STRING 'compositeColumns' 20100115
18 C_TAG_CONST_COLUMN_MAPPING Constant Protected Type reference (TYPE) STRING 'constantColumnMapping' 20100115
19 C_TAG_CONST_COLUMN_VALUE Constant Protected Type reference (TYPE) STRING 'value' 20100115
20 C_TAG_CURRENCY Constant Protected Type reference (TYPE) STRING 'currency' 20100115
21 C_TAG_INNER_JOIN Constant Protected Type reference (TYPE) STRING 'innerJoin' 20100115
22 C_TAG_JOIN Constant Protected Type reference (TYPE) STRING 'join' 20100115
23 C_TAG_JOIN_TYPE Constant Protected Type reference (TYPE) STRING 'joinType' 20100115
24 C_TAG_KEYFIGURE Constant Protected Type reference (TYPE) STRING 'keyfigure' 20100714
25 C_TAG_LEFTOUTER_JOIN Constant Protected Type reference (TYPE) STRING 'leftOuterJoin' 20100115
26 C_TAG_MPRO_IOBJ Constant Protected Type reference (TYPE) STRING 'infoObject' 20101005
27 C_TAG_MPRO_MAPPED_PROVIDER Constant Protected Type reference (TYPE) STRING 'mproMappedProvider' 20130522
28 C_TAG_PART_PROVIDER Constant Protected Type reference (TYPE) STRING 'partProvider' 20130522
29 C_TAG_SOURCE_COLUMN Constant Protected Type reference (TYPE) STRING 'sourceColumn' 20100115
30 C_TAG_TARGET_COLUMN Constant Protected Type reference (TYPE) STRING 'targetColumn' 20100115
31 C_TAG_UNION Constant Protected Type reference (TYPE) STRING 'union' 20100115
32 C_TAG_UNIT Constant Protected Type reference (TYPE) STRING 'unit' 20100115
33 O_CS_CALCULATION_ATTRIBUTS Constant Protected See coding 20101108
34 O_CS_CALCULATION_ELEMENTS Constant Protected See coding 20101108
35 O_CS_XML_CALC_TYPES Constant Protected See coding 20101117
36 O_R_COPR Instance attribute Protected Object reference (TYPE REF TO) CL_RSDD_LM_COMPOSITE_PROVIDER Index Superclass 20100714
37 O_T_CALCULATION_RULES Static Attribute Private Type reference (TYPE) G_T_CALCULATION_OPERAND_SPEC 20101114
38 P_OBJECT Instance attribute Private Type reference (TYPE) I Object Type Name 20100714
Methods
# Method Level Visibility Method type Description Created on
1 GET_CALCULATION_RULES Static method Public Method 20101114
2 INIT_CALCULATION_RULES Instance method Protected Method Defines calculation specification 20101114
Events
Class CL_RSDD_LM_COPR_XML has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 G_S_CALCULATION_OPERAND_SPEC Public See coding 20101114 BEGIN OF g_s_calculation_operand_spec, calc_type type string, max_oprd_nr type I, t_oprd_spec type g_t_operand_spec, END OF g_s_calculation_operand_spec
2 G_S_OPERAND_SPEC Public See coding 20101114 BEGIN OF g_s_operand_spec, is_optional TYPE rs_bool, types type g_t_oprd_types, END OF g_s_operand_spec
3 G_T_CALCULATION_OPERAND_SPEC Public See coding 20101114 g_t_calculation_operand_spec type STANDARD TABLE OF g_s_calculation_operand_spec WITH KEY calc_type
4 G_T_OPERAND_SPEC Public See coding 20101114 g_t_operand_spec type STANDARD TABLE OF g_s_operand_spec WITH DEFAULT KEY
5 G_T_OPRD_TYPES Public See coding 20101114 G_T_OPRD_TYPES TYPE STANDARD TABLE OF string WITH DEFAULT KEY
Method Signatures

Method GET_CALCULATION_RULES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting R_T_CALCULATION_RULES Call by reference Type reference (TYPE) G_T_CALCULATION_OPERAND_SPEC 20101114

Method GET_CALCULATION_RULES on class CL_RSDD_LM_COPR_XML has no exception.

Method INIT_CALCULATION_RULES Signature

Method INIT_CALCULATION_RULES on class CL_RSDD_LM_COPR_XML has no parameter.
Method INIT_CALCULATION_RULES on class CL_RSDD_LM_COPR_XML has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 730