SAP ABAP Class CL_IUUC_DB_CONN_RCV (abstract super class for db connections)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     CNV_IUUC_DB_CONNECTION (Package) Encapsulation of communication with remote systems non RFC
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_IUUC_CONN_RCV abstract super class for db types 20120919
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_IUUC_DB_RCV_ADA MAXDB implementation 20130422
2 Inheritance (c INHERITING FROM c_ref)  CL_IUUC_DB_RCV_DB2 DB2 mplementation 20120813
3 Inheritance (c INHERITING FROM c_ref)  CL_IUUC_DB_RCV_DB4 DB4 Implementation 20130422
4 Inheritance (c INHERITING FROM c_ref)  CL_IUUC_DB_RCV_DB6 DB6 implementation 20120817
5 Inheritance (c INHERITING FROM c_ref)  CL_IUUC_DB_RCV_HDB HANA implementation 20120425
6 Inheritance (c INHERITING FROM c_ref)  CL_IUUC_DB_RCV_INF Informix implementation 20130429
7 Inheritance (c INHERITING FROM c_ref)  CL_IUUC_DB_RCV_MSS MSS Implementation 20130422
8 Inheritance (c INHERITING FROM c_ref)  CL_IUUC_DB_RCV_ORA ORA implementation 20130122
9 Inheritance (c INHERITING FROM c_ref)  CL_IUUC_DB_RCV_SYB SYB Implementation 20130422
Properties
Class CL_IUUC_DB_CONN_RCV  
Short Description abstract super class for db connections    
Super Class CL_IUUC_CONN_RCV abstract super class for db types 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_IUUC_DB_CONNECTION   Encapsulation of communication with remote systems non RFC 
Created 20120425   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_IUUC_DB_CONN_RCV has no forward declaration.
Interfaces
Class CL_IUUC_DB_CONN_RCV has no interface implemented.
Friends
Class CL_IUUC_DB_CONN_RCV has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CONNECTION_REF Instance attribute Protected Object reference (TYPE REF TO) CL_SQL_CONNECTION Database Connection 20120521
2 DBCON Instance attribute Protected Type reference (TYPE) DBCON_NAME Logical name for a database connection 20120508
3 DO_CREATE_DB_TABLE Instance attribute Protected Type reference (TYPE) BOOLEAN Create the tables in the receiver or they exist allready? 20130123
4 DO_DROP_DB_TABLE Instance attribute Protected Type reference (TYPE) IUUC_REFRESH_BEHAVIOR Delete or not the table from receiver before replicate/load? 20130123
5 MT_STATEMENT Instance attribute Protected Type reference (TYPE) IUUC_T_TABLE_CREATE_STATEMENT Table of strings 20131001
6 MULTI_LOGTAB_USE Instance attribute Protected Type reference (TYPE) IUUC_MULTI_LOGTAB_USE Is this MT_ID used for multi logtab use? 20120921
7 RESULT_REF Instance attribute Protected Object reference (TYPE REF TO) CL_SQL_RESULT_SET Resulting Set of an SQL Query 20120521
8 SQL_ERRORTEXT Instance attribute Protected Type reference (TYPE) STRING SQL Error Message 20130124
9 SQL_EXCEPTION_REF Instance attribute Protected Object reference (TYPE REF TO) CX_SQL_EXCEPTION SQL Exception class 20130124
10 STATEMENT Instance attribute Protected Type reference (TYPE) STRING string which will get executed 20120521
11 STATEMENT_REF Instance attribute Protected Object reference (TYPE REF TO) CL_SQL_STATEMENT SQL statement 20120521
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CLUSTER_TABLE Instance method Protected Method add physical cluster table for creation locally 20121022
2 ALIVE_DBCON Static method Public Method check database connection is alive 20130109
3 ALTER_TABLE Instance method Protected Method alter the table on the target side 20130206
4 ALTER_TABLE_ON_DB Instance method Protected Method get statement and execute it 20130206
5 CHECK_DB_OBJECT_INDX Instance method Private Method check for INDX target tables 20130416
6 CHECK_LCL_TABLE Instance method Protected Method Check the existence of the local table 20130205
7 CHECK_OBJECT_INDX_EXISTENCE Instance method Private Method check for INDX target tables 20130911
8 CHECK_SYNONYM Instance method Protected Method Check the existence of a synonym in the rcv 20130205
9 CHECK_TABLE Instance method Protected Method Checks the existence of a table in the rcv 20130205
10 CHECK_VIEW Instance method Protected Method check for the existence of a view 20130205
11 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20120425
12 CREATE_LCL_TABLE Instance method Protected Method create local table on the SLT 20130205
13 CREATE_LCL_TABLE_NON_SAP Instance method Protected Method create local table non-sap 20130205
14 CREATE_SYNONYM Instance method Protected Method create synonym in target DB 20130205
15 CREATE_TABLE Instance method Protected Method create table 20130205
16 CREATE_TABLE_ON_DB Instance method Protected Method create table in target DB 20130205
17 CREATE_VIEW Instance method Protected Method create the view in target DB 20130205
18 DBCON_PING_SM700 Static method Private Method ping on db connction saprel < 700 20130109
19 DROP_SYNONYM Instance method Protected Method DROP the synonym 20130205
20 DROP_TABLE Instance method Protected Method DROP the table 20130205
21 DROP_VIEW Instance method Protected Method DROP view 20130205
22 GET_MULTI_USE_SENARIO Instance method Public Method Get multi use scenario 20130912
23 GET_STATEMENT_TABLE Instance method Public Method Get statement table 20131001
24 SET_DB_RCV_CONF_PARAMS Instance method Protected Method get the info from IUUC_DB_RCV_CONF table 20130123
Events
Class CL_IUUC_DB_CONN_RCV has no event.
Types
Class CL_IUUC_DB_CONN_RCV has no local type.
Method Signatures

Method ADD_CLUSTER_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_LCL_TABLES Call by reference Type reference (TYPE) IUUC_TABLIST List of table names 20121022
2 Importing IV_MT_ID Call by reference Type reference (TYPE) DMC_MT_IDENTIFIER DMC: Indicator for Mass Transfer 20121022
3 Returning RT_LCL_TABLES_ALL Value transfer Type reference (TYPE) IUUC_TABLIST List of table names 20121022

Method ADD_CLUSTER_TABLE on class CL_IUUC_DB_CONN_RCV has no exception.

Method ALIVE_DBCON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DBCON_NAME Call by reference Type reference (TYPE) DBCON_NAME Logical name for a database connection 20130109
2 Returning RV_IS_ALIVE Value transfer Type reference (TYPE) BOOLEAN boolean variable (X=true, -=false, space=unknown) 20130109
# Exception Resumable Description Created on
1 CX_IUUC_REPL_TECHNICAL Technical error in the access clases 20130109

Method ALTER_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MT_ID Call by reference Type reference (TYPE) DMC_MT_IDENTIFIER DMC: Indicator for Mass Transfer 20130206
2 Importing IV_TABLE Call by reference Type reference (TYPE) TABNAME Table Name 20130206
# Exception Resumable Description Created on
1 CX_IUUC_DB_CONN Excep. class for db connection 20130802
2 CX_IUUC_REPL_SQL SQL error in the access clases 20130206
3 CX_IUUC_REPL_TECHNICAL Technical error in the access clases 20130206

Method ALTER_TABLE_ON_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_X030L_NEW Call by reference Type reference (TYPE) X030L Nametab Header, Database Structure DDNTT 20130206
2 Importing IS_X030L_OLD Call by reference Type reference (TYPE) X030L Nametab Header, Database Structure DDNTT 20130206
3 Importing IT_DD03P_W_COMMENT Call by reference Type reference (TYPE) DMC_DD03P_TAB DMC: Table type for the field list of a structure 20130206
4 Importing IT_X031L_NEW Call by reference Type reference (TYPE) DDX031LTAB Nametab Fields 20130206
5 Importing IT_X031L_OLD Call by reference Type reference (TYPE) DDX031LTAB Nametab Fields 20130206
# Exception Resumable Description Created on
1 CX_IUUC_REPL_SQL SQL error in the access clases 20130206
2 CX_IUUC_REPL_TECHNICAL Technical error in the access clases 20130206

Method CHECK_DB_OBJECT_INDX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_LCL_TABLES_TO_DO Call by reference Type reference (TYPE) IUUC_TABLIST List of table names 20130416
2 Changing CT_SYNONYMS_TO_DO Call by reference Type reference (TYPE) IUUC_TABLIST List of table names 20130416
3 Changing CT_TABLES_TO_DO Call by reference Type reference (TYPE) IUUC_TABLIST List of table names 20130416
4 Changing CT_VIEW_TO_DO Call by reference Type reference (TYPE) IUUC_TABLIST List of table names 20130416
5 Importing IV_CHECK_LCL_TABLE Call by reference Type reference (TYPE) BOOLEAN boolean variable (X=true, -=false, space=unknown) 20130416
6 Importing IV_CHECK_SYNONYM Call by reference Type reference (TYPE) BOOLEAN boolean variable (X=true, -=false, space=unknown) 20130416
7 Importing IV_CHECK_TABLE Call by reference Type reference (TYPE) BOOLEAN boolean variable (X=true, -=false, space=unknown) 20130416
8 Importing IV_CHECK_VIEW Call by reference Type reference (TYPE) BOOLEAN boolean variable (X=true, -=false, space=unknown) 20130416
9 Importing IV_MT_ID Call by reference Type reference (TYPE) DMC_MT_IDENTIFIER DMC: Indicator for Mass Transfer 20130416
# Exception Resumable Description Created on
1 CX_IUUC_DB_CONN Excep. class for db connection 20140212
2 CX_IUUC_MULTI_LOGTAB_USE Multi logtab exception class 20130416
3 CX_IUUC_REPLICATION Exceptions of IUUC replication 20130416
4 CX_IUUC_REPL_SQL SQL error in the access clases 20130416

Method CHECK_LCL_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MT_ID Call by reference Type reference (TYPE) DMC_MT_IDENTIFIER DMC: Indicator for Mass Transfer 20130205
2 Importing IV_TABLE Call by reference Type reference (TYPE) TABNAME Table Name 20130205
3 Returning RV_EXIST Value transfer Type reference (TYPE) BOOLEAN boolean variable (X=true, -=false, space=unknown) 20130205
# Exception Resumable Description Created on
1 CX_IUUC_MULTI_LOGTAB_USE Multi logtab exception class 20130205
2 CX_IUUC_REPL_SQL SQL error in the access clases 20130205

Method CHECK_OBJECT_INDX_EXISTENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RESULT_LCL_TABLE Call by reference Type reference (TYPE) BOOLEAN boolean variable (X=true, -=false, space=unknown) 20130911
2 Exporting EV_RESULT_SYNONYM Call by reference Type reference (TYPE) BOOLEAN boolean variable (X=true, -=false, space=unknown) 20130911
3 Exporting EV_RESULT_TABLE Call by reference Type reference (TYPE) BOOLEAN boolean variable (X=true, -=false, space=unknown) 20130911
4 Exporting EV_RESULT_VIEW Call by reference Type reference (TYPE) BOOLEAN boolean variable (X=true, -=false, space=unknown) 20130911
5 Importing IV_CHECK_LCL_TABLE Call by reference Type reference (TYPE) BOOLEAN boolean variable (X=true, -=false, space=unknown) 20130911
6 Importing IV_CHECK_SYNONYM Call by reference Type reference (TYPE) BOOLEAN boolean variable (X=true, -=false, space=unknown) 20130911
7 Importing IV_CHECK_TABLE Call by reference Type reference (TYPE) BOOLEAN boolean variable (X=true, -=false, space=unknown) 20130911
8 Importing IV_CHECK_VIEW Call by reference Type reference (TYPE) BOOLEAN boolean variable (X=true, -=false, space=unknown) 20130911
9 Importing IV_MT_ID Call by reference Type reference (TYPE) DMC_MT_IDENTIFIER DMC: Indicator for Mass Transfer 20130911
10 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Table Name 20130911
# Exception Resumable Description Created on
1 CX_IUUC_DB_CONN Excep. class for db connection 20140320
2 CX_IUUC_MULTI_LOGTAB_USE Multi logtab exception class 20130911
3 CX_IUUC_REPLICATION Exceptions of IUUC replication 20130911
4 CX_IUUC_REPL_SQL SQL error in the access clases 20130911

Method CHECK_SYNONYM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MT_ID Call by reference Type reference (TYPE) DMC_MT_IDENTIFIER DMC: Indicator for Mass Transfer 20130205
2 Importing IV_TABLE Call by reference Type reference (TYPE) TABNAME Table Name 20130205
3 Returning RV_EXIST Value transfer Type reference (TYPE) BOOLEAN boolean variable (X=true, -=false, space=unknown) 20130205
# Exception Resumable Description Created on
1 CX_IUUC_DB_CONN Excep. class for db connection 20131128
2 CX_IUUC_MULTI_LOGTAB_USE Multi logtab exception class 20130205
3 CX_IUUC_REPL_SQL SQL error in the access clases 20130205

Method CHECK_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SCHEMA_NAME Call by reference Type reference (TYPE) IUUC_IMDB_SCHEMA Schema Name 20130205
2 Importing IV_TABLE Call by reference Type reference (TYPE) TABNAME Table in Receiver System 20130205
3 Returning RV_EXIST Value transfer Type reference (TYPE) BOOLEAN boolean variable (X=true, -=false, space=unknown) 20130205
# Exception Resumable Description Created on
1 CX_IUUC_REPL_SQL SQL error in the access clases 20130205

Method CHECK_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SCHEMA_NAME Call by reference Type reference (TYPE) IUUC_IMDB_SCHEMA Schema Name 20130205
2 Importing IV_VIEWNAME Call by reference Type reference (TYPE) TABNAME Table Name 20130205
3 Returning RV_EXIST Value transfer Type reference (TYPE) BOOLEAN boolean variable (X=true, -=false, space=unknown) 20130205
# Exception Resumable Description Created on
1 CX_IUUC_REPL_SQL SQL error in the access clases 20130205

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONFIG_GUID Call by reference Type reference (TYPE) IUUC_REPL_CONFIG_GUID Configuration GUID 20120816
2 Importing IV_DBCON Call by reference Type reference (TYPE) DBCON_NAME Logical name for a database connection 20120508
# Exception Resumable Description Created on
1 CX_IUUC_REPL_CONFIGURATION Configuration static check 20120425
2 CX_IUUC_REPL_SQL SQL error in the access clases 20120425

Method CREATE_LCL_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DD03P_W_COMMENT Call by reference Type reference (TYPE) DMC_DD03P_TAB DMC: Table type for the field list of a structure 20130205
2 Exporting EV_ALTER_TRUE Call by reference Type reference (TYPE) BOOLEAN boolean variable (X=true, -=false, space=unknown) 20130205
3 Importing IV_MT_ID Call by reference Type reference (TYPE) DMC_MT_IDENTIFIER DMC: Indicator for Mass Transfer 20130205
4 Importing IV_TABLE Call by reference Type reference (TYPE) TABNAME Table Name 20130205
# Exception Resumable Description Created on
1 CX_IUUC_DB_CONN Excep. class for db connection 20130802
2 CX_IUUC_REPL_SQL SQL error in the access clases 20130205
3 CX_IUUC_REPL_TECHNICAL Technical error in the access clases 20130205

Method CREATE_LCL_TABLE_NON_SAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DD02V Call by reference Type reference (TYPE) DD02V Generated Table for View DD02V 20130205
2 Importing IS_DD09L Call by reference Type reference (TYPE) DD09L DD: Technical settings of tables 20130205
3 Importing IT_DD03P Call by reference Type reference (TYPE) DMC_DD03P_TAB 20130205
4 Importing IV_MT_ID Call by reference Type reference (TYPE) DMC_MT_IDENTIFIER DMC: Indicator for Mass Transfer 20130205
5 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Table Name 20130205
# Exception Resumable Description Created on
1 CX_IUUC_REPL_SQL SQL error in the access clases 20130205
2 CX_IUUC_REPL_TECHNICAL Technical error in the access clases 20130205

Method CREATE_SYNONYM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MT_ID Call by reference Type reference (TYPE) DMC_MT_IDENTIFIER DMC: Indicator for Mass Transfer 20130205
2 Importing IV_TABLE Call by reference Type reference (TYPE) TABNAME Table Name 20130205
# Exception Resumable Description Created on
1 CX_IUUC_DB_CONN Excep. class for db connection 20130828
2 CX_IUUC_MULTI_LOGTAB_USE Multi logtab exception class 20130205
3 CX_IUUC_REPL_SQL SQL error in the access clases 20130205
4 CX_IUUC_REPL_TECHNICAL Technical error in the access clases 20130205

Method CREATE_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MT_ID Call by reference Type reference (TYPE) DMC_MT_IDENTIFIER DMC: Indicator for Mass Transfer 20130205
2 Importing IV_SIMULATE Call by reference Type reference (TYPE) BOOLEAN boolean variable (X=true, -=false, space=unknown) 20131001
3 Importing IV_TABLE Call by reference Type reference (TYPE) TABNAME Table Name 20130205
# Exception Resumable Description Created on
1 CX_IUUC_DB_CONN Excep. class for db connection 20130828
2 CX_IUUC_REPL_SQL SQL error in the access clases 20130205
3 CX_IUUC_REPL_TECHNICAL Technical error in the access clases 20130205

Method CREATE_TABLE_ON_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DD02V Call by reference Type reference (TYPE) DD02V Generated Table for View DD02V 20130205
2 Importing IS_DD09L Call by reference Type reference (TYPE) DD09L DD: Technical settings of tables 20130205
3 Importing IT_DD03P Call by reference Type reference (TYPE) DMC_DD03P_TAB DMC: Table type for the field list of a structure 20130205
4 Importing IT_DD03P_W_COMMENT Call by reference Type reference (TYPE) DMC_DD03P_TAB DMC: Table type for the field list of a structure 20130205
5 Importing IV_MT_ID Call by reference Type reference (TYPE) DMC_MT_IDENTIFIER DMC: Indicator for Mass Transfer 20130205
6 Importing IV_PARTITION_CMD Call by reference Type reference (TYPE) STRING 20130205
7 Importing IV_ROW_STORE Call by reference Type reference (TYPE) IUUC_REPL_TABLE_TYPE table type like default column store / row store / history m 20130205
8 Importing IV_SIMULATE Call by reference Type reference (TYPE) BOOLEAN boolean variable (X=true, -=false, space=unknown) 20131001
9 Importing IV_SRC_TABNAME Call by reference Type reference (TYPE) TABNAME Table Name 20130205
# Exception Resumable Description Created on
1 CX_IUUC_REPL_SQL SQL error in the access clases 20130205
2 CX_IUUC_REPL_TECHNICAL Technical error in the access clases 20130205

Method CREATE_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MT_ID Call by reference Type reference (TYPE) DMC_MT_IDENTIFIER DMC: Indicator for Mass Transfer 20130205
2 Importing IV_RFCDEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20130205
3 Importing IV_VIEWNAME Call by reference Type reference (TYPE) TABNAME Table Name 20130205
# Exception Resumable Description Created on
1 CX_IUUC_REPL_SQL SQL error in the access clases 20130205
2 CX_IUUC_REPL_TECHNICAL Technical error in the access clases 20130205

Method DBCON_PING_SM700 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_SQL_CONNECTION Call by reference Object reference (TYPE REF TO) CL_SQL_CONNECTION Database Connection 20130109
2 Returning RV_PING_OK Value transfer Type reference (TYPE) BOOLEAN boolean variable (X=true, -=false, space=unknown) 20130109
# Exception Resumable Description Created on
1 CX_SQL_EXCEPTION Exception Class for SQL Error 20130109

Method DROP_SYNONYM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MT_ID Call by reference Type reference (TYPE) DMC_MT_IDENTIFIER DMC: Indicator for Mass Transfer 20130205
2 Importing IV_TABLENAME Call by reference Type reference (TYPE) TABNAME Table Name 20130205
3 Returning RV_SYNNAME Value transfer Type reference (TYPE) TABNAME Table Name 20130205
# Exception Resumable Description Created on
1 CX_IUUC_DB_CONN Excep. class for db connection 20140321
2 CX_IUUC_MULTI_LOGTAB_USE Multi logtab exception class 20130205
3 CX_IUUC_REPL_SQL SQL error in the access clases 20130205

Method DROP_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MT_ID Call by reference Type reference (TYPE) DMC_MT_IDENTIFIER DMC: Indicator for Mass Transfer 20130205
2 Importing IV_TABLENAME Call by reference Type reference (TYPE) TABNAME Table Name 20130205
# Exception Resumable Description Created on
1 CX_IUUC_REPL_SQL SQL error in the access clases 20130205
2 CX_IUUC_REPL_TECHNICAL Technical error in the access clases 20130502

Method DROP_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MT_ID Call by reference Type reference (TYPE) DMC_MT_IDENTIFIER DMC: Indicator for Mass Transfer 20130205
2 Importing IV_VIEWNAME Call by reference Type reference (TYPE) TABNAME Table Name 20130205
# Exception Resumable Description Created on
1 CX_IUUC_REPL_SQL SQL error in the access clases 20130205

Method GET_MULTI_USE_SENARIO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_MULTI_LOGTAB_USE Value transfer Type reference (TYPE) IUUC_MULTI_LOGTAB_USE Is this MT_ID used for multi logtab use? 20130912

Method GET_MULTI_USE_SENARIO on class CL_IUUC_DB_CONN_RCV has no exception.

Method GET_STATEMENT_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_STATEMENT Value transfer Type reference (TYPE) IUUC_T_TABLE_CREATE_STATEMENT Is this MT_ID used for multi logtab use? 20131001

Method GET_STATEMENT_TABLE on class CL_IUUC_DB_CONN_RCV has no exception.

Method SET_DB_RCV_CONF_PARAMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONFIG_GUID Call by reference Type reference (TYPE) IUUC_REPL_CONFIG_GUID Configuration GUID 20130123

Method SET_DB_RCV_CONF_PARAMS on class CL_IUUC_DB_CONN_RCV has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in 2010_1_620