SAP Reports / Programs | Logistics - General | Logistics Basic Data | Material Master(LO-MD-MM) SAP LO

MM03MFO0_OKCODE_BUCHEN SAP ABAP INCLUDE - MM03MFO0OKCODEBUCHEN







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

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:

MAW1_SINGLE_READ CALL FUNCTION 'MAW1_SINGLE_READ' EXPORTING * KZRFB = ' ' * MAXTZ = 0 MATNR = RM03M-MATNR * IMPORTING * WMAW1 = EXCEPTIONS WRONG_CALL = 1 NOT_FOUND = 2 OTHERS = 3.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

COMMIT_TEXT CALL FUNCTION 'COMMIT_TEXT'.

RV_CONDITION_SAVE CALL FUNCTION 'RV_CONDITION_SAVE'.

MAT_CD_NO_CHANGE_POINTERS_INT CALL FUNCTION 'MAT_CD_NO_CHANGE_POINTERS_INT' EXPORTING MARA_MSTAE = MARA-MSTAE OMARA_MSTAE = *MARA-MSTAE NEUFLAG = NEUFLAG AKTYP = T130M-AKTYP MARA_MATNR = MARA-MATNR "note 928570 IMPORTING CDOC_NO_CHANGE_POINTERS = CDOC_NO_CHANGE_POINTERS EXCEPTIONS INTERNAL_ERROR = 1 OTHERS = 2.

OPEN_FI_PERFORM_00001250_E CALL FUNCTION 'OPEN_FI_PERFORM_00001250_E' EXPORTING I_MARA_NEW = MARA I_MARA_OLD = *MARA UPD_MARA = UPD_MARA I_MARC_NEW = MARC I_MARC_OLD = *MARC UPD_MARC = UPD_MARC I_MARD_NEW = MARD I_MARD_OLD = *MARD UPD_MARD = UPD_MARD I_MBEW_NEW = MBEW I_MBEW_OLD = *MBEW UPD_MBEW = UPD_MBEW I_MFHM_NEW = MFHM I_MFHM_OLD = *MFHM UPD_MFHM = UPD_MFHM I_MLGN_NEW = MLGN I_MLGN_OLD = *MLGN UPD_MLGN = UPD_MLGN I_MLGT_NEW = MLGT I_MLGT_OLD = *MLGT UPD_MLGT = UPD_MLGT I_MPGD_NEW = MPGD I_MPGD_OLD = *MPGD UPD_MPGD = UPD_MPGD I_MPOP_NEW = MPOP I_MPOP_OLD = *MPOP UPD_MPOP = UPD_MPOP I_MVKE_NEW = MVKE I_MVKE_OLD = *MVKE UPD_MVKE = UPD_MVKE UPD_MAKT = UPD_DMAKT UPD_MARM = UPD_DMARM UPD_MEAN = UPD_DMEAN UPD_MLAN = UPD_DMLAN UPD_ICDTXT_MATERIAL = UPD_ICDTXT_MATERIAL UPD_PROW = UPD_DPROW UPD_GESV = UPD_DGESV UPD_UNGV = UPD_DUNGV UPD_MAEX = UPD_DMAEX UPD_MAPE = UPD_DMAPE UPD_MKAL = UPD_DMKAL UPD_QMAT = UPD_DQMAT TABLES T_ICDTXT_MATERIAL = ICDTXT_MATERIAL T_MAKT_NEW = XDMAKT T_MAKT_OLD = YDMAKT T_MARM_NEW = XDMARM T_MARM_OLD = YDMARM T_MEAN_NEW = XDMEAN T_MEAN_OLD = YDMEAN T_MLAN_NEW = XDMLAN T_MLAN_OLD = YDMLAN T_MAEX_NEW = XDMAEX T_MAEX_OLD = YDMAEX T_MAPE_NEW = XDMAPE T_MAPE_OLD = YDMAPE T_MKAL_NEW = XDMKAL T_MKAL_OLD = YDMKAL T_PROW_NEW = XDPROW T_PROW_OLD = YDPROW T_QMAT_NEW = XDQMAT T_QMAT_OLD = YDQMAT T_GESV_NEW = XDGESV T_GESV_OLD = YDGESV T_UNGV_NEW = XDUNGV T_UNGV_OLD = YDUNGV.



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