SAP Reports / Programs | Materials Management | Inventory Management(MM-IM) SAP MM

MM07MFB7_BESTELLUNG_PRUEFEN SAP ABAP INCLUDE - MM07MFB7BESTELLUNGPRUEFEN







MM07MFB7_BESTELLUNG_PRUEFEN 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 MM07MFB7_BESTELLUNG_PRUEFEN 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 MM07MFB7_BESTELLUNG_PRUEFEN. "Basic submit
SUBMIT MM07MFB7_BESTELLUNG_PRUEFEN AND RETURN. "Return to original report after report execution complete
SUBMIT MM07MFB7_BESTELLUNG_PRUEFEN VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MM07MFB7_BESTELLUNG_PRUEFEN

No INCLUDES are used within this REPORT code!


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:

ME_READ_HEADER_GOODS_RECEIPT CALL FUNCTION 'ME_READ_HEADER_GOODS_RECEIPT' EXPORTING ebeln = b_ebeln display = vw IMPORTING kbefu = kbefu EXCEPTIONS not_activ = 01 not_found = 02 wrong_type = 03 error_message = 04.

FI_TYPE_OF_RATE_CHECK CALL FUNCTION 'FI_TYPE_OF_RATE_CHECK' EXPORTING i_blart = mkpf-blart i_kurst = t003-kurst i_waers = kbefu-bwaer i_hwaer = mseg-waers.

SAP_TO_ISO_COUNTRY_CODE CALL FUNCTION 'SAP_TO_ISO_COUNTRY_CODE' EXPORTING sap_code = t001w-land1 IMPORTING iso_code = t005-intca EXCEPTIONS not_found = 1 no_iso_code = 2 OTHERS = 3.

SXC_EXIT_CHECK_ACTIVE CALL FUNCTION 'SXC_EXIT_CHECK_ACTIVE' EXPORTING exit_name = 'MB_CIN_MM07MFB7' flt_val = t005-intca EXCEPTIONS not_active = 1 OTHERS = 2.

ME_READ_ITEM_GOODS_RECEIPT CALL FUNCTION 'ME_READ_ITEM_GOODS_RECEIPT' EXPORTING ebeln = b_ebeln ebelp = b_ebelp i_werks = b_werks kzwes = b_kzwes lfbnr = b_lfbnr lfgja = b_lfbja lfpos = b_lfpos shkzg = b_shkzg i_vbeln = h_liefk i_vbelp = rm07m-vbelp budat = mkpf-budat xebefu_flag = xebefu_flag display = vw xstor = e_xstor xfbcall = xmbwl i_kurstyp = t003-kurst i_smbln = l_mblnr i_smblp = l_mblpo i_sjahr = l_mjahr i_bldat = mkpf-bldat i_pabnum = wueb-pabnum i_pabpos = wueb-pabpos i_pkkey = wueb-pkkey i_welfbnr = b_nachl i_etens = vm07m-etens i_process = l_sc_comp i_gr_charg = mseg-charg i_gr_erfmg = mseg-erfmg i_gr_erfme = mseg-erfme i_gr_bpmng = mseg-bpmng i_read_for_cancel = read_for_cancel i_gr_line = mseg-zeile "VB IMPORTING e_fcode = i_ok_code e_mblmg = dm07m-mblmg e_mblbm = dm07m-mblbm TABLES xebefu = xebefu xekbnk = xekbnk xekbnk_kdm = xekbnk_kdm "N1027899 teksel = xeksel xebefu_cr = xebefu_cr xekbnk_cr = xekbnk_cr xaccounting = lt_accounting "MAA-DEV xaccounting_dc = lt_accounting_dc "MAA-DEV xaccounting_cr = lt_accounting_cr "MAA-DEV xaccounting_dc_cr = lt_accounting_dc_cr "MAA-DEV xaccounting_srv = xaccounting_srv "MAA2 xaccounting_srv_cr = xaccounting_srv_cr "MAA2 CHANGING c_conf = any_confirmation EXCEPTIONS not_found_any = 01 "ohne Pos - keinen gefun.

MB_MAA_VALUE_SET CALL FUNCTION 'MB_MAA_VALUE_SET' EXPORTING iaccounting = xaccounting[] igoitem = ls_goitem iebefu = xebefu[].

MB_CHECK_REDIR_SA CALL FUNCTION 'MB_CHECK_REDIR_SA' IMPORTING e_f_redirsa_necessary = g_f_redirsa_necessary TABLES it_ebefux = xebefu[] EXCEPTIONS konnr_not_in_ekko = 1 OTHERS = 2.



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