DB2RFCCONN SAP (RFC - Connection) Table details

Dictionary Type: Table
Description: RFC - Connection




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




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

DB2RFCCONN is a standard SAP Table which is used to store RFC - Connection data and is available within R/3 SAP systems depending on the version and release level.

The DB2RFCCONN table consists of various fields, each holding specific information or linking keys about RFC - Connection data available in SAP. These include RFCUSER (DB2/390: RFC user for alert router), RFCPASSWD (RFC password), RFCSAPRL (SAP release), RFCCLIENT (DB2/390: Alert receiver client).. 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: Not classified


SAP DB2RFCCONN 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
RFCDESTRFC destination for alert router DB2RFCDESCHAR4DB2CHAR04
RFCUSERDB2/390: RFC user for alert router DB2RFCUSRCHAR12DB2CHAR12
RFCPASSWDRFC password DB2RFCPASSCHAR22DB2CHAR22
RFCSAPRLSAP release DB2SAPRLCHAR4DB2CHAR04
RFCCLIENTDB2/390: Alert receiver client DB2MANDTCHAR4DB2CHAR04
RFCLANGDB2/390: Language for alert receiver DB2LANGCHAR2DB2CHAR02
RFCTRACEField type char, length 4 DB2CHAR04CHAR4DB2CHAR04
RFCMSHOSTMessage server host DB2MSHOSTCHAR132DB2SERVER
RFCGROUPDB2/390: Logon group DB2LOGONGCHAR132DB2CHAR132
RFCASHOSTApplication server host name DB2APPSERVCHAR132DB2SERVER
RFCSYSNRSystem number DB2SYSNRCHAR3DB2CHAR03
RFCTBXTHLDB2 for OS/390: Low threshold for extent filtering DB2TBXTHRNUMC5DB2NUMC05
RFCTBXTHHDB2 for OS/390: High threshold for extent filtering DB2TBXTHHNUMC5DB2NUMC05

Key field Non-key field



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

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

SELECT SINGLE *
FROM DB2RFCCONN
INTO CORRESPONDING FIELDS OF WA_DB2RFCCONN
WHERE...

How to access SAP table DB2RFCCONN

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