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

MF02KFL0 SAP ABAP INCLUDE - Vendor Master: Form Routines (FI) L*







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


INCLUDES used within this REPORT MF02KFL0

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:

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

LOCATION_CHECK_CUSTOMER_VENDOR CALL FUNCTION 'LOCATION_CHECK_CUSTOMER_VENDOR' "BETRIEB EXPORTING "BETRIEB I_TCODE = T020-TCODE "BETRIEB I_LIFNR = LFA1-LIFNR. "BETRIEB

READ_CUSTOMIZED_MESSAGE CALL FUNCTION 'READ_CUSTOMIZED_MESSAGE' EXPORTING I_ARBGB = 'F2' I_DTYPE = 'I' I_MSGNR = '370' IMPORTING E_MSGTY = LV_MSGTY370.

LOCATION_CHECK_CUSTOMER_VENDOR CALL FUNCTION 'LOCATION_CHECK_CUSTOMER_VENDOR' "BETRIEB EXPORTING "BETRIEB I_LIFNR = LFA1-LIFNR. "BETRIEB

LOCATION_CHECK_CUSTOMER_VENDOR CALL FUNCTION 'LOCATION_CHECK_CUSTOMER_VENDOR' "BETRIEB EXPORTING "BETRIEB I_LIFNR = LFA1-LIFNR. "BETRIEB

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TITEL = TEXT-P13 TEXTLINE1 = TEXT-P16 TEXTLINE2 = TEXT-P17 IMPORTING ANSWER = ANTWORT.

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

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TITEL = TEXT-P13 TEXTLINE1 = TEXT-P16 TEXTLINE2 = TEXT-P17 IMPORTING ANSWER = ANTWORT.

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

FI_ARCHIVE_CHECK_STATUS CALL FUNCTION 'FI_ARCHIVE_CHECK_STATUS' EXPORTING I_OBJECT = ARCHOBJ.

CUSTOMIZED_MESSAGE CALL FUNCTION 'CUSTOMIZED_MESSAGE' EXPORTING I_ARBGB = 'F2' I_DTYPE = 'W' I_MSGNR = '128' I_VAR01 = LFA1-LIFNR.

CUSTOMIZED_MESSAGE CALL FUNCTION 'CUSTOMIZED_MESSAGE' EXPORTING I_ARBGB = 'F2' I_DTYPE = 'W' I_MSGNR = '129' I_VAR01 = LFA1-LIFNR I_VAR02 = LFB1-BUKRS.

CUSTOMIZED_MESSAGE CALL FUNCTION 'CUSTOMIZED_MESSAGE' EXPORTING I_ARBGB = 'F2' I_DTYPE = 'W' I_MSGNR = '130' I_VAR01 = LFA1-LIFNR I_VAR02 = LFM1-EKORG.

CUSTOMIZED_MESSAGE call function 'CUSTOMIZED_MESSAGE' " \TP 638495 exporting i_arbgb = 'F2' " \TP 638495 i_dtype = 'W' " \TP 638495 i_msgnr = '813'. " \TP 638495

KATAKANA CALL FUNCTION 'KATAKANA' EXPORTING I_TEXT = LFBK-KOINH * I_TYPE = 'ZENGINKYO' IMPORTING E_TEXT = " \1677039 EXCEPTIONS NOT_KATAKANA = 1 NO_VALID_TYPE = 2 ALL_SPACE = 3 OTHERS = 4.

SJIS_DBC_TO_SBC CALL FUNCTION 'SJIS_DBC_TO_SBC' EXPORTING ALL = 'X' CHANGING TEXT = .

CUSTOMIZED_MESSAGE call function 'CUSTOMIZED_MESSAGE' exporting i_arbgb = 'F2' i_dtype = 'W' i_msgnr = '814' i_var01 = L_TEXT i_var02 = L_KOINH.

RS_HDSYS_GET_TCODE call function 'RS_HDSYS_GET_TCODE' importing variant = l_tvariant flag_client_independent = l_flag_client_independent rc = l_rc.

RS_HDSYS_CALL_TC_VARIANT





call function 'RS_HDSYS_CALL_TC_VARIANT' exporting tcode = sy-tcode variant = l_tvariant i_flag_client_independent = l_flag_client_independent call_mode = ' ' authority_check = ' ' variant_check = ' ' exceptions others = 0.



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