OAREQUES 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 OAREQUES into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
OAR1 - SAP ArchiveLink: Request Management
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.
Selection Text: ERROR = Only Requests with errors
Title: SAP ArchiveLink: Display Open Requests
Text Symbol: 025 = Unspecified error
Text Symbol: 026 = Request deleted manually
Text Symbol: 027 = Delete selected requests?
Text Symbol: 028 = Repeat selected requests?
Text Symbol: 029 = Repeat requests being processed too?
Text Symbol: 030 = Request Number
Text Symbol: 031 = Request Date
Text Symbol: 032 = Time
Text Symbol: 033 = Order Status
Text Symbol: 034 = Object Type
Text Symbol: 035 = Object Key
Text Symbol: 036 = Document Type
Text Symbol: 037 = Return Call Function
Text Symbol: 038 = Archive ID
Text Symbol: 039 = Archive Document ID
Text Symbol: 040 = Request Path
Text Symbol: 041 = Archive Confirmation
Text Symbol: 042 = Request being processed. Repeat request?
Text Symbol: 043 = Open Requests
Text Symbol: 044 = Requests with Errors
Text Symbol: 045 = Spool request is missing or TOADL problem
Text Symbol: 024 = DB error in archive
Text Symbol: 001 = Message
Text Symbol: 002 = Client
Text Symbol: 003 = Request
Text Symbol: 004 = Date
Text Symbol: 005 = Time
Text Symbol: 006 = Status
Text Symbol: 007 = Request Created
Text Symbol: 008 = Storage System Notified
Text Symbol: 009 = Request Deleted
Text Symbol: 010 = Request accepted
Text Symbol: 011 = Application error
Text Symbol: 012 = Request complete
Text Symbol: 013 = Error in archive
Text Symbol: 014 = Storage System for Request
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = 'OAREQUES' i_callback_user_command = 'USER_COMMAND' i_callback_pf_status_set = 'SET_PF_STATUS' is_layout = layout it_fieldcat = xfield tables t_outtab = i_toar7 exceptions others = 0.
ARCHIVELINK_REQUEST_REDO call function 'ARCHIVELINK_REQUEST_REDO' exporting i_toar7 = s_toar7 exceptions blocked_by_policy = 0 others = 0.
ARCHIVELINK_REQUEST_REDO call function 'ARCHIVELINK_REQUEST_REDO' exporting i_toar7 = s_toar7 exceptions others = 0.
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting text_question = text display_cancel_button = ' ' importing answer = answer exceptions others = 0.
ARCHIVELINK_REQUEST_REDO call function 'ARCHIVELINK_REQUEST_REDO' exporting i_toar7 = s_toar7 exceptions error_request = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
OAREQUES - SAP ArchiveLink: Display Open Requests OAREQUES - SAP ArchiveLink: Display Open Requests OAREPAIRASY - Program OAREPAIRASY OAREPAIRASY - Program OAREPAIRASY OAQUEUES - SAP ArchiveLink: Driver prog. for Queue-Open, Q-Put, Q-Close, Q-Delete OAQUEUES - SAP ArchiveLink: Driver prog. for Queue-Open, Q-Put, Q-Close, Q-Delete