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

MF02KFK0 SAP ABAP INCLUDE - Vendor Master: Form Routines (FI) K*







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


INCLUDES used within this REPORT MF02KFK0

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:

OPEN_FI_PERFORM_00001460_E CALL FUNCTION 'OPEN_FI_PERFORM_00001460_E' EXPORTING I_AKTYP = T020-AKTYP I_FUNCL = T020-FUNCL I_LFA1 = LFA1 I_LFB1 = LFB1.

CONTACTPERSON_FIELD_STATUS CALL FUNCTION 'CONTACTPERSON_FIELD_STATUS' EXPORTING SET_STATUS = KRED-FAUSA+39(1).

NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING OBJECT = NROBJ NR_RANGE_NR = T077K-NUMKR IMPORTING NUMBER = LFA1-LIFNR RETURNCODE = RETCODE EXCEPTIONS INTERVAL_NOT_FOUND = 01 NUMBER_RANGE_NOT_INTERN = 02 OBJECT_NOT_FOUND = 03.

CLFM_SET_OBJECT CALL FUNCTION 'CLFM_SET_OBJECT' EXPORTING OBJECT = CLASS_OBJECT.

DRAD_CHANGE_BEFORE_COMMIT CALL FUNCTION 'DRAD_CHANGE_BEFORE_COMMIT' TABLES DRAD_FOR_CHANGE = xdrad[].

VMD_DEQUEUE_EXLFA1 CALL FUNCTION 'VMD_DEQUEUE_EXLFA1' EXPORTING LIFNR = ENQ_KEY EXCEPTIONS SYSTEM_FAILURE = 1.

VMD_ENQUEUE_EXLFA1 CALL FUNCTION 'VMD_ENQUEUE_EXLFA1' EXPORTING LIFNR = LFA1-LIFNR EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2.

ADDR_MEMORY_CLEAR call function 'ADDR_MEMORY_CLEAR' exporting force = 'X'.

VMD_DEQUEUE_EXLFA1 CALL FUNCTION 'VMD_DEQUEUE_EXLFA1' EXPORTING LIFNR = ENQ_KEY EXCEPTIONS SYSTEM_FAILURE = 1.

VMD_DEQUEUE_EXLFA1 CALL FUNCTION 'VMD_DEQUEUE_EXLFA1' EXPORTING LIFNR = ENQ_KEY EXCEPTIONS SYSTEM_FAILURE = 1.

CUSTOMIZED_MESSAGE call function 'CUSTOMIZED_MESSAGE' " \TP 651212 exporting i_arbgb = 'F2' " \TP 651212 i_dtype = '-' " \TP 651212 i_msgnr = '030' " \TP 651212 i_var01 = t024e-ekorg " \TP 651212 i_var02 = *t001-bukrs " \TP 651212 i_var03 = t001-bukrs. " \TP 651212



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