SAP ABAP Class CL_RSDHAR_TGT_DB_TABLE (Runtime: Data Target - Database Table)
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 20130626
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSDHAR_TGT Runtime: Target 20130626
Properties
Class CL_RSDHAR_TGT_DB_TABLE  
Short Description Runtime: Data Target - Database Table    
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 20130626   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_RSDHAM_FIELD_DESCR Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 IF_RSDHA_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 RS 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 20130626
Friends
Class CL_RSDHAR_TGT_DB_TABLE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_DB_SCHEMA Instance attribute Protected Type reference (TYPE) STRING DB schema 20130627
2 P_OPEN_HUB_REQUEST_HANDLING Instance attribute Private Type reference (TYPE) RS_BOOL Open Hub Request Handling 20130628
3 P_R_OPER_RT Instance attribute Private Object reference (TYPE REF TO) CL_RSDHAR_OPER_INT Runtime: Operation Integrator (Super Class) 20130627
4 P_R_TGT_DB_TABLE_OM Instance attribute Private Object reference (TYPE REF TO) CL_RSDHAM_TGT_DB_TABLE Target Database Table 20130627
5 P_TS_INPUT_MAPPING_TGT_FIELD Instance attribute Private Type reference (TYPE) IF_RSDHAM_FIELD_DESCR=>TN_TS_FIELD Target Fields 20130627
6 P_T_INPUT_MAPPING Instance attribute Private Type reference (TYPE) IF_RSDHA_TYPES=>TN_T_FIELD_MAPPING Input Mapping 20130627
7 P_T_TGT_DD03P Instance attribute Private Type reference (TYPE) IF_RSDHA_TYPES=>TN_T_DD03P Target Fields 20130930
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20130627
2 P_ADD_CALC_ATTRIBUTES Instance method Private Method Add Calculated Attributes 20130628
3 P_ADD_INPUT_MAPPING Instance method Private Method Add views for Input Mapping 20130627
4 P_DEQUEUE Instance method Private Method Dequeue After Saving 20130627
5 P_ENQUEUE Instance method Private Method Enqueue Before Saving 20130627
6 P_EXECUTE_UPDATE Instance method Private Method Execute Upsert or Insert into Target 20130627
7 P_GET_PACKAGES_AND_RECORDS Instance method Private Method Get Packages and Records 20130724
8 P_GET_SQL_STATEMENT Instance method Private Method Upsert or Insert with Subquery from Default CalcView 20130627
9 P_GET_TRUNCATE_STATEMENT Instance method Private Method Truncate Table 20130627
10 P_GET_WRITE_MODE Instance method Private Method Get Write Mode 20130724
11 P_UPDATE_DTP_REQUEST Instance method Private Method Update DTP Request 20130724
Events
Class CL_RSDHAR_TGT_DB_TABLE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_S_PACKAGE_AND_RECORDS Public See coding Package and Records (Structure) 20130724 BEGIN OF tn_s_package_and_records, datapakid TYPE int4, lines TYPE int4, END OF tn_s_package_and_records
2 TN_T_PACKAGE_AND_RECORDS Public See coding Package and Records (Table Type) 20130724 tn_t_package_and_records TYPE STANDARD TABLE OF tn_s_package_and_records WITH DEFAULT KEY
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) 20130627
2 Importing I_R_INPUT_OBJECT_RT Call by reference Object reference (TYPE REF TO) IF_RSDHAR_OBJECT Analysis Element (Runtime) 20130627
3 Importing I_R_OBJECT_OM Call by reference Object reference (TYPE REF TO) IF_RSDHAM_OBJECT Analysis Process (Object Model) 20130627
4 Importing I_SUBCATEGORY Call by reference Type reference (TYPE) RSDHA_OBJECT_SUBCATEG SPACE Subcategory of Analysis Element 20130627
# Exception Resumable Description Created on
1 CX_RSDHA_MSG Exception with generic message 20130627

Method P_ADD_CALC_ATTRIBUTES Signature

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

Method P_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 20130627
# Exception Resumable Description Created on
1 CX_RSDHA_MSG Exception with generic message 20130725

Method P_DEQUEUE Signature

Method P_DEQUEUE on class CL_RSDHAR_TGT_DB_TABLE has no parameter.
Method P_DEQUEUE on class CL_RSDHAR_TGT_DB_TABLE has no exception.

Method P_ENQUEUE Signature

Method P_ENQUEUE on class CL_RSDHAR_TGT_DB_TABLE has no parameter.
# Exception Resumable Description Created on
1 CX_RSDHA_MSG Exception with generic message 20130627

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 20130627
# Exception Resumable Description Created on
1 CX_RSDHA_MSG Exception with generic message 20130627

Method P_GET_PACKAGES_AND_RECORDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_REQUEST Call by reference Object reference (TYPE REF TO) CL_RSBK_REQUEST DTP Request 20130724
2 Returning R_T_PACKAGE_AND_RECORDS Value transfer Type reference (TYPE) CL_RSDHAR_TGT_DB_TABLE=>TN_T_PACKAGE_AND_RECORDS Package and Records (Table Type) 20130724

Method P_GET_PACKAGES_AND_RECORDS on class CL_RSDHAR_TGT_DB_TABLE has no exception.

Method P_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 Statement 20130627
# Exception Resumable Description Created on
1 CX_RSDHA_MSG Exception with generic message 20130627

Method P_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 SQL statement 20130627

Method P_GET_TRUNCATE_STATEMENT on class CL_RSDHAR_TGT_DB_TABLE has no exception.

Method P_GET_WRITE_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_WRITE_MODE Value transfer Type reference (TYPE) IF_RSDHA_TYPES=>TN_WRITE_MODE Write mode (full update/update) 20130724
# Exception Resumable Description Created on
1 CX_RSDHA_MSG Exception with generic message 20130724

Method P_UPDATE_DTP_REQUEST Signature

Method P_UPDATE_DTP_REQUEST on class CL_RSDHAR_TGT_DB_TABLE has no parameter.
# Exception Resumable Description Created on
1 CX_RS_FAILED Operation Failed 20130724
2 CX_RS_FOREIGN_LOCK Object Is Locked (Do Not Use as Higher-Level Class) 20130724
3 CX_RS_NOT_FOUND Object Not Found 20130724
History
Last changed by/on SAP  20140121 
SAP Release Created in 740