SAP Reports / Programs | Logistics - General | Batches(LO-BM) SAP LO

RVBARCHA SAP ABAP Report - Decompilation of Archive Indexes for Batch Where-Used Records







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


Text pool values


Break down index from archive files
Selection Text: ARCH_RUN = Archive selection
Selection Text: TESTARCH = Test run
Title: Breaking down of archive indices or batch where-used data
Text Symbol: IT4 = Data records from index 1 can be deleted (order no.)
Text Symbol: I07 = Status in archive management was not changed
Text Symbol: I06 = Data recds fr. index 3 deleted (plnt/mat. no./bch)
Text Symbol: I05 = Data recds fr. ind. 2 deleted (P.docNo)
Text Symbol: I04 = Data recds fr. index 1 deleted (ordNo.)
Text Symbol: I03 = Archive status could not be changed
Text Symbol: I02 = Archive status was set to 'index deleted'
Text Symbol: 011 = Upd. run
Text Symbol: 010 = Test run
Text Symbol: 004 = No. of objects
Text Symbol: 003 = Archive file
Text Symbol: 002 = Archiving Session:
Text Symbol: 001 = Run option
Text Symbol: 000 = Selected archive files:
Text Symbol: IT5 = Data recds from index 2 can be deleted (purch.doc.no)
Text Symbol: S06 = User
Text Symbol: S05 = Database system
Text Symbol: S04 = SAP Release
Text Symbol: S03 = Client
Text Symbol: S02 = SAP system
Text Symbol: S01 = Host name
Text Symbol: S00 = Report
Text Symbol: P02 = T E S T R U N/Ind.not broken down
Text Symbol: P01 = Breaking down of arch. indices/bch wh.-used recds
Text Symbol: IT6 = Data recds from index 3 can be deleted (plant/mat.no./batch)


INCLUDES used within this REPORT RVBARCHA

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:

ARCHIVE_VALUE_REQUEST CALL FUNCTION 'ARCHIVE_VALUE_REQUEST' EXPORTING DIALOG_TYPE = 'READ' OBJECT = OBJECT * SHOW_HIDDEN_RUN = ' ' IMPORTING SELECTED_RUN = ARCH_RUN EXCEPTIONS NO_RUNS_AVAILABLE = 1 NO_RUN_SELECTED = 2 OBJECT_NOT_FOUND = 3 UNKNOWN_DIALOG_TYPE = 4 OTHERS = 5.

ARCHIVE_OPEN_FOR_READ CALL FUNCTION 'ARCHIVE_OPEN_FOR_READ' EXPORTING OBJECT = OBJECT IMPORTING ARCHIVE_HANDLE = HANDLE TABLES ARCHIVE_FILES = ARCH_FILES SELECTED_FILES = SELECT_FILES EXCEPTIONS FILE_ALREADY_OPEN = 1 FILE_IO_ERROR = 2 INTERNAL_ERROR = 3 NO_FILES_AVAILABLE = 4 OBJECT_NOT_FOUND = 5 OPEN_ERROR = 6 NOT_AUTHORIZED = 7.

ARCHIVE_ADMIN_SET_STATUS CALL FUNCTION 'ARCHIVE_ADMIN_SET_STATUS' EXPORTING FILES_ARE_CONVERTED = ' ' INDEX_DELETED = 'X' TABLES ARCHIVE_FILES = ARCHIVE_FILES EXCEPTIONS CANNOT_CHANGE_STATUS = 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 RVBARCHA or its description.