SAPMF02K is a standard Module pool for a dialog screen ABAP Program 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 SAPMF02K into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
MAP1 - Create contact person
FK03 - Display Vendor (Accounting)
FK02 - Change Vendor (Accounting)
FK01 - Create Vendor (Accounting)
FK05 - Block Vendor (Accounting)
V-11 - Create carrier
FK06 - Mark Vendor for Deletion (Acctng)
JGZ4 - IS-M: Change Vendor
JGZ3 - IS-M: Create Vendor
MK19 - Display vendor (purchasing), future
MK18 - Activate planned vendor changes (Pu)
MAP3 - Display contact person
MK12 - Change vendor (Purchasing), planned
XK01 - Create Vendor (Centrally)
XK02 - Change vendor (centrally)
XK03 - Display vendor (centrally)
XK05 - Block Vendor (Centrally)
XK06 - Mark vendor for deletion (centrally)
XK07 - Change vendor account group
MK06 - Mark vendor for deletion (purch.)
MK05 - Block Vendor (Purchasing)
MAP2 - Change contact person
MK03 - Display vendor (Purchasing)
MK02 - Change vendor (Purchasing)
MK01 - Create vendor (Purchasing)
FK08 - Confirm Vendor Individually (Acctng)
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.
Title: Vendor Master Data
Text Symbol: W02 = Plant
Text Symbol: W03 = Dif. Purch. Data
Text Symbol: W01 = VSR
Text Symbol: VER = Cust.
Text Symbol: W05 = Not assigned to a sub-range
Text Symbol: W06 = Material
Text Symbol: W07 = Purch. Org.
Text Symbol: W08 = Sub-range
Text Symbol: V03 = Rejected
Text Symbol: V02 = To be confirmed
Text Symbol: V01 = Confirmed
Text Symbol: UNB = Unknown
Text Symbol: T53 = Confirm. of change
Text Symbol: T52 = Deletion flags
Text Symbol: T51 = Block Data
Text Symbol: T50 = Details
Text Symbol: T41 = Vendor Location
Text Symbol: W09 = Purchasing organization
Text Symbol: W10 = Vendor
Text Symbol: W11 = Purchasing data
Text Symbol: W12 = Business partner
Text Symbol: W13 = Partner function
Text Symbol: W14 = Data maint. level
Text Symbol: W15 = Should the VSR
Text Symbol: W16 = be deleted?
Text Symbol: W17 = Are you sure you want to delete the VSRs indicated?
Text Symbol: W18 = Are you sure you want to delete the supply regions indicated?
Text Symbol: W19 = Should the supply region
Text Symbol: W20 = Supply region
Text Symbol: W21 = Partner functions
Text Symbol: W22 = VSR-/Plant Relev.
Text Symbol: W23 = Do you want to create the dif.
Text Symbol: W24 = Purchasing block
Text Symbol: W25 = data?
Text Symbol: W26 = Different data
Text Symbol: T40 = Vendor Name
Text Symbol: P22 = Home Address
INCLUDE MF02KTOP.
INCLUDE MF02KO00.
INCLUDE MF02KI00.
INCLUDE MF02KFA0.
INCLUDE MF02KFB0.
INCLUDE MF02KFC0.
INCLUDE MF02KFD0.
INCLUDE MF02KFE0.
INCLUDE MF02KFF0.
INCLUDE MF02KFG0.
INCLUDE MF02KFH0.
INCLUDE MF02KFI0.
INCLUDE MF02KFK0.
INCLUDE MF02KFL0.
INCLUDE MF02KFM0.
INCLUDE MF02KFN0.
INCLUDE MF02KFO0.
INCLUDE MF02KFR0.
INCLUDE MF02KFS0.
INCLUDE MF02KFT0.
INCLUDE MF02KFV0.
INCLUDE MF02KFX0.
INCLUDE MF02KFZ0.
INCLUDE MF02KO0M.
INCLUDE MF02KI0M.
INCLUDE MF02KFMA.
INCLUDE MF02KFMB.
INCLUDE MF02KFMC.
INCLUDE MF02KFMD.
INCLUDE MF02KFME.
INCLUDE MF02KFMF.
INCLUDE MF02KFMH.
INCLUDE MF02KFMI.
INCLUDE MF02KFMK.
INCLUDE MF02KFML.
INCLUDE MF02KFMM.
INCLUDE MF02KFMN.
INCLUDE MF02KFMO.
INCLUDE MF02KFMP.
INCLUDE MF02KFMR.
INCLUDE MF02KFMS.
INCLUDE MF02KFMT.
INCLUDE MF02KFMU.
INCLUDE MF02KFMV.
INCLUDE MF02KFMW.
INCLUDE MF02KFMX.
INCLUDE MF02KFMZ.
INCLUDE MF02DK_COMMON_FORM0. " \TP 889691
INCLUDE MF02KBET.
INCLUDE DBGFTC03.
INCLUDE MF02K_ADD_ON_F01.
INCLUDE MF02K_ADD_ON_PAI.
INCLUDE MF02K_ADD_ON_PBO.
INCLUDE MF02KIIS.
INCLUDE MF02KFASHI01.
INCLUDE MF02K_FSSC01.
INCLUDE MF02K_IAVF01.
INCLUDE MFSUSTTOP.
INCLUDE SAPJ1BXK01.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
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 SAPMF02K or its description.