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

MM07MFM0_M_SEGMENTE_ERGAENZEN SAP ABAP INCLUDE - MM07MFM0MSEGMENTEERGAENZEN







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

MIMB_BEAKZ_IMPORT CALL FUNCTION 'MIMB_BEAKZ_IMPORT' EXPORTING i_line_id = xmseg-line_id IMPORTING e_del_created = l_skip.

FM_POPULATE_XREF CALL FUNCTION 'FM_POPULATE_XREF' EXPORTING i_pstyp = xvm07m-pstyp i_lfbnr = xmseg-lfbnr i_lfpos = xmseg-lfpos i_lfgja = xmseg-lfbja CHANGING c_accit = .

FM_POPULATE_XREF CALL FUNCTION 'FM_POPULATE_XREF' EXPORTING i_pstyp = xvm07m-pstyp i_lfbnr = -xref3+4(10) i_lfpos = xmseg-lfpos i_lfgja = xmkpf-mjahr CHANGING c_accit = .

MB_SET_FLAG_VALUE_UPDATE CALL FUNCTION 'MB_SET_FLAG_VALUE_UPDATE' EXPORTING i_matbf = xmseg-matbf i_bwkey = xvm07m-bwkey i_bwtar = xmseg-bwtar i_sobkz = xmseg-sobkz i_mat_kdauf = xmseg-mat_kdauf i_mat_kdpos = xmseg-mat_kdpos i_mat_pspnr = xmseg-mat_pspnr i_kzbws = xmseg-kzbws i_xobew = xmseg-xobew i_lifnr = xmseg-lifnr i_ins_oblig = x TABLES xmbew = xmbew xebew = xebew xqbew = xqbew xobew = xobew EXCEPTIONS not_found = 1 OTHERS = 2.

VB_CHECK_BATCH_FOR_INSERT CALL FUNCTION 'VB_CHECK_BATCH_FOR_INSERT' EXPORTING ignore_content_check = 'X' TABLES new_batches = lt_mchb.

VB_CHECK_BATCH_FOR_UPDATE CALL FUNCTION 'VB_CHECK_BATCH_FOR_UPDATE' EXPORTING ignore_content_check = 'X' TABLES new_batches = lt_mchb.

VB_CHANGE_DOCUMENT_REGISTER CALL FUNCTION 'VB_CHANGE_DOCUMENT_REGISTER' EXPORTING i_matnr = lt_mchb-matnr i_charg = lt_mchb-charg i_werks = lt_mchb-werks i_no_perform_on_commit = 'X' EXCEPTIONS OTHERS = 0.

WWEA_INDEX_ALLOCATION * call function 'WWEA_INDEX_ALLOCATION' * tables * im_ex_auwei = xauwei.

WTAD_CHECK_GOODS_MOVEMENT * call function 'WTAD_CHECK_GOODS_MOVEMENT' * exporting * mkpf = xmkpf * IMPORTING * POST_CHECK = * ADDIBELNR = * tables * imseg = xmseg * exceptions * others = 0.

ME_STATISTICS_EKBE_RKO CALL FUNCTION 'ME_STATISTICS_EKBE_RKO' EXPORTING "605754 i_flg_check_only = 'X' "605754 TABLES t_ekbe = xekbe t_ekbz = xekbz * MAA EhP4 - Begin -----------------------------------"MAA EhP4 t_ekbe_ma = xekbe_ma "MAA EhP4 t_ekbz_ma = xekbz_ma. "MAA EhP4

RV_MESSAGES_REFRESH CALL FUNCTION 'RV_MESSAGES_REFRESH' EXPORTING msg_kappl = 'ME' pi_objky_from = msg_objky.

RV_MESSAGES_RENAME CALL FUNCTION 'RV_MESSAGES_RENAME' EXPORTING msg_kappl = 'ME' msg_objky_new = msg_objky_new msg_objky_old = msg_objky.



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