SAPRFCConnection Table

This table stores RFC connections made to the SAP system.

Note: To cater for multi-tenant mode, this table may contain data for multiple tenants. Access requires that the database TenantID has been set in the SQL Server connection context information. That setting filters an underlying table to produce this view of data for the single, selected tenant.
Table 1. Database columns for SAPRFCConnection table

Database Column

Details

SAPRFCConnectionID

Type: integer. Key. Generated ID

A unique identifier for the SAP RFC consumption.

SAPUserID

Type: integer. Key

SAP user performing the RFC connection. Foreign key to the SAPUser table

TimePeriodStartDate

Type: datetime. Key

The date and time of the RFC connection

RemoteSystem

Type: text (max 128 characters). Key

Remote system name connecting to the SAP system.

ProgramName

Type: text (max 40 characters). Key

Program Name associated to the function name.

FunctionName

Type: text (max 40 characters). Key

The function executed by the RFC calls

TaskType

Type: text (max 2 characters). Key. Nullable

Task type.

RFCDestination

Type: text (max 128 characters). Key

The RFC destination string value.

TotalExecutionCount

Type: integer

The number of times the function is executed.

TotalExecutionTime

Type: decimal

Total execution time.

TotalCallTime

Type: decimal

Total call time.

TotalDataSent

Type: big integer

Total data sent by the RFC calls.

TotalDataReceived

Type: big integer

Total data received b the RFC calls.