RSQAPI10 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RSQAPI10 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Filling the Queue: Sample Program
Text Symbol: 004 = TEST: Last line (unit)
Text Symbol: 003 = TEST: Second line (unit)
Text Symbol: 002 = TEST: First line (unit)
Text Symbol: 001 = TEST: Single line
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
QUEUE_OPEN CALL FUNCTION 'QUEUE_OPEN' EXPORTING NAME = QUEUE " Queue ID TYPE = TYPE " Appendable/Unique OPENMODE = 'W' " Write Mode * needed if CPI-C transfer is used DESTINATION = DESTSYS " Tab. TXCOM entry
QUEUE_CLOSE CALL FUNCTION 'QUEUE_CLOSE' EXPORTING NAME = QUEUE OPENMODE = 'W'.
QUEUE_PUT CALL FUNCTION 'QUEUE_PUT' EXPORTING NAME = QUEUE STATE = STATE LENGTH = LENGTH BUFFER = BUFFER.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSQAPI10 - Filling the Queue: Sample Program RSQAPI10 - Filling the Queue: Sample Program RSQALCTV - documentation and ABAP source code RSQADBATTR - Migration of countries and industry attributes for Questions RSQADBATTR - Migration of countries and industry attributes for Questions RSP_PROG - Program for object type SP_PROG : SponsoredProgram