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

RVBWSCOR SAP ABAP Report - Determine Inventory Correction Factors







RVBWSCOR 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 RVBWSCOR into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

MWBK - Actv. ingr. management corr. factor


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 RVBWSCOR. "Basic submit
SUBMIT RVBWSCOR AND RETURN. "Return to original report after report execution complete
SUBMIT RVBWSCOR 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: ALL_BTCH = Display Batches
Selection Text: AUSREIS = Display Outliers
Selection Text: LAGERORT = Storage Location
Selection Text: MATERIAL = Material
Selection Text: NO_BTCH = Do Not Display Batches
Selection Text: N_CLASS = Display Non-Valuated Batches
Selection Text: P_BLO_ST = Include Blocked Stock
Selection Text: P_DEL = Reset
Selection Text: P_LISTE = List-Based Display
Selection Text: P_LST = Display
Selection Text: P_LSTUPD = Edit
Selection Text: P_PROT = With List
Selection Text: P_UPD = Update
Selection Text: P_ZSTOCK = No Batches with Zero Stock
Selection Text: RANGE = Range for Outliers
Selection Text: WERK = Plant
Title: Determine Inventory Correction Factors
Text Symbol: L06 = Update not possible
Text Symbol: L04 = Error during calculation/update
Text Symbol: L03 = Update required
Text Symbol: L02 = No update required
Text Symbol: L01 = Inventory Correction Factor
Text Symbol: DTT = Reset Correction Factors
Text Symbol: DT2 = correction factors?
Text Symbol: DT1 = Do you really want to reset the inventory
Text Symbol: BT2 = factors first?
Text Symbol: BT1 = Do you want to save the inventory correction
Text Symbol: BDT = Exit
Text Symbol: BD2 = maintenance.
Text Symbol: BD1 = You are leaving inventory correction factor
Text Symbol: ATT = Cancel
Text Symbol: AT2 = inventory correction factors maintenance?
Text Symbol: AT1 = Do you want to exit
Text Symbol: 105 = Special Functions
Text Symbol: 103 = List Output
Text Symbol: 102 = Inventory Correction Factors
Text Symbol: L07 = Batch Status
Text Symbol: L08 = Restricted





Text Symbol: S01 = Display Outliers
Text Symbol: S02 = Range for Outliers
Text Symbol: S03 = Display
Text Symbol: S04 = Edit
Text Symbol: S05 = Update
Text Symbol: S06 = Reset
Text Symbol: S07 = With List Output
Text Symbol: S08 = Do Not Take Account of Batches with 'Restricted' Status
Text Symbol: S10 = Do Not Display Batches
Text Symbol: S11 = Display Batches
Text Symbol: S12 = Display Non-Valuated Batches
Text Symbol: S13 = No Update if Outlier Batches Exist
Text Symbol: S14 = No Update if Planned/Actual Variance Exceeds
Text Symbol: S15 = %
Text Symbol: S16 = Dialog Processing
Text Symbol: S17 = Background Processing
Text Symbol: S18 = Limit for Plan/Actual Variance
Text Symbol: SEP = :
Text Symbol: 041 = Material/Plant/Storage Location
Text Symbol: 040 = Material/Plant/Storage Location/Batch
Text Symbol: 039 = Variance
Text Symbol: 038 = Factor (Old)
Text Symbol: 037 = Corrected Stock
Text Symbol: 036 = Correction Factor (Old)
Text Symbol: 033 = Correction Factor (New)
Text Symbol: 032 = Factor (Database)
Text Symbol: 030 = Stock in Proportion UoM
Text Symbol: 029 = Stock in Base UoM
Text Symbol: 028 = Inventory Correction Factors and Stocks
Text Symbol: 027 = Error Log
Text Symbol: 026 = Plan/Actual Variance
Text Symbol: 025 = Actual Proportion
Text Symbol: 024 = Plant/SLoc/Batch
Text Symbol: 023 = Pl/SLoc
Text Symbol: 022 = Batch
Text Symbol: 021 = StrLoc
Text Symbol: 020 = Plant
Text Symbol: 019 = Proportion Unit
Text Symbol: 018 = Planned Proportion





Text Symbol: 017 = Leading Proportion
Text Symbol: 016 = Base Unit of Measure
Text Symbol: 015 = Material
Text Symbol: 014 = Material - Basic Data and Leading Proportion -
Text Symbol: 003 = Message
Text Symbol: 002 = No.
Text Symbol: 001 = Typ
Text Symbol: 101 = Batch/Stock Selection
Text Symbol: 100 = Database Selections
Text Symbol: 088 = Characteristic has no values
Text Symbol: 077 = Not Defined
Text Symbol: 065 = Calculation is not possible
Text Symbol: 064 = NoValsAssd
Text Symbol: 063 = Outliers
Text Symbol: 062 = Information
Text Symbol: 061 = Status: No Update
Text Symbol: 060 = Status: Necessary to Update
Text Symbol: 059 = AUoM
Text Symbol: 058 = BUn
Text Symbol: 057 = State
Text Symbol: 056 = Batch Status: Restricted
Text Symbol: 055 = Batch Status: Unrestricted
Text Symbol: 054 = Stor. Loc.
Text Symbol: 053 = Restricted Stock
Text Symbol: 052 = Blocked Stock
Text Symbol: 051 = Stock in QI
Text Symbol: 050 = Unrestricted-Use Stock
Text Symbol: 049 = Status
Text Symbol: 048 = Prop. Unit
Text Symbol: 047 = Base UoM
Text Symbol: 046 = Stock (Prop. UoM)
Text Symbol: 045 = Stock (Base UoM)
Text Symbol: 044 = Factor (New)
Text Symbol: 043 = Process Inventory Correction Factors
Text Symbol: 042 = Display Inventory Correction Factors


INCLUDES used within this REPORT RVBWSCOR

INCLUDE RVBWSTOP.


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:

No SAP FUNCTION MODULES are executed within this report code!






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