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
Exporting POS TYPE APQD-BLOCK Line item number in the Unit
Exporting SQLRC TYPE SYST-SUBRC SQL Error Code
Exporting UNIT TYPE APQD-TRANS Unit number
Importing BUFFER TYPE APQD-VARDATA SPACE Buffer with the data to be stored
Importing LENGTH TYPE APQD-TRANS Length of data
Importing NAME TYPE APQD-QID Queue Identifier
Importing STATE TYPE APQI-QSTATE 'S' Begin/end indicator of a Unit
Exception BUFFER_ERROR TYPE buffer area missing or too small
Exception INVALID_PARAMETER TYPE invalid or missing parameter
Exception MEMORY_ERROR TYPE internal error
Exception Q_ERROR TYPE internal error
Exception SQL_ERROR TYPE SQL error
               
Processing Type
Normal Function Module  
Remote-Enabled 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