The BDAUDQUEUE table in SAP ERP or S/4HANA stores ALE Audit queue for unprocessed IDocs data. There are total 10 fields in BDAUDQUEUE table. The ALE Audit queue for unprocessed IDocs 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 BDAUDQUEUE table. It is in Application Link Enabling (SALE) ABAP package and is part of the ALE Integration Technology (BC-MID-ALE) module.
SAP BDAUDQUEUE Table Fields
Following is the list of fields that are available in SAP BDAUDQUEUE table. The primary key fields of the table are MANDT (Client), SND_SYSTEM (Sender), RCV_SYSTEM (Receiving logical system), MESS_TYPE (Message Type), MESS_CODE (Logical Message Variant), MESS_FUNCT (Logical message function), STATE_DATE (Creation date of IDocs for audit statistics), DOCNUM (IDoc number).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | * | CLNT (3) |
| SND_SYSTEM | Sender | SENDSYSTEM | * | CHAR (10) |
| RCV_SYSTEM | Receiving logical system | RECVSYSTEM | * | CHAR (10) |
| MESS_TYPE | Message Type | EDI_MESTYP | * | CHAR (30) |
| MESS_CODE | Logical Message Variant | EDI_MESCOD | CHAR (3) | |
| MESS_FUNCT | Logical message function | EDI_MESFCT | CHAR (3) | |
| STATE_DATE | Creation date of IDocs for audit statistics | AUDIT_DATE | DATS (8) | |
| DOCNUM | IDoc number | EDI_DOCNUM | NUMC (16) | |
| PRT_DOCNUM | IDoc number in the receiver system | RCV_DOCNUM | NUMC (16) | |
| STATUS | Status of IDoc | EDI_STATUS | * | CHAR (2) |


