RVBFB001 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Deletion of batch-where used records that cannot be evaluated Table CHVW contains flow records for batches...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 RVBFB001 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.
Selection Text: TEST = Test Run / Do Not Delete
Selection Text: NO_MOVE = Only Status Changes
Selection Text: NO_BATCH = Data Records Without Batch No.
Selection Text: NOTVALID = Non-Relevant Plants
Selection Text: MANDT = Client(s)
Selection Text: COMMIT = Commit counter
Title: Deletion of batch where-used records that cannot be evaluated
Text Symbol: S04 = SAP System
Text Symbol: S03 = Database system
Text Symbol: S02 = Operating system
Text Symbol: S01 = Host Name
Text Symbol: P13 = Data records for status changes:
Text Symbol: P12 = < No restrictions >
Text Symbol: P11 = Program termination / problems during deletion of data records!
Text Symbol: P10 = Number of data records deleted:
Text Symbol: P05 = Data records with plants not subject to batch traceability:
Text Symbol: P04 = Data records w/o batch number:
Text Symbol: P03 = Summary
Text Symbol: P02 = T E S T R U N / Nothing was deleted!
Text Symbol: P01 = Report
Text Symbol: N01 = You have not selected any options
Text Symbol: 002 = Data records to check
Text Symbol: 001 = Report parameters
Text Symbol: S05 = SAP Release
Text Symbol: S06 = Client(s):
Text Symbol: S07 = Client
Text Symbol: S08 = User
Text Symbol: T01 = Material
Text Symbol: T02 = Batch
Text Symbol: T05 = Movement Type
Text Symbol: T04 = Material Document
Text Symbol: T03 = Plnt
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.