The APQLI table in SAP ERP or S/4HANA stores Batch Input Log Directory data. There are total 10 fields in APQLI table. The Batch Input Log Directory 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 APQLI 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 APQLI Table Fields
Following is the list of fields that are available in SAP APQLI table. The primary key fields of the table are MANDANT (Queue client), QID (Queue Identification (Unique Key)), LOGNUM (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) | |
LOGTYPE | Queue status | APQ_STAT | CHAR (1) | |
CREDATE | Queue creation date | APQ_CRDA | DATS (8) | |
CRETIME | Queue creation time | APQ_CRTI | TIMS (6) | |
GROUPID | Group name: Batch input session name | APQ_GRPN | CHAR (12) | |
CREATOR | Queue user ID / for historical reasons | APQ_MAPN | CHAR (12) | |
PROGID | Queue program | APQ_PROG | CHAR (40) | |
FORMID | Queue module/unique | APQ_MODP | CHAR (30) |