SAP ABAP Class CL_RSDHAR_TGT_INFOPROV (Runtime: Target Infoprov)
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 Inheritance (c INHERITING FROM c_ref)  CL_RSDHAR_OBJECT Runtime: Analysis Element 20120703
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSDHAR_TGT Runtime: Target 20120703
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_RSDHAR_TGT_ODSO Runtime: Target Data Sore Object 20130508
Properties
Class CL_RSDHAR_TGT_INFOPROV  
Short Description Runtime: Target Infoprov    
Super Class CL_RSDHAR_OBJECT Runtime: Analysis Element 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class RSDHA    
Program status     
Category 0   
Package RSDHA   SAP HANA Analysis in BW 
Created 20120703   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 CL_RSDHAR_TGT_INFOPROV Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_RSL_AINX_STAT Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 CL_RSTRAN_DB_STAT Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
5 IF_RSDHAM_FIELD_DESCR Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
6 IF_RSDHA_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
7 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
8 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSDHAR_TGT Runtime: Target 20120703
Friends
Class CL_RSDHAR_TGT_INFOPROV has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_C_SQL_STATEMENT_SEPARATOR Constant Public Type reference (TYPE) STRING '@$' SQL Statement Separator 20130604
2 O_DB_SCHEMA Instance attribute Protected Type reference (TYPE) STRING Default DB schema 20130509
3 O_LOCK_HNDL Instance attribute Protected Type reference (TYPE) RSPLS_LOCK_HNDL Handle for Locked Selection 20130509
4 O_R_AINX Instance attribute Protected Object reference (TYPE REF TO) CL_RSL_AINX Analytical Index 20130509
5 O_R_OPER_RT Instance attribute Protected Object reference (TYPE REF TO) CL_RSDHAR_OPER_INT Operation (Runtime) 20130509
6 O_R_TGT_INFOPROV_OM Instance attribute Protected Object reference (TYPE REF TO) CL_RSDHAM_TGT_INFOPROV Target InfoProvider 20130509
7 O_SRC_TABLE_NAME Instance attribute Protected Type reference (TYPE) TABNAME Source Table Name 20130509
8 O_S_DTA Instance attribute Protected Type reference (TYPE) RSD_S_DTA Properties InfoProvider 20130509
9 O_TGT_TABLE_NAME Instance attribute Protected Type reference (TYPE) STRING Target Table Name 20130509
10 O_TS_DTA_PRO Instance attribute Protected Type reference (TYPE) OT_TS_DTA_PRO InfoObject Properties in Data Target 20130528
11 O_TS_INPUT_MAPPING_TGT_FIELD Instance attribute Protected Type reference (TYPE) IF_RSDHAM_FIELD_DESCR=>TN_TS_FIELD Target Fields 20130528
12 O_T_INPUT_MAPPING Instance attribute Protected Type reference (TYPE) IF_RSDHA_TYPES=>TN_T_FIELD_MAPPING Input Mapping 20130509
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20120703
2 O_ADD_INPUT_MAPPING Instance method Protected Method Add views for Input Mapping 20130509
3 O_DEQUEUE Instance method Protected Method Dequeue After Saving 20130509
4 O_ENQUEUE Instance method Protected Method Enqueue before Saving 20130509
5 O_GET_SQL_STATEMENT Instance method Protected Method Upsert or Insert with Subquery from Default CalcView 20130509
6 O_GET_TGT_TABLE_NAME Instance method Protected Method Get Target Table Name 20130509
7 O_GET_TRUNCATE_STATEMENT Instance method Protected Method Truncate Table 20130509
8 P_AINX_END_EVENT Instance method Private Method Analytic Index: End Event 20130614
9 P_AINX_START_EVENT Instance method Private Method Analytic Index: Start Event 20130614
10 P_EXECUTE_UPDATE Instance method Private Method Execute Upsert or Insert into Target 20130625
11 SAVE Instance method Public Method 20120703
Events
Class CL_RSDHAR_TGT_INFOPROV has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 OT_TS_DTA_PRO Protected See coding 20130528 ot_ts_dta_pro TYPE SORTED TABLE OF rsd_s_dta_pro WITH NON-UNIQUE KEY primary_key COMPONENTS iobjnm
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 Process Element (Runtime) 20120703
3 Importing I_R_OBJECT_OM Call by reference Object reference (TYPE REF TO) IF_RSDHAM_OBJECT Analysis Process (Object Model) 20120703
# Exception Resumable Description Created on
1 CX_RSDHA_MSG Exception with Generic Message 20120703

Method O_ADD_INPUT_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_R_OUTPUT_VIEW Call by reference Object reference (TYPE REF TO) CL_RSDD_CS_CALCVIEW Calculation View Definition 20130509
# Exception Resumable Description Created on
1 CX_RSDHA_MSG Exception with generic message 20130725

Method O_DEQUEUE Signature

Method O_DEQUEUE on class CL_RSDHAR_TGT_INFOPROV has no parameter.
Method O_DEQUEUE on class CL_RSDHAR_TGT_INFOPROV has no exception.

Method O_ENQUEUE Signature

Method O_ENQUEUE on class CL_RSDHAR_TGT_INFOPROV has no parameter.
# Exception Resumable Description Created on
1 CX_RSDHA_MSG Exception with Generic Message 20130509

Method O_GET_SQL_STATEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_STATEMENT Value transfer Type reference (TYPE) STRING 20130509
# Exception Resumable Description Created on
1 CX_RSDHA_MSG Exception with generic message 20130624

Method O_GET_TGT_TABLE_NAME Signature

Method O_GET_TGT_TABLE_NAME on class CL_RSDHAR_TGT_INFOPROV has no parameter.
# Exception Resumable Description Created on
1 CX_RSDHA_MSG Exception with Generic Message 20130509

Method O_GET_TRUNCATE_STATEMENT Signature

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

Method O_GET_TRUNCATE_STATEMENT on class CL_RSDHAR_TGT_INFOPROV has no exception.

Method P_AINX_END_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CLOSE Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE 'X': Write and close 20130614
2 Importing I_DATA_ROWS Call by reference Type reference (TYPE) I Number of Data Rows 20130614
3 Importing I_EVENT Call by reference Type reference (TYPE) CL_RSL_AINX_STAT=>GT_EVENT Event ID 20130614

Method P_AINX_END_EVENT on class CL_RSDHAR_TGT_INFOPROV has no exception.

Method P_AINX_START_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHANGEMODE Call by reference Type reference (TYPE) CL_RSL_AINX_STAT=>GT_CHANGEMODE Type of Change 20130614
2 Importing I_START Call by reference Type reference (TYPE) RS_BOOL RS_C_TRUE 'X': Start Statistic 20130614

Method P_AINX_START_EVENT on class CL_RSDHAR_TGT_INFOPROV has no exception.

Method P_EXECUTE_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_SQL_STATEMENT Call by reference Object reference (TYPE REF TO) CL_SQL_STATEMENT SQL Statement 20130625
2 Returning R_ROWS_PROCESSED Value transfer Type reference (TYPE) I Rows processed 20130625
# Exception Resumable Description Created on
1 CX_RSDHA_MSG Exception with generic message 20130625

Method SAVE Signature

Method SAVE on class CL_RSDHAR_TGT_INFOPROV has no parameter.
Method SAVE on class CL_RSDHAR_TGT_INFOPROV has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 731