SAP ABAP Class CL_IUUC_REPAIR_REPL_CONTROL (Replication Data Repair)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     CNV_IUUC_REPAIR_CDC (Package) Package for CDC Repair Functionality
Properties
Class CL_IUUC_REPAIR_REPL_CONTROL  
Short Description Replication Data Repair    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_IUUC_REPAIR_CDC   Package for CDC Repair Functionality 
Created 20131210   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_IUUC_REPAIR_REPL_CONTROL has no forward declaration.
Interfaces
Class CL_IUUC_REPAIR_REPL_CONTROL has no interface implemented.
Friends
Class CL_IUUC_REPAIR_REPL_CONTROL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_INCONSISTENCY_TYPE_1 Constant Public Type reference (TYPE) CHAR1 '1' Objects existing in System 1 only, but not in System 2 20131210
2 CO_INCONSISTENCY_TYPE_2 Constant Public Type reference (TYPE) CHAR1 '2' Objects existing in System 2 only, but not in System 1 20131210
3 CO_INCONSISTENCY_TYPE_3 Constant Public Type reference (TYPE) CHAR1 '3' Objects existing in both Systems, but with differences in da 20131210
4 CO_TAB_FIELD_SEPARATOR Constant Private Type reference (TYPE) STRING '~' 20140408
5 CO_VALUE_SEPARATOR Constant Private Type reference (TYPE) STRING '\' 20140408
6 MO_DBCON_RCV Instance attribute Private Object reference (TYPE REF TO) CL_IUUC_CONN_RCV abstract super class for db types 20131210
7 MO_LOG_HANDLER Instance attribute Private Object reference (TYPE REF TO) CL_DMC_LOG_HANDLER Log handler for MWB/DTL 20131210
8 MO_SND_CONN Instance attribute Private Object reference (TYPE REF TO) CL_IUUC_SND_CONN Abstract superclass for sender encapsulation 20131210
9 MS_MT_TABLES Instance attribute Private Type reference (TYPE) DMC_MT_TABLES DMC: Tables for a mass data transfer 20131210
10 MS_TABLES Instance attribute Private Type reference (TYPE) IUUC_TABLES tables to be processed by IUUC 20131210
11 MT_MESSAGE Instance attribute Private Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20140408
12 MT_RESULT_KEYS_LIST Instance attribute Private Type reference (TYPE) STRING_TABLE Table of Strings 20131210
13 MT_RESULT_META_DATA_1 Instance attribute Private Type reference (TYPE) STRING_TABLE Table of Strings 20131210
14 MT_RESULT_META_DATA_2 Instance attribute Private Type reference (TYPE) STRING_TABLE Table of Strings 20131210
15 MT_SQL_TABLE_META_DATA Instance attribute Private Type reference (TYPE) DMC_STRING_TAB MWB: Table With Strings 20140408
16 MV_CHECK Instance attribute Private Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20131210
17 MV_CONFIG_GUID Instance attribute Private Type reference (TYPE) IUUC_REPL_CONFIG_GUID Configuration GUID 20131210
18 MV_MAXIMAL_NUMBER_OF_ERRORS Constant Private Type reference (TYPE) I 100 20140408
19 MV_MESSAGE Instance attribute Private Type reference (TYPE) BAPIRET2 Return Parameter 20140408
20 MV_MSGV1 Instance attribute Private Type reference (TYPE) SYMSGV Message Variable 20131210
21 MV_MSGV2 Instance attribute Private Type reference (TYPE) SYMSGV Message Variable 20131210
22 MV_MSGV3 Instance attribute Private Type reference (TYPE) SYMSGV Message Variable 20131210
23 MV_MSGV4 Instance attribute Private Type reference (TYPE) SYMSGV Message Variable 20131210
24 MV_MT_ID Instance attribute Private Type reference (TYPE) DMC_MT_IDENTIFIER DMC: Indicator for Mass Transfer 20131210
25 MV_NUMBER_OF_ERRORS Instance attribute Private Type reference (TYPE) I 20140408
26 MV_SHADOWTAB_NAME Instance attribute Private Type reference (TYPE) TABNAME Table Name 20131210
27 MV_SND_RFCDEST Instance attribute Private Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20131210
28 MV_TABNAME Instance attribute Private Type reference (TYPE) TABNAME Table Name 20131210
Methods
# Method Level Visibility Method type Description Created on
1 CALL_DSWP_CDC_GET_RESULT_KEYS Instance method Public Method Call DSWP_CDC_GET_RESULT_KEYS 20140408
2 COLLECT_OBJECT_INFO Instance method Private Method Collect object info 20131210
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20131210
4 FILL_APPLICATION_LOG Instance method Public Method Fill application log 20131210
5 GET_CONNECTION Instance method Private Method Get connection 20131210
6 GET_SOURCE_RFC Instance method Public Method Set Sender RFC destination 20131210
Events
Class CL_IUUC_REPAIR_REPL_CONTROL has no event.
Types
Class CL_IUUC_REPAIR_REPL_CONTROL has no local type.
Method Signatures

Method CALL_DSWP_CDC_GET_RESULT_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CDC_RESULT_KEYS_LIST Call by reference Type reference (TYPE) STRING_TABLE Table of Strings 20140408
2 Exporting EV_ERROR Call by reference Type reference (TYPE) BOOLEAN Table with BAPI Return Information 20140408
3 Importing IV_COMP_INSTANCE_NAME Call by reference Type reference (TYPE) CHAR40 Character field of length 40 20140408
4 Importing IV_COMP_INSTANCE_RUN Call by reference Type reference (TYPE) NUMC10 Numeric Character Field, Length 10 20140408
5 Importing IV_INCONSISTENCY_TYPE Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20140408
6 Importing IV_SOLMAN_RFC Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20140408
7 Changing XT_SOURCE_TABLE_META_DATA Call by reference Type reference (TYPE) DMC_STRING_TAB MWB: Table With Strings 20140408

Method CALL_DSWP_CDC_GET_RESULT_KEYS on class CL_IUUC_REPAIR_REPL_CONTROL has no exception.

Method COLLECT_OBJECT_INFO Signature

Method COLLECT_OBJECT_INFO on class CL_IUUC_REPAIR_REPL_CONTROL has no parameter.
# Exception Resumable Description Created on
1 CX_IUUC_REPAIR Exception class repiar 20131210

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CHECK Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20131210
2 Importing IV_MT_ID Call by reference Type reference (TYPE) DMC_MT_IDENTIFIER DMC: Indicator for Mass Transfer 20131210
3 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Table Name 20131210
# Exception Resumable Description Created on
1 CX_IUUC_REPAIR Exception class repiar 20131210

Method FILL_APPLICATION_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_LOG_HANDLER Call by reference Object reference (TYPE REF TO) CL_DMC_LOG_HANDLER Log handler for MWB/DTL 20131210
2 Importing IT_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20131210

Method FILL_APPLICATION_LOG on class CL_IUUC_REPAIR_REPL_CONTROL has no exception.

Method GET_CONNECTION Signature

Method GET_CONNECTION on class CL_IUUC_REPAIR_REPL_CONTROL has no parameter.
# Exception Resumable Description Created on
1 CX_IUUC_REPAIR Exception class repiar 20131210

Method GET_SOURCE_RFC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SND_RFCDEST Value transfer Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20131210

Method GET_SOURCE_RFC on class CL_IUUC_REPAIR_REPL_CONTROL has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in 2010_1_700