IUUC_REPL_CONFIG SAP (Configuration of a replication mt_id) Table details

Dictionary Type: Table
Description: Configuration of a replication mt_id




ABAP Code to SELECT data from IUUC_REPL_CONFIG
Related tables to IUUC_REPL_CONFIG
Access table IUUC_REPL_CONFIG




Table field list including key, data, relationships and ABAP select examples

IUUC_REPL_CONFIG is a standard SAP Table which is used to store Configuration of a replication mt_id data and is available within R/3 SAP systems depending on the version and release level.

The IUUC_REPL_CONFIG table consists of various fields, each holding specific information or linking keys about Configuration of a replication mt_id data available in SAP. These include NUM_JOBS_TOTAL (number of replay jobs allowed to run in parallel to prod), NUM_JOBS_IL (number of replay jobs allowed to run in parallel to prod), REPL_MODE (Replication Mode), REPL_INTRVL_UNIT (Unit of Replication Interval).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP IUUC_REPL_CONFIG table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MT_IDDMC: Indicator for Mass Transfer DMC_MT_IDENTIFIERCHAR3CHAR03
NUM_JOBS_TOTALnumber of replay jobs allowed to run in parallel to prod IUUC_NUM_OF_JOBS_PARALLELNUMC3DMC_NUM_JOBS_PARALLEL
NUM_JOBS_ILnumber of replay jobs allowed to run in parallel to prod IUUC_NUM_OF_JOBS_PARALLELNUMC3DMC_NUM_JOBS_PARALLEL
REPL_MODEReplication Mode IUUC_REPL_MODENUMC1IUUC_REPL_MODE
REPL_INTRVL_UNITUnit of Replication Interval IUUC_REPL_INTERVALCHAR1IUUC_REPL_INTERVAL
VALUEInterval Value IUUC_INTRVL_VALUENUMC3NUM3
TIMEFixed processing time IUUC_FIXED_PROC_TIMETIMS6SYTIME
DATCL1Data class in technical settings TABARTCHAR5Assigned to domainTABART
DATCL2Data class in technical settings TABARTCHAR5Assigned to domainTABART
DATCL3Data class in technical settings TABARTCHAR5Assigned to domainTABART
RFC_CLIENT_ONLYBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
APPLICATIONReplication Application IUUC_REPL_APPLICATIONCHAR60Assigned to domainIUUC_REPL_APPLICATION
REUSE_SENDERIs this MT_ID used for multi logtab use? IUUC_MULTI_LOGTAB_USECHAR1IUUC_MULTI_LOGTAB_USE
STAT_COND_HOURCondense value for replication statistics IUUC_REPL_COND_VALNUMC3
STAT_COND_DAYCondense value for replication statistics IUUC_REPL_COND_VALNUMC3
STAT_DELETECondense value for replication statistics IUUC_REPL_COND_VALNUMC3
NUM_JOBS_ACPCALCnumber of replay jobs allowed to run in parallel to prod IUUC_NUM_OF_JOBS_PARALLELNUMC3DMC_NUM_JOBS_PARALLEL
IL_SCENARIOScenario of the IL phase (fast, consuming less ress) IUUC_LOAD_SCENARIONUMC1IUUC_LOAD_SCENARIO
TABLE_TEXT_LANGULanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002

Key field Non-key field



How do I retrieve data from SAP table IUUC_REPL_CONFIG using ABAP code

The following ABAP code Example will allow you to do a basic selection on IUUC_REPL_CONFIG to SELECT all data from the table
DATA: WA_IUUC_REPL_CONFIG TYPE IUUC_REPL_CONFIG.

SELECT SINGLE *
FROM IUUC_REPL_CONFIG
INTO CORRESPONDING FIELDS OF WA_IUUC_REPL_CONFIG
WHERE...

How to access SAP table IUUC_REPL_CONFIG

Within an ECC or HANA version of SAP you can also view further information about IUUC_REPL_CONFIG and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!