REAARCH_READ_ARCHIVE_EXCEPT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report after running the archiving report REAARCH_ARCH_EXCEPT to gain read-only access to an archive and to display data for time-of-use (TOU) exceptions in a list...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter REAARCH_READ_ARCHIVE_EXCEPT 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: Display TOU Exceptions From the Archive
INCLUDE REAARCH_EXCEPT_TOP.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REAARCH_READ_ARCHIVE_EXCEPT - Display TOU Exceptions From the Archive REAARCH_READ_ARCHIVE_EXCEPT - Display TOU Exceptions From the Archive REAARCH_EXRESP_TOP - REAARCHEXRESPTOP REAARCH_EXCEPT_TOP - REAARCHEXCEPTTOP REAARCH_DEL_EXRESP - Delete Archived TOU Exception Responses REAARCH_DEL_EXRESP - Delete Archived TOU Exception Responses