FOIH3M01 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 FOIH3M01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OIB_MM_GET_QNT_FROM_MSEGO2_DB * CALL FUNCTION 'OIB_MM_GET_QNT_FROM_MSEGO2_DB' * EXPORTING * i_mblnr = *mseg-MBLNR * i_mjahr = *mseg-MJAHR * i_msehi = mseg-erfme * i_zeile = *mseg-ZEILE * IMPORTING * e_qnt = ls_erfmg * EXCEPTIONS * mblnr_not_passed = 1 * mjahr_not_passed = 2 * msehi_not_passed = 3 * quantity_not_found = 4 * zeile_not_passed = 5 * OTHERS = 6 .
MB_CHECK_T160M CALL FUNCTION 'MB_CHECK_T160M' EXPORTING I_ARBGB = 'OB' I_MSGNR = '207' * I_MSGVS = * I_MSGV1 = * I_MSGV2 = * I_MSGV3 = * I_MSGV4 = * I_NOLOG = I_OUTPUT = SPACE * I_CUMULATE = IMPORTING RC = rc.
CUSTOMIZED_MESSAGE CALL FUNCTION 'CUSTOMIZED_MESSAGE' EXPORTING i_arbgb = 'OB' i_dtype = 'E' i_msgnr = '089' i_var01 = mseg-oitrknr i_var02 = mseg-oiglsku i_var03 = mseg-meins.
OIB_2STEP_CALC_TRANSFER_G_L CALL FUNCTION 'OIB_2STEP_CALC_TRANSFER_G_L' EXPORTING i_trknr = mseg-oitrknr i_trkjr = mseg-oitrkjr i_itmnr = mseg-oiitmnr i_matnr = mseg-matnr i_werks = mseg-werks i_zeile = mseg-zeile i_meins = mseg-meins "SODK001058 HGM i_bstme = mseg-bstme "SODK001058 HGM i_ftind = mseg-oiftind "SODK001058 HGM i_glsku = oih_old_xmseg-oiglsku "SODK001058 HGM i_glind = mseg-oiglcalc i_bwart = mseg-bwart IMPORTING e_glqty = oih30i_glqty_sum "SODK001058 HGM e_glind = mseg-oiglcalc TABLES t_oih30i = oih_oih30i.
OIB_2STEP_BUILD_G_L_APPENDIX CALL FUNCTION 'OIB_2STEP_BUILD_G_L_APPENDIX' EXPORTING i_new_zeile = oih_new_xmseg-zeile i_shkzg = oih_new_xmseg-shkzg i_line_id = oih_new_xmseg-line_id " SO7K100626 M i_parent_id = oih_new_xmseg-parent_id. " SO7K100626 M
OIB2_CLEAR_MARCO1 * call function 'OIB2_CLEAR_MARCO1' "SO3K122584 BB * exporting "SO3K122584 BB * pi_zeile = mseg-zeile "SO3K122584 BB * pi_matnr = mseg-matnr "SO3K122584 BB * pi_werks = mseg-werks. "SO3K122584 BB
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.