SAPRFCConnectionSummary Table

This table stores the remote RFC consumption summary. It only includes Non-SAP remote 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 SAPRFCConnectionSummary table

Database Column

Details

SAPRFCConnectionSummaryID

Type: integer. Key. Generated ID

A unique identifier for the remote SAP RFC connection summary.

RemoteSystem

Type: text (max 128 characters). Key

Remote system making the RFC calls.

NumberOfSAPSystems

Type: integer

Number of SAP systems the Remote System is connecting to.

NumberOfDialogUsers

Type: integer

Number of Dialog SAP users making the RFC call to the SAP system.

NumberOfNonDialogUsers

Type: integer

Number of Service SAP users making the RFC call to the SAP system.

NumberOfExecutedPrograms

Type: integer

The number of executed programs

NumberOfExecutedFunctions

Type: integer

The number of executed functions

TotalExecutionCount

Type: integer

The total excution count of all functions.

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.

IsHidden

Type: boolean

Is this record marked as hidden in the UI.