SAP ABAP Class CL_RSDHAR_OBJECT (Runtime: Analysis Element)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST-HAP (Application Component) HANA Analysis Process
     RSDHA (Package) SAP HANA Analysis in BW
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSDHAR_OBJECT Runtime: Analysis Element 20120426
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSDHAR_OPER_INT Runtime: Operation Integrator (Super Class) 20120430
2 Inheritance (c INHERITING FROM c_ref)  CL_RSDHAR_SRC_DB_TABLE Runtime: Data Source - Database Table 20120713
3 Inheritance (c INHERITING FROM c_ref)  CL_RSDHAR_SRC_HAAP Runtime: Data Source HANA Analysis Process 20130705
4 Inheritance (c INHERITING FROM c_ref)  CL_RSDHAR_SRC_INFOPROV Runtime: Data Source InfoProvider 20120426
5 Inheritance (c INHERITING FROM c_ref)  CL_RSDHAR_SRC_INFOSOURCE Runtime: Data Source InfoSource 20130718
6 Inheritance (c INHERITING FROM c_ref)  CL_RSDHAR_TGT_DB_TABLE Runtime: Data Target - Database Table 20130626
7 Inheritance (c INHERITING FROM c_ref)  CL_RSDHAR_TGT_INFOPROV Runtime: Target Infoprov 20120703
8 Inheritance (c INHERITING FROM c_ref)  CL_RSDHAR_TGT_INFOSOURCE Runtime: Target InfoSource 20130912
9 Inheritance (c INHERITING FROM c_ref)  CL_RSDHAR_TGT_RESULT Runtime: Target Result 20120426
Properties
Class CL_RSDHAR_OBJECT  
Short Description Runtime: Analysis Element    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSDHA   SAP HANA Analysis in BW 
Created 20120426   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_RSDHAR_STATISTICAL_DATA Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 IF_RSDHAM_OBJECT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_RSDHAR_OBJECT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_RSDHA_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSDHAR_OBJECT Runtime: Analysis Element 20120426
Friends
Class CL_RSDHAR_OBJECT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_R_ANALYSIS_RT Instance attribute Public Attribute reference (LIKE) 20130114
2 N_R_INPUT_OBJECT_RT Instance attribute Public Attribute reference (LIKE) 20120511
3 N_R_OBJECT_OM Instance attribute Public Attribute reference (LIKE) 20120511
4 N_SUBCATEGORY Instance attribute Public Type reference (TYPE) RSDHA_OBJECT_SUBCATEG Subcategory of Analysis Element 20130503
5 O_DUMMY_MSG Instance attribute Protected Type reference (TYPE) C Dummy Character for Message Text 20130509
6 O_R_CALCSCENARIO Instance attribute Protected Object reference (TYPE REF TO) CL_RSDD_CS_CALCSCENARIO Create Calculation Scenario 20130531
7 O_R_SEL_PARAM_CONTAINER Instance attribute Protected Object reference (TYPE REF TO) CL_RSDHAR_SEL_PARAM_CONTAINER Runtime: Select "With Parameter" Container 20130627
8 O_R_SQL_STATEMENT Instance attribute Protected Object reference (TYPE REF TO) CL_SQL_STATEMENT SQL Statement 20130423
9 O_STATUID Instance attribute Protected Type reference (TYPE) CL_RSDHAR_STATISTICAL_DATA=>TN_STATUID Statistic UUID 20130627
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20120426
2 O_GET_DTP_FILTER Instance method Protected Method Add DTP filter 20130718
3 O_IS_CHANGELOG_EXTRACTION Instance method Protected Method Is change log extraction? 20131004
4 P_SET_ANALYSIS_RT Instance method Private Method Set Runtime Analysis 20130114
5 P_SET_INPUT_OBJECT_RT Instance method Private Method Dataprovider (Set Input Object) 20120509
6 P_SET_OBJECT_OM Instance method Private Method Reference Object Element 20120509
Events
Class CL_RSDHAR_OBJECT has no event.
Types
Class CL_RSDHAR_OBJECT 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_R_ANALYSIS_RT Call by reference Object reference (TYPE REF TO) IF_RSDHAR_ANALYSIS HANA Analysis Process (Runtime) 20130114
2 Importing I_R_INPUT_OBJECT_RT Call by reference Object reference (TYPE REF TO) IF_RSDHAR_OBJECT Analysis Element (Runtime) 20120503
3 Importing I_R_OBJECT_OM Call by reference Object reference (TYPE REF TO) IF_RSDHAM_OBJECT Analysis Process (Object Model) 20120503
4 Importing I_SUBCATEGORY Call by reference Type reference (TYPE) RSDHA_OBJECT_SUBCATEG SPACE Subcategory of Analysis Element 20130503
# Exception Resumable Description Created on
1 CX_RSDHA_MSG Exception with generic message 20120511

Method O_GET_DTP_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_ALL_POSSIBLE_FIELDS Call by reference Type reference (TYPE) IF_RSDHAM_FIELD_DESCR=>TN_T_FIELD All possible fields 20130724
2 Returning R_T_RANGE Value transfer Type reference (TYPE) IF_RSDHA_TYPES=>TN_T_RANGE Range table (select option) 20130718
# Exception Resumable Description Created on
1 CX_RSDHA_MSG Exception with generic message 20130724

Method O_IS_CHANGELOG_EXTRACTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_CHANGELOG_EXTRACTION Value transfer Type reference (TYPE) RSDRI_CHANGELOG_EXTRACTION Extraction from the DataStore Change Log? 20131004

Method O_IS_CHANGELOG_EXTRACTION on class CL_RSDHAR_OBJECT has no exception.

Method P_SET_ANALYSIS_RT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_ANALYSIS_RT Call by reference Object reference (TYPE REF TO) IF_RSDHAR_ANALYSIS HANA Analysis Process (Runtime) 20130114

Method P_SET_ANALYSIS_RT on class CL_RSDHAR_OBJECT has no exception.

Method P_SET_INPUT_OBJECT_RT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_INPUT_OBJECT_RT Call by reference Object reference (TYPE REF TO) IF_RSDHAR_OBJECT Analysis Element (Runtime) 20120509

Method P_SET_INPUT_OBJECT_RT on class CL_RSDHAR_OBJECT has no exception.

Method P_SET_OBJECT_OM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_OBJECT_OM Call by reference Object reference (TYPE REF TO) IF_RSDHAM_OBJECT Analysis Process (Object Model) 20120509

Method P_SET_OBJECT_OM on class CL_RSDHAR_OBJECT has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 730