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

MM07MFB1_BELEG_ERGAENZEN SAP ABAP INCLUDE - MM07MFB1BELEGERGAENZEN







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

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:

MB_READ_DELIVERY_FLOW CALL FUNCTION 'MB_READ_DELIVERY_FLOW' "358454 EXPORTING "358454 i_xblnr = xmkpf-xblnr "358454 i_le_or_mm = le_or_mm "875529 TABLES "358454 ct_mbvbfa = lt_mbvbfa. "358454

MB_CHECK_USER_PG_DATE_PLANT CALL FUNCTION 'MB_CHECK_USER_PG_DATE_PLANT' "n486477 EXPORTING "n486477 i_plant = xmseg-werks "n486477 i_user = sy-uname "n486477 i_program = l_f_repid "n486477 i_budat = xmkpf-budat "n486477 EXCEPTIONS "n486477 no_authority_prog = 1 "n486477 no_authority_date = 2 "n486477 OTHERS = 3. "n486477

MB_READ_RESERVATION_POS_WA CALL FUNCTION 'MB_READ_RESERVATION_POS_WA' EXPORTING rsnum = mseg-rsnum rspos = mseg-rspos rsart = mseg-rsart xrsart = x shkzg = shkzg bwart = bwart kzneb = eins xstor = vm07m-xstor i_read_for_cancel = read_for_cancel "note357305 TABLES seqtab = xrbefu.

GRPG_PSPNR_SWITCH_IN_RBEFU CALL FUNCTION 'GRPG_PSPNR_SWITCH_IN_RBEFU' "

CO_SF_MSEG_ACCOUNT_SETTLE CALL FUNCTION 'CO_SF_MSEG_ACCOUNT_SETTLE' EXPORTING mseg_imp = mseg rbefu_imp = xrbefu IMPORTING mseg_exp = mseg.

ME_READ_COMP_GOODS_RECEIPT CALL FUNCTION 'ME_READ_COMP_GOODS_RECEIPT' EXPORTING aktwe = mseg-erfmg ebeln = mseg-ebeln ebelp = mseg-ebelp lfbnr = mseg-lfbnr lfgja = mseg-lfbja lfpos = mseg-lfpos shkzg = l_shkzg "376724 sumwe = wemng kzbew = t158-kzbew "514954 TABLES t_bbefu = xmdvw EXCEPTIONS not_found_any = 01 not_found_one = 02 not_valid_any = 03 not_valid_one = 04.

MB_UNIT_CONVERSION CALL FUNCTION 'MB_UNIT_CONVERSION' "1024042 EXPORTING "1024042 MEINS = mseg-meins "1024042 ERFME = xebefu-bstme "1024042 MENGE = mseg-menge "1024042 UMREZ = xebefu-umrez "1024042 UMREN = xebefu-umren "1024042 IMPORTING "1024042 O_ERFME = mseg-bstme "1024042 O_ERFMG = mseg-bstmg "1024042 EXCEPTIONS "1024042 OTHERS = 4. "1024042

MB_CHECK_USER_PG_DATE_PLANT CALL FUNCTION 'MB_CHECK_USER_PG_DATE_PLANT' "n555246 EXPORTING "n555246 i_user = sy-uname "n555246 i_program = l_f_repid "n555246 i_write_log = 'X' "n555246 i_mblnr = xmkpf-mblnr "n555246 i_mjahr = xmkpf-mjahr "n555246 EXCEPTIONS "n555246 OTHERS = 3. "n555246



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