ROIBSCAN_CHECK is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for ROIBSCAN_CHECK This report checks the consistency of the stock fields for additional units of measure...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 ROIBSCAN_CHECK 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: S_MATNR = D Material
Selection Text: L_WERKS = D Plant
Selection Text: L_UNAME = User ID (Password)
Selection Text: L_REFRES = Run new analysis
Selection Text: L_ONLREF = Refresh log table and stop
Selection Text: L_NOUP = Keep old anlysis and run
Selection Text: L_LIST = List log table
Selection Text: L_CATT = CATT
Title: Analysis of consistency between core and IS-OIL stock tables
Text Symbol: 512 = Base unit not found in UOMGR
Text Symbol: 511 = Missing
Text Symbol: 510 = Description
Text Symbol: 509 = Records
Text Symbol: 508 = Action
Text Symbol: 507 = PSPNR
Text Symbol: 506 = LIFNR
Text Symbol: 505 = POSNR
Text Symbol: 504 = VBELN
Text Symbol: 503 = KUNNR
Text Symbol: 502 = S
Text Symbol: 501 = Batch
Text Symbol: 500 = Difference
Text Symbol: 499 = Appendix -O1
Text Symbol: 498 = Main table
Text Symbol: 497 = Stoc
Text Symbol: 496 = Mo
Text Symbol: 495 = Year
Text Symbol: 494 = Loc
Text Symbol: 493 = Plnt
Text Symbol: 492 = Material number
Text Symbol: 491 = Table
Text Symbol: 490 = Details: Missing MSLBO1 segments
Text Symbol: 513 = Compared
Text Symbol: P02 = Choose analysis mode or list/refresh log table
Text Symbol: 700 = No material/plant combinations selected !
Text Symbol: 600 = @19@ Read note 212707 before running this report
Text Symbol: 533 = Adding results to OIB08...
Text Symbol: 532 = Calculating differences stock tables / O1-appenices...
INCLUDE: ROIBSCAN_TOP,
ROIBSCAN_CHECK_TOP,
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.
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 ROIBSCAN_CHECK or its description.
ROIBSCAN_CHECK - Analysis of consistency between core and IS-OIL stock tables ROIBSCAN_CHECK - Analysis of consistency between core and IS-OIL stock tables ROIBMSC1 - roibmsc1 - runs ZSCAN_MB over whole company code ROIBMSC1 - roibmsc1 - runs ZSCAN_MB over whole company code ROIBDYNE - Dynamic enhancement of missing HPM delivery appendices ROIBDYNE - Dynamic enhancement of missing HPM delivery appendices