SAP ABAP Function Module QUEUE_PUT (Put data element into an open queue)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-SC (Application Component) UI Services, Screen, Batch Input
⤷
SQIO (Package) Queue
⤷
⤷
Basic Data
| Function Module | QUEUE_PUT | Put data element into an open queue |
| Function Group | SQUE | Queue Management Modules (QAPI) |
| Program Name | SAPLSQUE | |
| INCLUDE Name | LSQUEU02 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
POS | TYPE | APQD-BLOCK | Line item number in the Unit | |||
| |
SQLRC | TYPE | SYST-SUBRC | SQL Error Code | |||
| |
UNIT | TYPE | APQD-TRANS | Unit number | |||
| |
BUFFER | TYPE | APQD-VARDATA | SPACE | Buffer with the data to be stored | ||
| |
LENGTH | TYPE | APQD-TRANS | Length of data | |||
| |
NAME | TYPE | APQD-QID | Queue Identifier | |||
| |
STATE | TYPE | APQI-QSTATE | 'S' | Begin/end indicator of a Unit | ||
| |
BUFFER_ERROR | TYPE | buffer area missing or too small | ||||
| |
INVALID_PARAMETER | TYPE | invalid or missing parameter | ||||
| |
MEMORY_ERROR | TYPE | internal error | ||||
| |
Q_ERROR | TYPE | internal error | ||||
| |
SQL_ERROR | TYPE | SQL error | ||||
Processing Type
| Normal Function Module | |
| |
BaseXML supported |
| Update Module | Start immediately |
| Immediate Start, No Restart | |
| Start Delayed | |
| Coll.run | |
| JAVA Module Callable from ABAP | |
| Remote-Enabled JAVA Module | |
| Module Callable from JAVA |
History
| Last changed by/on | SAP | 19950113 |
| SAP Release Created in |