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

MF02KFV0 SAP ABAP INCLUDE - Vendor Master: Form Routines (FI) V*







MF02KFV0 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 MF02KFV0 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 MF02KFV0. "Basic submit
SUBMIT MF02KFV0 AND RETURN. "Return to original report after report execution complete
SUBMIT MF02KFV0 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: Form Routines (FI) V*


INCLUDES used within this REPORT MF02KFV0

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:

MM_CUSTOMS_PREFERENCE_UPDATE CALL FUNCTION 'MM_CUSTOMS_PREFERENCE_UPDATE' TABLES XULFEI = XLFEI YULFEI = YLFEI EXCEPTIONS OTHERS = 1.

FI_WT_VENDOR_UPDATE CALL FUNCTION 'FI_WT_VENDOR_UPDATE' IN UPDATE TASK TABLES T_XLFBW = XLFBW T_YLFBW = YLFBW.

J_1A_UPDATE_LF_MF02K CALL FUNCTION 'J_1A_UPDATE_LF_MF02K' TABLES T_XLFAT = XLFAT T_YLFAT = YLFAT.

VENDOR_UPDATE CALL FUNCTION 'VENDOR_UPDATE' IN UPDATE TASK EXPORTING I_LFA1 = LFA1 I_LFB1 = LFB1 I_LFM1 = LFM1 I_YLFA1 = YLFA1 I_YLFB1 = YLFB1 I_YLFM1 = YLFM1 TABLES T_XLFAS = XLFAS T_YLFAS = YLFAS T_XLFBK = XLFBK T_YLFBK = YLFBK T_XLFB5 = XLFB5 T_YLFB5 = YLFB5 T_XLFZA = XLFZA T_YLFZA = YLFZA.

OPEN_FI_PERFORM_00001420_E CALL FUNCTION 'OPEN_FI_PERFORM_00001420_E' EXPORTING I_LIFNR = OFI-LIFNR I_BUKRS = RF02K-BUKRS I_XVBUP = 'X' I_AKTYP = T020-AKTYP.

MM_CUSTOMS_PREFERENCE_UPDATE CALL FUNCTION 'MM_CUSTOMS_PREFERENCE_UPDATE' TABLES XULFEI = XLFEI YULFEI = YLFEI EXCEPTIONS OTHERS = 1.

FI_CHANGEDOC_CREATE_ACTIVE * CALL FUNCTION 'FI_CHANGEDOC_CREATE_ACTIVE' * EXPORTING * OBJECTCLASS = CDC_CLASS * EXCEPTIONS * NOT_ACTIVE = 1.

FI_WT_VENDOR_UPDATE CALL FUNCTION 'FI_WT_VENDOR_UPDATE' IN UPDATE TASK TABLES T_XLFBW = XLFBW T_YLFBW = YLFBW.

J_1A_UPDATE_LF_MF02K CALL FUNCTION 'J_1A_UPDATE_LF_MF02K' TABLES T_XLFAT = XLFAT T_YLFAT = YLFAT.

VENDOR_INSERT CALL FUNCTION 'VENDOR_INSERT' IN UPDATE TASK EXPORTING I_LFA1 = LFA1 I_LFB1 = LFB1 I_LFM1 = LFM1 TABLES T_XLFAS = XLFAS T_XLFBK = XLFBK T_XLFB5 = XLFB5 T_XLFZA = XLFZA.

OPEN_FI_PERFORM_00001420_E CALL FUNCTION 'OPEN_FI_PERFORM_00001420_E' EXPORTING i_lifnr = ofi-lifnr " \TP 791764 I_BUKRS = LFB1-BUKRS I_XVBUP = 'X' I_AKTYP = T020-AKTYP.

FI_CHANGEDOC_CREATE_ACTIVE * CALL FUNCTION 'FI_CHANGEDOC_CREATE_ACTIVE' * EXPORTING * OBJECTCLASS = CDC_CLASS * EXCEPTIONS * NOT_ACTIVE = 1.

LFA1_TEXT_HEADER_SELECT CALL FUNCTION 'LFA1_TEXT_HEADER_SELECT' EXPORTING I_LIFNR = lv_lifnr TABLES T_XTHEAD = lt_vtext_a.

LFB1_TEXT_HEADER_SELECT CALL FUNCTION 'LFB1_TEXT_HEADER_SELECT' EXPORTING I_LIFNR = lv_lifnr I_BUKRS = rf02k-bukrs TABLES T_XTHEAD = lt_vtext_f.

LFM1_TEXT_HEADER_SELECT CALL FUNCTION 'LFM1_TEXT_HEADER_SELECT' EXPORTING I_LIFNR = lv_lifnr I_EKORG = rf02k-ekorg TABLES T_XTHEAD = lt_vtext_m.

FI_TEXTS_VENDOR_UPDATE CALL FUNCTION 'FI_TEXTS_VENDOR_UPDATE' EXPORTING I_LIFNR = LFA1-LIFNR I_XINTERN = CHAR1(1).

VENDOR_TEXTS_CP_CREATE CALL FUNCTION 'VENDOR_TEXTS_CP_CREATE' IN UPDATE TASK TABLES t_vendor_texts = vendor_texts.



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