RFCDES SAP (Destination table for Remote Function Call) Table details

Dictionary Type: Table
Description: Destination table for Remote Function Call




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




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

RFCDES is a standard SAP Table which is used to store Destination table for Remote Function Call data and is available within R/3 SAP systems depending on the version and release level.

The RFCDES table consists of various fields, each holding specific information or linking keys about Destination table for Remote Function Call data available in SAP. These include RFCTYPE (Type of Entry in RFCDES), RFCOPTIONS (Connection options), RFCOPTIONT (Connection options), RFCOPTIONU (Connection options).. 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

Text table = RFCDOC


SAP RFCDES 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
RFCDESTLogical Destination (Specified in Function Call) RFCDESTCHAR32RFCDESTRFCF4_RFCDESTYPEALL
RFCTYPEType of Entry in RFCDES RFCTYPE_DCHAR1RFCTYPE
RFCOPTIONSConnection options RFCOPTIONSCHAR250RFCOPTIONS
RFCOPTIONTConnection options RFCOPTIONSCHAR250RFCOPTIONS
RFCOPTIONUConnection options RFCOPTIONSCHAR250RFCOPTIONS
RFCOPTIONVConnection options RFCOPTIONSCHAR250RFCOPTIONS
RFCOPTION1Connection options RFCOPTIONSCHAR250RFCOPTIONS
RFCOPTION2Connection options RFCOPTIONSCHAR250RFCOPTIONS
RFCOPTION3Connection options RFCOPTIONSCHAR250RFCOPTIONS
RFCOPTION4Connection options RFCOPTIONSCHAR250RFCOPTIONS
RFCOPTION5Connection options RFCOPTIONSCHAR250RFCOPTIONS
RFCOPTION6Connection options RFCOPTIONSCHAR250RFCOPTIONS
RFCOPTION7Connection options RFCOPTIONSCHAR250RFCOPTIONS
RFCOPTION8Connection options RFCOPTIONSCHAR250RFCOPTIONS
RFCOPTION9Connection options RFCOPTIONSCHAR250RFCOPTIONS
RFCOPTIONAConnection options RFCOPTIONSCHAR250RFCOPTIONS
RFCOPTIONBConnection options RFCOPTIONSCHAR250RFCOPTIONS

Key field Non-key field



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

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

SELECT SINGLE *
FROM RFCDES
INTO CORRESPONDING FIELDS OF WA_RFCDES
WHERE...

How to access SAP table RFCDES

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