Data Element list used by SAP ABAP Function Module QUEUE_PUT (Put data element into an open queue)
SAP ABAP Function Module
QUEUE_PUT (Put data element into an open queue) is using
# | Object Type | Object Name | Object Description | Note |
---|---|---|---|---|
![]() |
![]() |
|||
1 | ![]() |
APQ_QUID | Queue identification (unique key) | SOURCE VALUE(NAME) LIKE APQD-QID |
2 | ![]() |
APQ_RECO | Message counter: Batch input, statistics | SOURCE VALUE(POS) LIKE APQD-BLOCK |
3 | ![]() |
APQ_STAT | Queue status | SOURCE VALUE(STATE) LIKE APQI-QSTATE DEFAULT 'S' |
4 | ![]() |
APQ_TRAN | Transaction counter: Batch input, statistics | SOURCE VALUE(UNIT) LIKE APQD-TRANS |
5 | ![]() |
APQ_TRAN | Transaction counter: Batch input, statistics | SOURCE VALUE(LENGTH) LIKE APQD-TRANS |
6 | ![]() |
BDC_LCHAR | Long String Used to Store BDC Objects in the Database | SOURCE VALUE(BUFFER) LIKE APQD-VARDATA DEFAULT SPACE |