ROIBSCAN_MISSING_O1O2 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for See note 212707 in the Online Service System (OSS) for a detailed description how this report works...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_MISSING_O1O2 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_WERKS = D Plant
Selection Text: S_MBLNR = Material Document
Selection Text: S_MATNR = D Material
Selection Text: P_O9_SIM = Run with log tab., serach sim.
Selection Text: P_O9_DEF = Run with log table, std. def.
Selection Text: P_N9_SIM = Use my selection (search sim)
Selection Text: P_N9_DEF = Use my selection (std. def.)
Selection Text: P_MJAHR = Document Year
Selection Text: P_LISTO9 = List log table and stop
Selection Text: L_UPDATE = Update missing documents
Selection Text: L_UNAME = User ID (Password)
Selection Text: L_LIST = List missing documents
Title: Check and creation of missing doc./entries in Appendix MSEG01/02
Text Symbol: 111 = HPM-ERROR: TABLE EMPTY
Text Symbol: 112 = HPM-ERROR: TARGET UOM NOT FOUND
Text Symbol: 113 = HPM-ERROR: TOO FEW ENTRIES
Text Symbol: 114 = HPM-ERROR: TOO MANY ENTRIES
Text Symbol: 115 = HPM-ERROR: TRANS UOM NOT FOUND
Text Symbol: 116 = HPM-ERROR: UNIT CONVERSION ERROR
Text Symbol: 117 = HPM-ERROR: UNKNOWN CONVERSION MODE
Text Symbol: 118 = HPM-ERROR: UNKNOWN WORKING STATUS
Text Symbol: 119 = HPM-ERROR: VOLUME DIM NOT FOUND
Text Symbol: 120 = HPM-ERROR: WERKS NOT FOUND
Text Symbol: 121 = HPM-ERROR: WINDOW CANCELLED
Text Symbol: 122 = HPM-ERROR: OTHERS
Text Symbol: 123 = Please enter
Text Symbol: 124 = or
Text Symbol: 131 = Total quantity (in base UoM):
Text Symbol: 600 = @19@ Read note 212707 before running this report
Text Symbol: 900 = Do not translate
Text Symbol: P07 = Use LOG table 2 (OIB09) or manually entered selection:
Text Symbol: P08 = Check/Update missing documents
Text Symbol: PR1 = Searching for materials/documents
Text Symbol: PR2 = Select materials: $ / &, documents: # / %
Text Symbol: PR3 = Check HPM-Documents: $ / &
Text Symbol: PR4 = Missing documents: $ / &
Text Symbol: PR5 = Create documents: $ / &
Text Symbol: 001 = Missing MSEGO1 and MSEGO2 Documents
INCLUDE ROIBSCAN_TOP.
No SAP DATABASE tables are accessed within this REPORT code!
OIB_QCI_READ_CONV_PARAMETERS CALL FUNCTION 'OIB_QCI_READ_CONV_PARAMETERS' EXPORTING i_charg = g_msego2_missing-charg i_datum = l_bldat i_lgort = g_msego2_missing-lgort i_matnr = g_msego2_missing-matnr i_werks = g_msego2_missing-werks IMPORTING e_oib_a04 = g_oib_def_wa EXCEPTIONS datum_not_passed = 1 matnr_not_passed = 2 not_found = 3 werks_not_passed = 4 OTHERS = 5.
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_MISSING_O1O2 or its description.
ROIBSCAN_MISSING_O1O2 - Check and creation of missing doc./entries in Appendix MSEG01/02 ROIBSCAN_MISSING_O1O2 - Check and creation of missing doc./entries in Appendix MSEG01/02 ROIBSCAN_MCHBO1_TOP - Include ROIBSCAN_MCHBO1_TOP ROIBSCAN_MCHBO1 - Analyze consistency between tables MARDO1 and MCHBO1 ROIBSCAN_MCHBO1 - Analyze consistency between tables MARDO1 and MCHBO1 ROIBSCAN_LIPSO1O2 - Check and Creation of Dlv.doc.entries in Appendices LIPSO1/O2