The BGRFC_O_DEST_ERR table in SAP ERP or S/4HANA stores Error Messages for bgRFC Outbound Destinations data. There are total 8 fields in BGRFC_O_DEST_ERR table. The Error Messages for bgRFC Outbound Destinations 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_DEST_ERR 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_DEST_ERR Table Fields
Following is the list of fields that are available in SAP BGRFC_O_DEST_ERR table. The primary key fields of the table are DEST_NAME (Name of Destination in Outbound Case).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| DEST_NAME | Name of Destination in Outbound Case | BGRFC_DEST_NAME_OUTBOUND | * | CHAR (32) |
| MESSAGE_ID | Message Class | SYMSGID | * | CHAR (20) |
| MESSAGE_NUMBER | Message Number | SYMSGNO | NUMC (3) | |
| MESSAGE_V1 | Message Variable | SYMSGV | CHAR (50) | |
| MESSAGE_V2 | Message Variable | SYMSGV | CHAR (50) | |
| MESSAGE_V3 | Message Variable | SYMSGV | CHAR (50) | |
| MESSAGE_V4 | Message Variable | SYMSGV | CHAR (50) | |
| TIMESTAMP | UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) | TIMESTAMPL | DEC (21) |


