PQPRINTQUEUEITEM - Print queue item
Print queue item information is stored in SAP table PQPRINTQUEUEITEM.
It is part of development package SPOPQ in software component BC-CCM-PRN-OM-PQ. This development package consists of objects that can be grouped under "Print Queue Implementation for sSuite".
It is part of development package SPOPQ in software component BC-CCM-PRN-OM-PQ. This development package consists of objects that can be grouped under "Print Queue Implementation for sSuite".
Fields for table PQPRINTQUEUEITEM
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
---|---|---|---|---|---|---|
MANDT | Client | X | MANDT | CLNT | 6 | |
ITEM_ID | Print Queue Item ID | X | PQ_ITEM_ID | CHAR | 64 | |
QNAME | Queue ID | PQ_QNAME | CHAR | 64 | ||
USERNAME | User who owns the item | PQ_USER | CHAR | 24 | ||
ITEM_STATUS | Item Status | PQ_ITEM_STATUS | CHAR | 2 | ||
STATUS_DESCRIPTION | Status description | PQ_STATUS_DESCRIPTION | CHAR | 160 | ||
CREATE_TIME | Create time | PQ_CREATE_TIME | DEC | 8 | ||
CHANGED_TIME | Time of last change | PQ_CHANGED_TIME | DEC | 8 | ||
NUMBER_OF_COPIES | Number of copies | PQ_COPIES | INT2 | 2 | ||
BUNDLE | Bundle Documents | PQ_IBUNDLE | CHAR | 2 | ||
QITEM_PARAMS | Print Parameter as JSON string | PQ_PRINTPARAMS | STRG | 8 | ||
METADATA | Item specific metadata as JSON string | PQ_METADATA | STRG | 8 |