DMC_RFC_SETTINGS SAP (RFC Destinations and System IDs) Table details

Dictionary Type: Table
Description: RFC Destinations and System IDs




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




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

DMC_RFC_SETTINGS is a standard SAP Table which is used to store RFC Destinations and System IDs data and is available within R/3 SAP systems depending on the version and release level.

The DMC_RFC_SETTINGS table consists of various fields, each holding specific information or linking keys about RFC Destinations and System IDs data available in SAP. These include ORGIDENT (DMC: General ID), RFC_DEST (Logical Destination (Specified in Function Call)), RFC_TYPE (Transfer Type), RFC_SRV (Home Server ID).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP DMC_RFC_SETTINGS 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
ORGUNITMWB: Type of Org. Unit (Global, Proj., Subproj., Conv.Obj. ) DMC_OTYPENUMC1DMC_OTYPE
ORGIDENTDMC: General ID DMC_IDENTCHAR20DMC_IDENT
RFC_DESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
RFC_TYPE Transfer Type0
RFC_SRV Home Server ID0
SEM_VALUELoad Control DMC_SEMAPHOREINT410
SEM_DIFF Deviation from Optimal Load Number0
SEM_STOP Stop Data Transfer (Suspend)0
SAP_RELSAP Basis Release DMC_SAP_RELEASECHAR4SAPREL
RCVR_RFCDESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
RCVR_SEMAPHORESemaphore Type DMC_SEMAPHORE_KINDCHAR4DMC_SEMAPHORE_KIND
RCVR_SAPSIDTarget System Name DMC_SYSID_RCVRCHAR8SYCHAR08
RCVR_SAPRELEASERelease of SAP System SYSAPRLCHAR4SYCHAR04
SNDR_RFCDESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
SNDR_SEMAPHORESemaphore Type DMC_SEMAPHORE_KINDCHAR4DMC_SEMAPHORE_KIND
SNDR_SAPSIDSource System Name DMC_SYSID_SNDRCHAR8SYCHAR08
SNDR_SAPRELEASERelease of SAP System SYSAPRLCHAR4SYCHAR04
RFCTYPEType of Entry in RFCDES RFCTYPE_DCHAR1RFCTYPE
RFCHOSTName of target host RFCHOSTCHAR100RFCHOST
RFCSERVICEService used (TCP service, SAP System number) RFCSERVICECHAR2RFCSERVICE
RFCCLIENTExplicit logon client RFCCLIENTCLNT3Assigned to domainMANDT
SAVESERVERSave target host as hostname? SAVEHOSTCHAR1RFCTYPE
RFCUNICODENumber of Bytes per Character (Unicode System) RFCUNICODENUMC1
RFCCONVERTConversion for Non-Compatible Codepage? (SPACE, 'I', 'N') RFCCONVERTCHAR1
RFCCONVXConversion Bytes (If RFCCONV = 'I') in Hex RFCCONVXCHAR8

Key field Non-key field



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

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

SELECT SINGLE *
FROM DMC_RFC_SETTINGS
INTO CORRESPONDING FIELDS OF WA_DMC_RFC_SETTINGS
WHERE...

How to access SAP table DMC_RFC_SETTINGS

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