CRMRFCPAR SAP (Definitions for RFC Connections) Table details

Dictionary Type: Table
Description: Definitions for RFC Connections




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




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

CRMRFCPAR is a standard SAP Table which is used to store Definitions for RFC Connections data and is available within R/3 SAP systems depending on the version and release level.

The CRMRFCPAR table consists of various fields, each holding specific information or linking keys about Definitions for RFC Connections data available in SAP. These include CONSUMER (User of R/3 Adaptor Functionality), OBJNAME (Object/Mobile Sales Table Name), RFCDEST (Logical Destination (Specified in Function Call)), DOWNLOAD (Download Types for CRMRFCPAR).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP CRMRFCPAR 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
CONSUMERUser of R/3 Adaptor Functionality CONSUMERCHAR10CRMCONSUMCONSUMER
OBJNAMEObject/Mobile Sales Table Name CRM_OBJNAMCHAR15CHAR15
RFCDESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
DOWNLOADDownload Types for CRMRFCPAR DWNLDTYPCHAR1DWNLDTYP
RFC_QUEUEName of tRFC Queue CRMQNAMCHAR24CHAR24
RFC_IN_QUEName of tRFC Queue CRMQNAMCHAR24CHAR24
BAPINAMEName of Recipient BAPI to Be Called BAPINAMECHAR30Assigned to domainFUNCNAME
INFOInformation/Comments CRMINFOCHAR30CHAR30
INACTIVEData Record Inactive CRMACTIVECHAR1XFELD
DISCARDDATIndicator: Discard Data DISCARDDATCHAR1XFELD
USE_IN_QIndicator, for Whether Inqueue Was Used CRMINQUSEDCHAR1CHAR1
SEND_XMLShould Data Be Sent in XML Format? CRMSENDXMLCHAR1CRMSENDXML
HOLD_DATAIndicator: Record Data in Sender System? HOLD_DATACHAR1HOLD_DATA
CRM_RELSAP Release SAPRELEASECHAR10CHAR10
LAST_UPDSystem Date SYDATUMDATS8SYDATS
USERNAMELast Changed by User CHANGNAMECHAR12UNAME
CHANGEDATELast Changed On CHANGDATEDATS8DATUM
CHANGETIMETime of Last Change CHANGTIMETIMS6SYTIME
REM_LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMRFCPAR
INTO CORRESPONDING FIELDS OF WA_CRMRFCPAR
WHERE...

How to access SAP table CRMRFCPAR

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