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
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: 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 !
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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'.
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.
ROIBCHAR - Analyze consistency between tables MARDO1 and MCHBO1 ROIBCHAR - Analyze consistency between tables MARDO1 and MCHBO1 ROIBATWR - Archiving tracking numbers ROIBATWR - Archiving tracking numbers ROIBATTB - Archiving object OIB_TRKNR, database tables ROIBATDL - Archiving tracking numbers: Deleting