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

ILQAPI02 SAP ABAP Report - ArchiveLink: Display of All Queue Entries







ILQAPI02 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 ILQAPI02 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 ILQAPI02. "Basic submit
SUBMIT ILQAPI02 AND RETURN. "Return to original report after report execution complete
SUBMIT ILQAPI02 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: QUEUE = Queue
Title: ArchiveLink: Display of All Queue Entries
Text Symbol: 029 = ReturnCode
Text Symbol: 030 = Arch. date
Text Symbol: 031 = Command
Text Symbol: 032 = Object key
Text Symbol: 034 = Error in archiving request
Text Symbol: 035 = Archiving request
Text Symbol: 036 = Archiving confirmation
Text Symbol: 037 = Archive retrieval
Text Symbol: 038 = Error in archive retrieval
Text Symbol: 039 = Path
Text Symbol: 040 = Printer
Text Symbol: 041 = Form
Text Symbol: 042 = User
Text Symbol: 043 = Report
Text Symbol: 044 = Date
Text Symbol: 045 = Info
Text Symbol: 046 = Text
Text Symbol: 047 = Destination
Text Symbol: 050 = Queue: Content server (CARA)
Text Symbol: 051 = Queue: Content server error (CARA_E)
Text Symbol: 052 = Queue: Confirmation (CFBC)
Text Symbol: 053 = Queue: Confirmation error (CFBC_E)
Text Symbol: 054 = Queue: Retrieval (CFBA)
Text Symbol: 055 = Queue: Retrieval error (CFBA_E)
Text Symbol: 028 = Error in archiving confirmation
Text Symbol: 001 = Version
Text Symbol: 002 = Command
Text Symbol: 003 = ReferenceFlag
Text Symbol: 004 = ReturnCode
Text Symbol: 005 = Unit
Text Symbol: 006 = Delete all selected entries?
Text Symbol: 007 = Transfer all selected entries?
Text Symbol: 008 = Process all selected entries?
Text Symbol: 009 = Log
Text Symbol: 011 = Typ
Text Symbol: 012 = Unit





Text Symbol: 013 = Version
Text Symbol: 014 = Log
Text Symbol: 015 = Client
Text Symbol: 016 = Obj. type
Text Symbol: 017 = Doc. type
Text Symbol: 018 = Doc. class
Text Symbol: 019 = Reference Flag
Text Symbol: 020 = Archv.
Text Symbol: 021 = Archive Doc. ID
Text Symbol: 022 = Deleted On
Text Symbol: 023 = BCode
Text Symbol: 024 = Print List/Archive File
Text Symbol: 025 = Single Outgoing Document
Text Symbol: 026 = End message for outgoing docs
Text Symbol: 027 = Unknown acknowledgment


INCLUDES used within this REPORT ILQAPI02

INCLUDE ARCHIVELINK_CARACONSTANTS.
INCLUDE ARCHIVELINK_QUEUEDECLARATIONS.


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:

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = 'ILQAPI02' i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'USER_COMMAND' * I_TABNAME = 'TOA_CFBC3' is_layout = layout it_fieldcat = xfield tables t_outtab = x_cfbc exceptions others = 1.

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = 'ILQAPI02' i_callback_user_command = 'USER_COMMAND' i_callback_pf_status_set = 'SET_PF_STATUS' * I_TABNAME = 'TOA_CARA2' is_layout = layout it_fieldcat = xfield tables t_outtab = x_cara exceptions others = 1.

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = 'ILQAPI02' i_callback_user_command = 'USER_COMMAND' i_callback_pf_status_set = 'SET_PF_STATUS' * I_TABNAME = 'TOA_CFBA2' is_layout = layout it_fieldcat = xfield tables t_outtab = x_cfba exceptions others = 1.

ARCHIV_UPDATE_STATUS * CALL FUNCTION 'ARCHIV_UPDATE_STATUS' * EXPORTING * ERRORKEY = 'OA645' * PARAM1 = ' ' * PARAM2 = ' ' * SPOOLID = X_CARA-SIGN * STATUS = '2' * EXCEPTIONS * NOT_FOUND = 1 * INV_RQID = 2 * INV_PJNUM = 3 * OTHERS = 4.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting text_question = text display_cancel_button = ' ' importing answer = answer exceptions others = 0.

ARCHIVOBJECT_DISPLAY call function 'ARCHIVOBJECT_DISPLAY' exporting archiv_doc_id = loc_adid archiv_id = loc_arc language = sy-langu window_id = '1' doc_type = doc_type 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 ILQAPI02 or its description.