SAP Reports / Programs | Logistics - General | Logistics Basic Data | Vendor Master(LO-MD-BP-VM) SAP LO

MF02KFWW SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

VENDOR_PURCHASING_MAINTAIN CALL FUNCTION 'VENDOR_PURCHASING_MAINTAIN' EXPORTING I_OK_CODE = SY-DYNNR I_SAVE_DYNNR = SY-DYNNR I_DYNTAB_DSTAT = DYNTAB-DSTAT I_DYNTAB_XLAST = DYNTAB-XLAST I_DYNTAB_XMARK = DYNTAB-XMARK I_KRED_XBILD = KRED-XBILD I_KRED_XBUKR = KRED-XBUKR I_KRED_XDTST = KRED-XDTST I_KRED_XEKOR = KRED-XEKOR I_KRED_XCHNG = KRED-XCHNG I_KRED_XUPDA = KRED-XUPDA I_RF02K = RF02K I_WRF02K = WRF02K I_LFA1 = LFA1 I_YLFA1 = YLFA1 I_LFB1_ERNAM = LFB1-ERNAM I_LFB1_ERDAT = LFB1-ERDAT I_LFM1 = LFM1 I_YLFM1 = YLFM1 I_T020_AKTYP = T020-AKTYP I_T020_DYNCL = T020-DYNCL I_T024E = T024E I_T077K = T077K I_T078K = T078K I_T079M = T079M I_TEXT_XUPD = TEXT_XUPD IMPORTING A_DYNTAB_DSTAT = DYNTAB-DSTAT A_DYNNR = W_DYNNR A_OK_CODE = OK-CODE A_KRED_XBILD = KRED-XBILD A_DRAD_VB = DRAD_VB A_LFA1 = LFA1 A_LFM1 = LFM1 A_XCHNG = EKORG_UPDATE A_TEXT_XUPD = TEXT_XUPD A_WRF02K = WRF02K A_UPD_WYT1 = UPD_WYT1 A_UPD_WYT1T = UPD_WYT1T A_UPD_WYT3 = UPD_WYT3 A_UPD_LFM2 = UPD_LFM2 A_XUPDA_F15 = XUPDA_F15 A_WRF02K_LTSNR = WRF02K-LTSNR A_WRF02K_WERKS = WRF02K-WERKS A_RF02K-SEITE = RF02K-SEITE TABLES T_WYT1 = XWYT1 T_YWYT1 = YWYT1 T_WYT1T = XWYT1T T_YWYT1T = YWYT1T T_LFLR = XLFLR T_YLFLR = YLFLR T_LFM2 = XLFM2 T_YLFM2 = YLFM2 T_WYT3 = XWYT3 T_YWYT3 = YWYT3 T_EXCTAB = EXCTAB T_X055 = X055.



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