IUUC_REPL_EN SAP (Error notification settings for LT replicator) Table details

Dictionary Type: Table
Description: Error notification settings for LT replicator




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




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

IUUC_REPL_EN is a standard SAP Table which is used to store Error notification settings for LT replicator data and is available within R/3 SAP systems depending on the version and release level.

The IUUC_REPL_EN table consists of various fields, each holding specific information or linking keys about Error notification settings for LT replicator data available in SAP. These include EN_ACTIVE (Monitoring Enable/Disable Switch), SCH_INTERVAL (Schedule interval (in seconds) of LTR error notification job), NOTIFY_REPEAT (Interval (in minutes) when a notification will be send again), CHECK_MASTER_JOB (LTR monitoring: Check Master Job).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP IUUC_REPL_EN 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_IDENTIFIERCHAR3DMC_MT_HEADERCHAR03
EN_ACTIVEMonitoring Enable/Disable Switch IUUC_EN_ACTIVECHAR1XFELD
SCH_INTERVALSchedule interval (in seconds) of LTR error notification job IUUC_SCH_INTERVALDEC5DEC5
NOTIFY_REPEATInterval (in minutes) when a notification will be send again IUUC_NOTIFY_REPEATDEC5DEC5
CHECK_MASTER_JOBLTR monitoring: Check Master Job IUUC_CHK_MASTERCHAR1XFELD
CHECK_CONNECTIONLTR monitoring: Check Connections to source and target sys. IUUC_CHK_CONNCHAR1XFELD
CHECK_LOAD_JOBSLTR Monitoring: Check Data Load Jobs IUUC_CHK_LOADCHAR1XFELD
CHECK_TRIGGERLTR monitoring: Check trigger state in Source System IUUC_CHK_TRIGGERCHAR1XFELD
CHECK_LOGTABLTR Monitoring: Check Log Tables in Source System IUUC_CHK_LOGTABCHAR1XFELD
CHECK_LATENCYLTR Monitoring: Check Latency IUUC_CHK_LATENCYCHAR1XFELD
CHECK_REPL_STGLTR Monitoring: Check Error indicators / log records IUUC_CHK_STGCHAR1XFELD
CHECK_SYNLTR Monitoring: Check Synonimous IUUC_CHK_SYNCHAR1XFELD
CHECK_TARGET_TABLTR Monitoring: Check Tables exist in Target IUUC_CHK_TARGETCHAR1XFELD
CHECK_LANGUAGELTR Monitoring: Check Table Language IUUC_CHK_LANGCHAR1XFELD
LAST_RUNUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
LAST_NOTIFYUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM IUUC_REPL_EN
INTO CORRESPONDING FIELDS OF WA_IUUC_REPL_EN
WHERE...

How to access SAP table IUUC_REPL_EN

Within an ECC or HANA version of SAP you can also view further information about IUUC_REPL_EN 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!