IUUC_REPL_CONPAR SAP (Connection parameters -> linked to iuuc_repl_hdr) Table details

Dictionary Type: Table
Description: Connection parameters -> linked to iuuc_repl_hdr




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




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

IUUC_REPL_CONPAR is a standard SAP Table which is used to store Connection parameters -> linked to iuuc_repl_hdr data and is available within R/3 SAP systems depending on the version and release level.

The IUUC_REPL_CONPAR table consists of various fields, each holding specific information or linking keys about Connection parameters -> linked to iuuc_repl_hdr data available in SAP. These include SND_RCV (SND / RCV identification), PARAM_NAME (connection parameter name), PARAM_VALUE (connection parameter value).. 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_CONPAR 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
CONFIG_GUIDConfiguration GUID IUUC_REPL_CONFIG_GUIDCHAR32SYSUUID_C
SND_RCVSND / RCV identification IUUC_REPL_SND_RCVCHAR1IUUC_REPL_SND_RCV
PARAM_NAMEconnection parameter name IUUC_REPL_CONPAR_NAMECHAR30
PARAM_VALUEconnection parameter value IUUC_REPL_CONPAR_VALUECHAR128

Key field Non-key field



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

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

SELECT SINGLE *
FROM IUUC_REPL_CONPAR
INTO CORRESPONDING FIELDS OF WA_IUUC_REPL_CONPAR
WHERE...

How to access SAP table IUUC_REPL_CONPAR

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