SAP Reports / Programs | Financial Accounting | Contract Accounts Receivable and Payable(FI-CA) SAP FI

MFKC0FD0 SAP ABAP INCLUDE - documentation and ABAP source code







MFKC0FD0 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 MFKC0FD0 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 MFKC0FD0. "Basic submit
SUBMIT MFKC0FD0 AND RETURN. "Return to original report after report execution complete
SUBMIT MFKC0FD0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MFKC0FD0

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:

FKK_PYBUK_DETERMINE_FOR_REPAYM CALL FUNCTION 'FKK_PYBUK_DETERMINE_FOR_REPAYM' EXPORTING i_bukrs = loc_bukrs i_pybuk_suggested = loc_pybuk IMPORTING e_pybuk = loc_pybuk EXCEPTIONS error_message = 0.

FKK_CJ_MIGRATE_CDVKO_TO_0165 CALL FUNCTION 'FKK_CJ_MIGRATE_CDVKO_TO_0165' EXPORTING i_applk = imp-applk i_ktopl = t004-ktopl IMPORTING e_tfk033e_0165 = ls_033e et_tfk033d_0165 = lt_033d EXCEPTIONS error_message = 4.

DOMAIN_VALUE_GET CALL FUNCTION 'DOMAIN_VALUE_GET' EXPORTING i_domname = 'APPLK_KK' i_domvalue = l_domvalue IMPORTING e_ddtext = l_ddtext EXCEPTIONS not_exist = 1 OTHERS = 2.

FKK_MIGRATE_0140_TO_0141 call function 'FKK_MIGRATE_0140_TO_0141' exporting i_modus = '1' i_applk = imp-applk i_ktopl = t004-ktopl importing et_tfk033d_0141 = lt_033d exceptions error_message = 4.

DOMAIN_VALUE_GET call function 'DOMAIN_VALUE_GET' exporting i_domname = 'APPLK_KK' i_domvalue = l_domvalue importing e_ddtext = l_ddtext exceptions not_exist = 1 others = 2.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' "#EC FB_OLDED EXPORTING titel = v01-titel textline1 = text-p41 textline2 = text-p42 IMPORTING answer = answer.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = par_dyname dynumb = par_dynumb TABLES dynpfields = dynpread EXCEPTIONS error_message = 1.



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