ROIB_MBQUANT 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 ROIB_MBQUANT 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: CHGT156S = Changed movement types exist
Selection Text: F_REUSE = Materials of last run
Selection Text: MAX_SATZ = Package size (data sets)
Selection Text: P_KEY = Key
Selection Text: R_MATNR = Material
Selection Text: R_WERKS = Plant
Selection Text: UPDATE = Update
Selection Text: XMBEB = split valuated
Title: ROIB_MBQUANT
Text Symbol: 001 = -UPDATE- of MBEW based on stock tables
Text Symbol: 002 = takes target val.type of in-transit stock into account
Text Symbol: 003 = check valuation type level
Text Symbol: 004 = Was report ROIBTRAM already executed before ?
INCLUDE ROIB_RM07AUTH.
INCLUDE ROIB_RM07REUS. "SOFK000676 JKS
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.