SAP Reports / Programs | Archiving | SAP Utilities | Archiving(IS-U-TO-ARC) SAP IS

REEWA_WDO_READ_ARCHIVE SAP ABAP Report - Display Archived Routes







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


Text pool values


Title: Display Archived Routes
Text Symbol: L01 = Wste.Disposal Orders
Text Symbol: L02 = Order Date
Text Symbol: L04 = Number of Items
Text Symbol: L05 = No.of Weigh.DataRec.
Text Symbol: L06 = No. of Resources
Text Symbol: L08 = No.of B-Waste Obj.
Text Symbol: L09 = No.of Waste Disposal Orders (CO Data)
Text Symbol: L10 = No.of Waste Disposal Orders (COPA Data)
Text Symbol: L11 = No. of Wghing Trans.(CO Data)
Text Symbol: L12 = No.of Weighing Transactions (COPA Data)
Text Symbol: L13 = No.of SD Contracts
Text Symbol: L14 = No.of Items in Wste.Disp.Order (CO Data)
Text Symbol: L15 = No.of Items in Wste.Disp.Ord.(COPA Data)
Text Symbol: L16 = No.Temp.Assign.Containers to Location
Text Symbol: L17 = Bulk Waste Order Data


INCLUDES used within this REPORT REEWA_WDO_READ_ARCHIVE

INCLUDE IEEWA_ARCH.


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:

ARCHIVE_OPEN_FOR_READ call function 'ARCHIVE_OPEN_FOR_READ' exporting OBJECT = CO_WDO_ARCH_OBJ importing ARCHIVE_HANDLE = YV_ARC_HANDLE exceptions FILE_ALREADY_OPEN = 1 NO_FILES_AVAILABLE = 4 NOT_AUTHORIZED = 7 others = 8.

ARCHIVE_GET_NEXT_OBJECT call function 'ARCHIVE_GET_NEXT_OBJECT' exporting ARCHIVE_HANDLE = XV_ARC_HANDLE exceptions END_OF_FILE = 1 others = 6.

ARCHIVE_CLOSE_FILE call function 'ARCHIVE_CLOSE_FILE' exporting ARCHIVE_HANDLE = XV_ARC_HANDLE exceptions INTERNAL_ERROR = 1 WRONG_ACCESS_TO_ARCHIVE = 2 others = 3.



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