SAP Reports / Programs

ROIBCHAR SAP ABAP Report - Analyze consistency between tables MARDO1 and MCHBO1







ROIBCHAR 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 ROIBCHAR 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 ROIBCHAR. "Basic submit
SUBMIT ROIBCHAR AND RETURN. "Return to original report after report execution complete
SUBMIT ROIBCHAR 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 = Show complete stocks
Selection Text: BO1 =
Selection Text: DIF = Show differences only
Selection Text: MB =
Selection Text: MO1 =
Selection Text: O1O1 =
Selection Text: SHO = Compare stock
Selection Text: S_LGORT = Storage location
Selection Text: S_MAT = Material
Selection Text: S_WERKS = Plant
Selection Text: UPD = Update stock
Title: Analyze consistency between tables MARDO1 and MCHBO1
Text Symbol: 033 = Stock
Text Symbol: 034 = Compared stock
Text Symbol: 035 = Compared stocks: MARD/MCHB
Text Symbol: 036 = Compared stocks: MARD/MARDO1
Text Symbol: 037 = Compared stocks: MARDO1/MCHBO1
Text Symbol: 038 = Compared stocks: MCHB/MCHBO1
Text Symbol: 039 = Tables
Text Symbol: 040 = buffering OIB05...
Text Symbol: 041 = No entries found in OIB05 !
Text Symbol: 042 = Selecting MARC...
Text Symbol: 043 = =No differences
Text Symbol: 044 = =Stock inconsistent
Text Symbol: 045 = =No entries in appendices
Text Symbol: 046 = =UOMGR incomplete
Text Symbol: 047 = No inconsistences discovered !
Text Symbol: 048 = & records found, & records updated !
Text Symbol: 991 = The report
Text Symbol: 992 = does no longer exist and has been replaced by
Text Symbol: 993 = .
Text Symbol: 994 = For further information please refer to note 212707.
Text Symbol: 001 = Enter number(s) of material, plant and storage location
Text Symbol: 002 = Please, enter mode of execution
Text Symbol: 003 = Warning!
Text Symbol: 004 = The current mode-setting may change stocks!
Text Symbol: 005 = Are you sure your inventories are up-to-date?
Text Symbol: 006 = parameters incomplete: material/plant/location !





Text Symbol: 007 = no materials to process in specified range !
Text Symbol: 008 = Before updating, please run ROIB4FIX and ROIB9FIX !
Text Symbol: 009 = Collecting data for & MARA-records...
Text Symbol: 010 = Looking for required materials...
Text Symbol: 011 = Comparing stocks between MARD and MCHB...
Text Symbol: 012 = Comparing stocks between MARDO1 and MCHBO1...
Text Symbol: 013 = Creating print-lines...
Text Symbol: 014 = Compare MARD/MCHB
Text Symbol: 015 = Compare stocks
Text Symbol: 016 = Show all stocks
Text Symbol: 017 = Show differences only
Text Symbol: 018 = Update stock-appendices
Text Symbol: 019 = Compare MARDO1/MCHBO1
Text Symbol: 020 = Compare both
Text Symbol: 021 = Material
Text Symbol: 022 = Plnt
Text Symbol: 023 = Loc
Text Symbol: 024 = UOM
Text Symbol: 025 = Stock
Text Symbol: 026 = Settings for execution
Text Symbol: 027 = Compare MARD/MARDO1
Text Symbol: 028 = Compare MCHB/MCHBO1
Text Symbol: 029 = You did not tell what to compare !
Text Symbol: 030 = Comparing stocks between MARD and MARDO1...
Text Symbol: 031 = Comparing stocks between MCHB and MCHBO1...
Text Symbol: 032 = Batch-Number


INCLUDES used within this REPORT ROIBCHAR

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:

LIST_SCROLL_LINE_TOPMOST CALL FUNCTION 'LIST_SCROLL_LINE_TOPMOST' EXPORTING LIST_LINE = LIST_LINE.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'N' TEXTLINE1 = TEXT-004 TEXTLINE2 = TEXT-005 TITEL = TEXT-003 IMPORTING ANSWER = ANSWER.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' DESTINATION 'SAPGUI' EXPORTING TEXT = P_TEXT EXCEPTIONS SYSTEM_FAILURE COMMUNICATION_FAILURE.

ENQUEUE_EMMARCS CALL FUNCTION 'ENQUEUE_EMMARCS' EXPORTING MODE_MARC = 'S' MANDT = SY-MANDT MATNR = PR_TAB-MATNR WERKS = PR_TAB-WERKS _SCOPE = '2' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

DEQUEUE_EMMARCS CALL FUNCTION 'DEQUEUE_EMMARCS' EXPORTING MODE_MARC = 'S' MANDT = SY-MANDT MATNR = PR_TAB-MATNR WERKS = PR_TAB-WERKS _SCOPE = '3'.








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