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
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.
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)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RVBARCHA - Decompilation of Archive Indexes for Batch Where-Used Records RVBARCHA - Decompilation of Archive Indexes for Batch Where-Used Records RVBAI_ATP_CONVERT - RVBAIATPCONVERT RVBAI_ATP_CONVERT - RVBAIATPCONVERT RVAUFSTA - List of sales documents by object status RVAUFSTA - List of sales documents by object status