ROIASMPS is a standard ABAP INCLUDE 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 ROIASMPS 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.
Title: Purchase order History Investigation to check if fully invoice recptd
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MB_UNIT_CONVERSION CALL FUNCTION 'MB_UNIT_CONVERSION' EXPORTING ERFME = P_KONVME ERFMG = 0 "R3E SO7K100068 * ERFMG = SPACE R3E SO7K100068 MATNR = P_MATNR MEINS = P_MEINS MENGE = P_MENGE UMREN = 1 UMREZ = SPACE IMPORTING O_ERFMG = KONVERT_MENGE EXCEPTIONS CONVERSION_NOT_FOUND = 1 DIFFERENT_DIMENSION = 2 DIVISION_BY_ZERO = 3 OVERFLOW = 4 T006D_ENTRY_MISSING = 5 T006_ENTRY_MISSING = 6 OTHERS = 7.
OIB_MM_GET_QNT_FROM_MSEGO2_DB CALL FUNCTION 'OIB_MM_GET_QNT_FROM_MSEGO2_DB' EXPORTING I_MBLNR = P_MSEG-MBLNR I_MJAHR = P_MSEG-MJAHR I_MSEHI = P_DISPME I_ZEILE = P_MSEG-ZEILE IMPORTING E_QNT = P_MSEG-MENGE EXCEPTIONS MBLNR_NOT_PASSED = 1 MJAHR_NOT_PASSED = 2 MSEHI_NOT_PASSED = 3 QUANTITY_NOT_FOUND = 4 ZEILE_NOT_PASSED = 5 OTHERS = 6.
OIB_SD_GET_QUANTITY CALL FUNCTION 'OIB_SD_GET_QUANTITY' EXPORTING If_VBTYP = 'J' If_VBELN = g_issues-oivbeln If_POSNR = g_issues-oiposnr If_EXTINT = 'E' If_OLDNEW = '2' If_INUOM = 'RU' If_RQSUOM = P_DISPME * I_PODCHECK = s_lips-kzpod Deactivate POD .9509
CURRENCY_CODE_SAP_TO_ISO CALL FUNCTION 'CURRENCY_CODE_SAP_TO_ISO' EXPORTING SAP_CODE = h_waers IMPORTING ISO_CODE = h_iso_code EXCEPTIONS NOT_FOUND = 1.
UNIT_OF_MEASURE_SAP_TO_ISO call function 'UNIT_OF_MEASURE_SAP_TO_ISO' exporting sap_code = h_uom importing iso_code = h_iso_uom exceptions not_found = 1 no_iso_code = 2.
T001W_SINGLE_READ CALL FUNCTION 'T001W_SINGLE_READ' EXPORTING T001W_WERKS = u_werks IMPORTING WT001W = T001W.
MAKT_SINGLE_READ CALL FUNCTION 'MAKT_SINGLE_READ' EXPORTING MAXTZ = 100 MATNR = u_matnr SPRAS = u_spras IMPORTING WMAKT = MAKT.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIASMPS - Purchase order History Investigation to check if fully invoice recptd ROIASMPO - Purchase order History Investigation to check if fully invoice recptd ROIASMOI - Include RUADIFOI ROIASMJQ_FORM_WRT_SUMRY_L_PDF - Include ROIASMJQ_FORM_WRT_SUMRY_L_PDF ROIASMJQ_FORM_WRT_OPENG_B_PDF - Include ROIASMJQ_FORM_WRT_OPENG_B_PDF ROIASMJQ_FORM_WRT_CLOSG_B_PDF - Include ROIASMJQ_FORM_WRT_CLOSG_B_PDF