The APQD table in SAP ERP or S/4HANA stores DATA DEFINITION Queue data. There are total 7 fields in APQD table. The DATA DEFINITION Queue 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 APQD 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 APQD Table Fields
Following is the list of fields that are available in SAP APQD table. The primary key fields of the table are QID (Queue Identification (Unique Key)), TRANS (Transaction counter: Batch input, statistics), BLOCK (Message counter: Batch input, statistics), SEGMT (Queue data segmentation number).
Field | Description | Data Element | Check Table | Data Type |
---|---|---|---|---|
QID | Queue Identification (Unique Key) | APQ_QUID | CHAR (20) | |
TRANS | Transaction counter: Batch input, statistics | APQ_TRAN | INT4 (10) | |
BLOCK | Message counter: Batch input, statistics | APQ_RECO | INT4 (10) | |
SEGMT | Queue data segmentation number | APQ_SEGM | INT2 (5) | |
MSGCOUNT | Queue data block number | APQ_BLCK | INT2 (5) | |
VARLEN | Queue data length of user data | APQ_LDAT | INT2 (5) | |
VARDATA | Long String Used to Store BDC Objects in the Database | BDC_LCHAR | LCHR (7902) |