MF02KFMR 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 MF02KFMR into the relevant SAP transactions such as SE38 or SE80
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 Record: Form Routines(MM) R*
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SYSTEM_SWITCH_GET * CALL FUNCTION 'SYSTEM_SWITCH_GET' * IMPORTING * SYSDEF = INT_SYSDEF * EXCEPTIONS * ERROR = 1 * OTHERS = 2.
OPEN_FI_PERFORM_00001421_E CALL FUNCTION 'OPEN_FI_PERFORM_00001421_E' EXPORTING I_LFA1 = LFA1 I_LFA1_OLD = LS_LFA1 I_LFB1 = LFB1 I_LFB1_OLD = LS_LFB1 I_LFM1 = LFM1 I_LFM1_OLD = LS_LFM1 UPD_LFA1 = UPD_LFA1 UPD_LFAS = UPD_LFAS UPD_LFAT = UPD_LFAT UPD_LFB1 = UPD_LFB1 UPD_LFB5 = UPD_LFB5 upd_lfbk = l_upd_lfbk " \TP 957820 upd_lfbk_iban = l_upd_lfbk_iban " \TP 957820 UPD_LFBW = UPD_LFBW UPD_LFEI = UPD_LFEI UPD_LFLR = UPD_LFLR UPD_LFM1 = UPD_LFM1 UPD_LFM2 = UPD_LFM2 UPD_LFZA = UPD_LFZA UPD_WYT1 = UPD_WYT1 UPD_WYT1T = UPD_WYT1T UPD_WYT3 = UPD_WYT3 I_ADD_ON_DATA = GS_VEND_ADD_ON_DATA UPD_KNVK = UPD_KNVK TABLES T_XLFAS = XLFAS T_YLFAS = YLFAS T_XLFAT = XLFAT T_YLFAT = YLFAT T_XLFB5 = XLFB5 T_YLFB5 = YLFB5 t_xlfbk = lt_xlfbk " \TP 957820 t_ylfbk = lt_ylfbk " \TP 957820 t_xlfbk_iban = lt_xlfbk_iban " \TP 957820 t_ylfbk_iban = lt_ylfbk_iban " \TP 957820 T_XLFBW = XLFBW T_YLFBW = YLFBW T_XLFEI = XLFEI T_YLFEI = LT_LFEI_O T_XLFLR = XLFLR T_YLFLR = YLFLR T_XLFM2 = XLFM2 T_YLFM2 = YLFM2 T_XLFZA = XLFZA T_YLFZA = YLFZA T_XWYT1 = XWYT1 T_YWYT1 = YWYT1 T_XWYT1T = XWYT1T T_YWYT1T = YWYT1T T_XWYT3 = XWYT3 T_YWYT3 = YWYT3 T_XKNVK = XKNVK T_YKNVK = YKNVK.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MF02KFMR - Vendor Master Record: Form Routines(MM) R* MF02KFMP - Vendor Master Record: Form Routines(MM) P* MF02KFMO - Vendor Master Record: Form Routines(MM) O* MF02KFMN - Vendor Master Record: Form Routines(MM) N* MF02KFMM - Vendor Master Record: Form Routines(MM) M* MF02KFML - Vendor Master Record: Form Routines(MM) L*