SAP ABAP Class CL_IUUC_REPL_CONFIG_ACCESS (work with table IUUC_REPL_CONFIG)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     CNV_IUUC_REPLICATION (Package) IUUC: Replication tools
Properties
Class CL_IUUC_REPL_CONFIG_ACCESS  
Short Description work with table IUUC_REPL_CONFIG    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_IUUC_REPLICATION   IUUC: Replication tools 
Created 20110818   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_IUUC_REPL_CONFIG_ACCESS has no forward declaration.
Interfaces
Class CL_IUUC_REPL_CONFIG_ACCESS has no interface implemented.
Friends
Class CL_IUUC_REPL_CONFIG_ACCESS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_REPL_INTRVL_UNIT_DAY Constant Public Type reference (TYPE) IUUC_REPL_INTERVAL 'D' Unit of Replication Interval 20110818
2 CO_REPL_INTRVL_UNIT_HOURS Constant Public Type reference (TYPE) IUUC_REPL_INTERVAL 'H' Unit of Replication Interval 20110818
3 CO_REPL_INTRVL_UNIT_MINUTES Constant Public Type reference (TYPE) IUUC_REPL_INTERVAL 'M' Unit of Replication Interval 20110818
4 CO_REPL_MODE_REAL_TIME Constant Public Type reference (TYPE) IUUC_REPL_MODE '1' Replication Mode 20110818
5 CO_REPL_MODE_TIME_INTERVAL Constant Public Type reference (TYPE) IUUC_REPL_MODE '2' Replication Mode 20110818
6 CO_REPL_MODE_TIME_SCHEDULE Constant Public Type reference (TYPE) IUUC_REPL_MODE '3' Replication Mode 20110818
7 CO_REPL_TARGET_MODE_DEFAULT Constant Public Type reference (TYPE) IUUC_REPL_TRG_SCENARIO 'RFC' Target system replication scenario 20130220
8 CO_REPL_TARGET_MODE_ODQ Constant Public Type reference (TYPE) IUUC_REPL_TRG_SCENARIO 'ODQ' Target system replication scenario 20130222
9 CO_REPL_TARGET_MODE_PSA Constant Public Type reference (TYPE) IUUC_REPL_TRG_SCENARIO 'PSA' Target system replication scenario 20130311
10 MT_TABLE_BUFFER Static Attribute Private Type reference (TYPE) TTYPE_IUUC_REPL_CONFIG buffer for configurations 20130208
Methods
# Method Level Visibility Method type Description Created on
1 DELETE Static method Public Method delete entry 20110829
2 GET_APPLICATION Static method Public Method Get assigned application 20111130
3 GET_ARCHIVE_DEL Static method Public Method get information concerning ignoring archive deletes 20130208
4 GET_NUMBER_OF_JOBS Static method Public Method Get number of total jobs defined for schema 20110822
5 GET_RD_BASED_IL_SCENARIO Static method Public Method get reading type based on initial load scenario 20120920
6 GET_REPL_MODE Static method Public Method Get replication mode 20110820
7 GET_TRG_SCENARIO Static method Public Method get the target scenario (db_conn / BW_PSA / ODQ) 20130311
8 MODIFY Static method Public Method Modify config entry 20110820
9 READ_INTO_BUFFER Static method Private Method read records into buffer 20130208
10 REDUCE_LOAD_JOBS_FOR_MT Static method Public Method Reduce number of load jobs with given percentage 20110820
11 SELECT_BY_MT Static method Public Method Select config entry 20110820
12 SET_LOAD_JOBS Static method Public Method Set the number of load jobs 20110823
Events
Class CL_IUUC_REPL_CONFIG_ACCESS has no event.
Types
Class CL_IUUC_REPL_CONFIG_ACCESS has no local type.
Method Signatures

Method DELETE 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 20110829

Method DELETE on class CL_IUUC_REPL_CONFIG_ACCESS has no exception.

Method GET_APPLICATION 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 20111130
2 Returning RV_APPLICATION Value transfer Type reference (TYPE) IUUC_REPL_APPLICATION Replication Application 20111130
# Exception Resumable Description Created on
1 CX_IUUC_REPL_SQL SQL error in the access clases 20111130

Method GET_ARCHIVE_DEL 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 20130208
2 Returning RV_IGNORE_ARCHIVE_DELETES Value transfer Type reference (TYPE) IUUC_IGNORE_ARCHIVE_DELETES ignore deletes due to archiving 20130208

Method GET_ARCHIVE_DEL on class CL_IUUC_REPL_CONFIG_ACCESS has no exception.

Method GET_NUMBER_OF_JOBS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_NUM_LOAD_JOBS Call by reference Type reference (TYPE) IUUC_NUM_OF_JOBS_PARALLEL number of replay jobs allowed to run in parallel to prod 20110822
2 Exporting EV_TOTAL_NUM_JOBS Call by reference Type reference (TYPE) IUUC_NUM_OF_JOBS_PARALLEL number of replay jobs allowed to run in parallel to prod 20110822
3 Importing IV_MT_ID Call by reference Type reference (TYPE) DMC_MT_IDENTIFIER DMC: Indicator for Mass Transfer 20110822
# Exception Resumable Description Created on
1 CX_IUUC_REPL_SQL SQL error in the access clases 20110826

Method GET_RD_BASED_IL_SCENARIO 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 20120920
2 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Table Name 20120920
3 Returning RV_READING_TYPE Value transfer Type reference (TYPE) DMC_READING_TYPE reading type (transparent, pool, cluster, indx-cluster) 20120920

Method GET_RD_BASED_IL_SCENARIO on class CL_IUUC_REPL_CONFIG_ACCESS has no exception.

Method GET_REPL_MODE 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 20110820
2 Returning RV_REPL_MODE Value transfer Type reference (TYPE) IUUC_REPL_MODE Replication Mode 20110820
# Exception Resumable Description Created on
1 CX_IUUC_REPL_CONFIGURATION Configuration static check 20110826
2 CX_IUUC_REPL_SQL SQL error in the access clases 20110826

Method GET_TRG_SCENARIO 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 20130311
2 Returning RV_TRG_SCENARIO Value transfer Type reference (TYPE) IUUC_REPL_TRG_SCENARIO Target system replication scenario 20130311
# Exception Resumable Description Created on
1 CX_IUUC_REPL_SQL SQL error in the access clases 20130311

Method MODIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_REPL_CONFIG Call by reference Type reference (TYPE) IUUC_REPL_CONFIG Configuration of a replication mt_id 20110820
# Exception Resumable Description Created on
1 CX_IUUC_REPL_SQL SQL error in the access clases 20110826

Method READ_INTO_BUFFER 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 20130208

Method READ_INTO_BUFFER on class CL_IUUC_REPL_CONFIG_ACCESS has no exception.

Method REDUCE_LOAD_JOBS_FOR_MT 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 20110820
2 Importing IV_REDUCTION Call by reference Type reference (TYPE) I 20 20110820
# Exception Resumable Description Created on
1 CX_IUUC_REPL_SQL SQL error in the access clases 20110826

Method SELECT_BY_MT 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 20110820
2 Returning RS_REPL_CONFIG Value transfer Type reference (TYPE) IUUC_REPL_CONFIG Configuration of a replication mt_id 20110820
# Exception Resumable Description Created on
1 CX_IUUC_REPL_SQL SQL error in the access clases 20110826

Method SET_LOAD_JOBS 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 20110823
2 Importing IV_NUM_JOBS Call by reference Type reference (TYPE) I 20110823
# Exception Resumable Description Created on
1 CX_IUUC_REPL_SQL SQL error in the access clases 20110826
History
Last changed by/on SAP  20141030 
SAP Release Created in 2010_1_620