SAP Reports / Programs

OAREQUES SAP ABAP Report - SAP ArchiveLink: Display Open Requests







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

OAR1 - SAP ArchiveLink: Request Management


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 OAREQUES. "Basic submit
SUBMIT OAREQUES AND RETURN. "Return to original report after report execution complete
SUBMIT OAREQUES 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: 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





Text Symbol: 015 = Status unknown
Text Symbol: 016 = Error in SAP ArchiveLink
Text Symbol: 017 = Error in DMS admin. record
Text Symbol: 018 = Storage System - Parameter Error
Text Symbol: 019 = Storage system - communication error
Text Symbol: 020 = Storage system - resource error
Text Symbol: 021 = Storage system - archive error
Text Symbol: 022 = Storage system - archive error
Text Symbol: 023 = Storage system - internal error


INCLUDES used within this REPORT OAREQUES

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:

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.



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 OAREQUES or its description.