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

MF02KFMX SAP ABAP INCLUDE - Vendor Master Record: FORM Routines(MM) X*







MF02KFMX 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 MF02KFMX 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 MF02KFMX. "Basic submit
SUBMIT MF02KFMX AND RETURN. "Return to original report after report execution complete
SUBMIT MF02KFMX VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Vendor Master Record: FORM Routines(MM) X*


INCLUDES used within this REPORT MF02KFMX

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:

ADDR_PERS_COMP_GET CALL FUNCTION 'ADDR_PERS_COMP_GET' EXPORTING ADDRESS_PERS_IN_COMP_SELECTION = LS_ADDR3_SEL IMPORTING ADDRESS_PERS_IN_COMP_VALUE = LS_ADDR3_VAL TABLES ERROR_TABLE = LT_ERROR_TABLE EXCEPTIONS PARAMETER_ERROR = 1 PERSON_NOT_EXIST = 2 VERSION_NOT_EXIST = 3 ADDRESS_NOT_EXIST = 4 INTERNAL_ERROR = 5 OTHERS = 6.

MM_PARTNER_CONSISTENCY_CHECK CALL FUNCTION 'MM_PARTNER_CONSISTENCY_CHECK' EXPORTING I_PARVW = WYT3-PARVW I_LIFN2 = DWYT3-LIFN2 I_PARNR = DWYT3-PARNR I_PERNR = DWYT3-PERNR I_PARGR = XP_PARGR I_LTSNR = WRF02K-LTSNR I_WERKS = WRF02K-WERKS I_OLD_LIFN2 = OLD_LIFN2 I_OLD_PARNR = OLD_PARNR I_OLD_PERNR = OLD_PERNR I_OLD_PARVW = OLD_PARVW TABLES T_XWYT3 = XWYT3 T_DWYT3 = DWYT3 EXCEPTIONS PARTNER_ALREADY_EXISTS = 01 PARTNER_NOT_UNIQUE = 02 PARTNER_MANDATORY = 03.

MM_PARTNER_CONSISTENCY_CHECK CALL FUNCTION 'MM_PARTNER_CONSISTENCY_CHECK' EXPORTING I_PARVW = WYT3-PARVW I_LIFN2 = DWYT3-LIFN2 I_PARNR = DWYT3-PARNR I_PERNR = DWYT3-PERNR I_PARGR = XP_PARGR I_LTSNR = WRF02K-LTSNR I_WERKS = WRF02K-WERKS TABLES T_XWYT3 = XWYT3 T_DWYT3 = DWYT3 EXCEPTIONS PARTNER_ALREADY_EXISTS = 01 PARTNER_NOT_UNIQUE = 02.



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