MF02KFC0 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 MF02KFC0 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: Form Routines (FI) C*
INCLUDE FF02KCDC.
No SAP DATABASE tables are accessed within this REPORT code!
CHECK_CHANGES_BANK_ADDRESS CALL FUNCTION 'CHECK_CHANGES_BANK_ADDRESS' IMPORTING changes = char1 TABLES bnktab = bnktab.
CUSTOMIZED_MESSAGE CALL FUNCTION 'CUSTOMIZED_MESSAGE' EXPORTING i_arbgb = 'F2' i_dtype = 'W' i_msgnr = '224' i_var01 = lfa1-lifnr.
CUSTOMIZED_MESSAGE CALL FUNCTION 'CUSTOMIZED_MESSAGE' EXPORTING i_arbgb = 'F2' i_dtype = 'W' i_msgnr = '226' i_var01 = lfa1-lifnr i_var02 = lfb1-bukrs.
UPDATE_IBAN CALL FUNCTION 'UPDATE_IBAN' EXPORTING execute_in_update_task = ' ' test_mode = 'X' IMPORTING e_changed = kred-xchng.
CURRENCY_EXPIRATION_CHECK call function 'CURRENCY_EXPIRATION_CHECK' exporting currency = loc_curr date = loc_date object = loc_object * bukrs = loc_bukrs importing currency_new = loc_curr_new exceptions warning_occurred = 1 error_occurred = 2 others = 3.
READ_CUSTOMIZED_MESSAGE CALL FUNCTION 'READ_CUSTOMIZED_MESSAGE' EXPORTING i_arbgb = 'F2' i_dtype = '-' i_msgnr = '781' IMPORTING e_msgty = ls_msgts.
CUSTOMIZED_MESSAGE CALL FUNCTION 'CUSTOMIZED_MESSAGE' EXPORTING i_arbgb = 'F2' i_dtype = ls_msgts i_msgnr = '781' i_var01 = knvk-parnr i_var02 = knvk-namev(18) i_var03 = knvk-name1(22).
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.