The BGRFC_O_RUNNABLE table in SAP ERP or S/4HANA stores Outbound tRFC/qRFC: Executable Units data. There are total 6 fields in BGRFC_O_RUNNABLE table. The Outbound tRFC/qRFC: Executable Units table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of BGRFC_O_RUNNABLE table. It is in ABAP Development for bgRFC (SQRFC2) ABAP package and is part of the Background RFC (bgRFC) (BC-MID-RFC-BG) module.
SAP BGRFC_O_RUNNABLE Table Fields
Following is the list of fields that are available in SAP BGRFC_O_RUNNABLE table. The primary key fields of the table are DEST_NAME (Name of Destination in Outbound Case), CLIENT (Client), UNIT_ID (ID of Unit in Background RFC).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| DEST_NAME | Name of Destination in Outbound Case | BGRFC_DEST_NAME_OUTBOUND | * | CHAR (32) |
| CLIENT | Client | MANDT | * | CLNT (3) |
| UNIT_ID | ID of Unit in Background RFC | BGRFC_UNIT_ID | RAW (16) | |
| IS_TRFC | Single-Character Flag | CHAR1 | CHAR (1) | |
| RUNNABLE_SINCE | UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) | TIMESTAMPL | DEC (21) | |
| PRIORITY | 4 Byte Signed Integer | INT4 | INT4 (10) |


