SAP Reports / Programs

ROIBSCAN_MISSING_O1O2 SAP ABAP Report - Check and creation of missing doc./entries in Appendix MSEG01/02







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


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 ROIBSCAN_MISSING_O1O2. "Basic submit
SUBMIT ROIBSCAN_MISSING_O1O2 AND RETURN. "Return to original report after report execution complete
SUBMIT ROIBSCAN_MISSING_O1O2 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: 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





Text Symbol: 002 = Selected by Materialnumber:
Text Symbol: 003 = Plant:
Text Symbol: 004 = Miss.MSEG Sim.MSEGO1
Text Symbol: 005 = Documentn. Year Item UOM Materialnumber Pl. StLo Batch O1 O2 Document Doc.Date Comment
Text Symbol: 007 = Pls. maintain QCI Defaults
Text Symbol: 008 = Update & failed!
Text Symbol: 010 = Do not translate
Text Symbol: 011 = & document already exists
Text Symbol: 012 = Recreate missing MSEGO1 and MSEGO2 Documents
Text Symbol: 013 = Posted Docum. by using
Text Symbol: 014 = Successfully posted Documents
Text Symbol: 015 = Following documents could not be generated
Text Symbol: 016 = Client:
Text Symbol: 017 = TDP material
Text Symbol: 018 = Plant: $, StLo: &
Text Symbol: 019 = Check MSEGO1 and MSEGO2 Documents
Text Symbol: 020 = Check/Recreate MSEGO1 and MSEGO2 Documents
Text Symbol: 021 = MSEGO1 MSEGO2
Text Symbol: 022 = Missing documents:
Text Symbol: 023 = Recreated documents:
Text Symbol: 024 = Errors during create:
Text Symbol: 025 = Do not translate dummy
Text Symbol: 030 = Do not translate dummy
Text Symbol: 035 = Do not translate dummy
Text Symbol: 040 = Do not translate dummy
Text Symbol: 100 = No documents are missing
Text Symbol: 101 = HPM-ERROR: AIR BOUY NOT PASSED
Text Symbol: 102 = HPM-ERROR: CALCULATION FAILURE
Text Symbol: 103 = HPM-ERROR: CALCULATION OVERFLOW
Text Symbol: 104 = HPM-ERROR: CHARG NOT FOUND
Text Symbol: 105 = HPM-ERROR: CONVERSION NOT ALLOWED
Text Symbol: 106 = HPM-ERROR: INVALID DENSITY
Text Symbol: 107 = HPM-ERROR: LGORT NOT FOUND
Text Symbol: 108 = HPM-ERROR: MASS DIM NOT FOUND
Text Symbol: 109 = HPM-ERROR: MATNR NOT FOUND
Text Symbol: 110 = HPM-ERROR: QTY PARMS INITIAL


INCLUDES used within this REPORT ROIBSCAN_MISSING_O1O2

INCLUDE ROIBSCAN_TOP.


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:






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.



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