SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | ArchiveLink(BC-SRV-ARL) SAP BC

ILQAPI01 SAP ABAP INCLUDE - SAP ArchiveLink: Driver prog. for Queue-Open, Q-Put, Q-Close, Q-Delete







ILQAPI01 is a standard ABAP INCLUDE 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 ILQAPI01 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT ILQAPI01. "Basic submit
SUBMIT ILQAPI01 AND RETURN. "Return to original report after report execution complete
SUBMIT ILQAPI01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: SAP ArchiveLink: Driver prog. for Queue-Open, Q-Put, Q-Close, Q-Delete


INCLUDES used within this REPORT ILQAPI01

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

QUEUE_GET * call function 'QUEUE_GET' * exporting * name = queue ** OPENMODE = ' ' * pos = pos * unit = unit * importing * buffer = apqd_buffer ** LENGTH = * pos = pos ** SQLRC = ** STATE = * unit = int_unit * exceptions * buffer_error = 1 * eoq = 2 * invalid_parameter = 3 * memory_error = 4 * q_error = 5 * sql_error = 6 * others = 7.

ARCHIV_MESSAGE_ANALYSE call function 'ARCHIV_MESSAGE_ANALYSE' exporting messagestring = cfbc_string exceptions error_archiv = 1 error_connectiontable = 2 error_queue = 2 error_request = 2 others = 2.

ARCHIV_CREATE_CARA_REQUEST call function 'ARCHIV_CREATE_CARA_REQUEST' exporting archiv_id = f_cara-archiv_id document_type = f_cara-doc_type mandant = f_cara-mandt path = f_cara-s_path path_to_archive = filename sign = f_cara-sign icc_id = f_cara-interface protocol = f_cara-protocol rpc_partner = f_cara-rpc_host rpc_service = f_cara-rpc_servic version = f_cara-version ar_object = f_cara-ar_object sap_object = f_cara-sap_object exceptions error_archiv = 1 error_communicationtable = 2 error_kernel = 3 others = 1.

ARCHIV_CFBA_ANALYSE call function 'ARCHIV_CFBA_ANALYSE' exporting messagestring = f_cgda exceptions others = 1.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name ILQAPI01 or its description.