back to top

SAP APQLE Table – Batch Input Log Entries

The APQLE table in SAP ERP or S/4HANA stores Batch Input Log Entries data. There are total 19 fields in APQLE table. The Batch Input Log Entries 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 APQLE table. It is in SAP Batch Input (SBDC) ABAP package and is part of the UI Services, Screen, Batch Input (BC-ABA-SC) module.

SAP APQLE Table Fields

Following is the list of fields that are available in SAP APQLE table. The primary key fields of the table are MANDANT (Queue client), QID (Queue Identification (Unique Key)), LOGNUM (4 Byte Signed Integer), LINENUM (4 Byte Signed Integer).

Field Description Data Element Check Table Data Type
MANDANT Queue client APQ_MANDT CLNT (3)
QID Queue Identification (Unique Key) APQ_QUID CHAR (20)
LOGNUM 4 Byte Signed Integer INT4 INT4 (10)
LINENUM 4 Byte Signed Integer INT4 INT4 (10)
INDATE Batch input date BDC_DATE DATS (8)
INTIME Batch input timestamp BDC_TIME TIMS (6)
TCNT 4 Byte Signed Integer INT4 INT4 (10)
MCNT 4 Byte Signed Integer INT4 INT4 (10)
TCODE BDC Transaction code BDC_TCODE CHAR (20)
MODUL Batch input module name BDC_MODULE CHAR (40)
DYNR Batch input screen number BDC_DYNNR CHAR (4)
MART Batch input message type BDC_MART CHAR (1)
MID Batch input message ID BDC_MID CHAR (20)
MNR Batch input message number BDC_MNR CHAR (3)
MSGV1 Message Variable SYMSGV CHAR (50)
MSGV2 Message Variable SYMSGV CHAR (50)
MSGV3 Message Variable SYMSGV CHAR (50)
MSGV4 Message Variable SYMSGV CHAR (50)
FLDNAME Field name FNAM_____4 CHAR (132)