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

RVBFB001 SAP ABAP Report - Deletion of batch where-used records that cannot be evaluated







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


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


Text pool values


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


INCLUDES used within this REPORT RVBFB001

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:

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.



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