IUUC_WD_REPL_PROPERTIES SAP (Schema Properties) Structure details

Dictionary Type: Structure
Description: Schema Properties




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




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

IUUC_WD_REPL_PROPERTIES is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Schema Properties" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_IUUC_WD_REPL_PROPERTIES TYPE IUUC_WD_REPL_PROPERTIES.

The IUUC_WD_REPL_PROPERTIES table consists of various fields, each holding specific information or linking keys about Schema Properties data available in SAP. These include SCHEMA_PASSWORD (Password for setting up the connection to the database), REPLAY_JOBS (number of replay jobs allowed to run in parallel to prod), INIT_LOAD_JOBS (number of replay jobs allowed to run in parallel to prod), TBLSP_CLASS1 (Data class in technical settings).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP IUUC_WD_REPL_PROPERTIES structure 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
NAMESchema Name IUUC_IMDB_SCHEMACHAR128IUUC_IMDB_SCHEMA
SCHEMA_PASSWORDPassword for setting up the connection to the database DBCON_PWDCHAR255TEXT255
REPLAY_JOBSnumber of replay jobs allowed to run in parallel to prod IUUC_NUM_OF_JOBS_PARALLELNUMC3DMC_NUM_JOBS_PARALLEL
INIT_LOAD_JOBSnumber of replay jobs allowed to run in parallel to prod IUUC_NUM_OF_JOBS_PARALLELNUMC3DMC_NUM_JOBS_PARALLEL
TBLSP_CLASS1Data class in technical settings TABARTCHAR5Assigned to domainTABART
TBLSP_CLASS2Data class in technical settings TABARTCHAR5Assigned to domainTABART
TBLSP_CLASS3Data class in technical settings TABARTCHAR5Assigned to domainTABART
REPL_MODEReplication Mode IUUC_REPL_MODENUMC1IUUC_REPL_MODE
REPL_INTERVAL_TYPEUnit of Replication Interval IUUC_REPL_INTERVALCHAR1IUUC_REPL_INTERVAL
REPL_INTERVAL_VALUEInterval Value IUUC_INTRVL_VALUENUMC3NUM3
REPL_TIMEFixed processing time IUUC_FIXED_PROC_TIMETIMS6SYTIME
SOURCE_SYSTEM_TYPEType of SND/RCV system IUUC_REPL_SYSTEM_TYPECHAR3IUUC_REPL_SYSTEM_TYPE
SOURCE_RFCDESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
SOURCE_LEGACY_DBDatabase Name of Legacy system IUUC_REPL_LEGACY_DBCHAR3IUUC_REPL_LEGACY_DB
SOURCE_LEGACY_DBCONLogical name for a database connection DBCON_NAMECHAR30Assigned to domainDBCON_NAME
SOURCE_LEGACY_SCHEMASchema Name IUUC_IMDB_SCHEMACHAR128IUUC_IMDB_SCHEMA
SOURCE_LEGACY_TBLSPTablespace Name of Legacy System IUUC_REPL_LEGACY_TABLESPACECHAR30
SOURCE_LEGACY_UNICODEReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
HANA_USERNAMEDatabase User DBCON_UIDCHAR30TEXT30
HANA_PASSWORDPassword for setting up the connection to the database DBCON_PWDCHAR255TEXT255
HANA_HOSTNAMEHost Name for IUUC Replication IUUC_WD_REPL_HOSTNAMECHAR32IUUC_WD_REPL_HOSTNAME
HANA_INSTANCE2-Digit Numeric Value NUM2NUMC2NUM2
DEFAULT_MT_IDDMC: Indicator for Mass Transfer DMC_MT_IDENTIFIERCHAR3CHAR03
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
DESCRDescription DMC_DESCRCHAR60DMC_DSTR
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 structure IUUC_WD_REPL_PROPERTIES using ABAP code?

As IUUC_WD_REPL_PROPERTIES is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on IUUC_WD_REPL_PROPERTIES as there is no data to select.

How to access SAP table IUUC_WD_REPL_PROPERTIES

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