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

MF02KFMA SAP ABAP INCLUDE - Vendor Master Record: Form routines(MM) A*







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


INCLUDES used within this REPORT MF02KFMA

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:

SWE_REQUESTER_TO_UPDATE call function 'SWE_REQUESTER_TO_UPDATE'.

KRED_WRITE_DOCUMENT call function 'KRED_WRITE_DOCUMENT ' in update task exporting objectid = objectid tcode = tcode utime = utime udate = udate username = username planned_change_number = planned_change_number object_change_indicator = cdoc_upd_object planned_or_real_changes = cdoc_planned_or_real no_change_pointers = cdoc_no_change_pointers upd_knvk = '' o_ylfa1 = l_ylfa1 n_lfa1 = l_lfa1 upd_lfa1 = '' upd_lfas = '' upd_lfat = '' o_ylfb1 = l_ylfb1 n_lfb1 = l_lfb1 upd_lfb1 = '' upd_lfb5 = '' upd_lfbk = '' upd_lfbw = '' upd_lfei = '' upd_lflr = '' o_ylfm1 = l_ylfm1 n_lfm1 = l_lfm1 upd_lfm1 = '' upd_lfm2 = '' upd_lfza = '' upd_wyt1 = '' upd_wyt1t = '' upd_wyt3 = upd_wyt3 tables xknvk = lt_xknvk yknvk = lt_yknvk xlfas = lt_xlfas ylfas = lt_ylfas xlfat = lt_xlfat ylfat = lt_ylfat xlfb5 = lt_xlfb5 ylfb5 = lt_ylfb5 xlfbk = lt_xlfbk ylfbk = lt_ylfbk xlfbw = lt_xlfbw ylfbw = lt_ylfbw xlfei = lt_xlfei ylfei = lt_ylfei xlflr = lt_xlflr ylflr = lt_ylflr xlfm2 = lt_xlfm2 ylfm2 = lt_ylfm2 xlfza = lt_xlfza ylfza = lt_ylfza xwyt1 = lt_xwyt1 ywyt1 = lt_ywyt1 xwyt1t = lt_xwyt1t ywyt1t = lt_ywyt1t xwyt3 = P_LT_XWYT3 ywyt3 = P_LT_YWYT3.

OPEN_FI_PERFORM_00001421_E call function 'OPEN_FI_PERFORM_00001421_E' exporting i_lfa1 = l_lfa1 i_lfa1_old = l_ylfa1 i_lfb1 = l_lfb1 i_lfb1_old = l_ylfb1 i_lfm1 = l_lfm1 i_lfm1_old = l_ylfm1 upd_lfa1 = '' upd_lfas = '' upd_lfat = '' upd_lfb1 = '' upd_lfb5 = '' upd_lfbk = '' upd_lfbw = '' upd_lfei = '' upd_lflr = '' upd_lfm1 = '' upd_lfm2 = '' upd_lfza = '' upd_wyt1 = '' upd_wyt1t = '' upd_wyt3 = upd_wyt3 i_add_on_data = lv_add_on_data tables t_xlfas = lt_xlfas t_ylfas = lt_ylfas t_xlfat = lt_xlfat t_ylfat = lt_ylfat t_xlfb5 = lt_xlfb5 t_ylfb5 = lt_ylfb5 t_xlfbk = lt_xlfbk t_ylfbk = lt_ylfbk t_xlfbw = lt_xlfbw t_ylfbw = lt_ylfbw t_xlfei = lt_xlfei t_ylfei = lt_ylfei t_xlflr = lt_xlflr t_ylflr = lt_ylflr t_xlfm2 = lt_xlfm2 t_ylfm2 = lt_ylfm2 t_xlfza = lt_xlfza t_ylfza = lt_ylfza t_xwyt1 = lt_xwyt1 t_ywyt1 = lt_ywyt1 t_xwyt1t = lt_xwyt1t t_ywyt1t = lt_ywyt1t t_xwyt3 = P_LT_XWYT3 t_ywyt3 = P_LT_YWYT3.



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