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

MFKCM0FO1 SAP ABAP INCLUDE - documentation and ABAP source code







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

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_CHECK_CHALLSTRAT_ACTIVE CALL FUNCTION 'FKK_CHECK_CHALLSTRAT_ACTIVE' IMPORTING e_active = xchall_active.

FKK_GET_APPLICATION CALL FUNCTION 'FKK_GET_APPLICATION' EXPORTING i_no_dialog = 'X' IMPORTING e_applk = g_applk.

STF4_GET_DOMAIN_VALUE_TEXT CALL FUNCTION 'STF4_GET_DOMAIN_VALUE_TEXT' EXPORTING iv_domname = 'GRPLVL_CM_KK' iv_value = 'K' IMPORTING ev_value_text = g_grplvl_text_k EXCEPTIONS value_not_found = 1 OTHERS = 2.

STF4_GET_DOMAIN_VALUE_TEXT CALL FUNCTION 'STF4_GET_DOMAIN_VALUE_TEXT' EXPORTING iv_domname = 'GRPLVL_CM_KK' iv_value = 'V' IMPORTING ev_value_text = g_grplvl_text_v EXCEPTIONS value_not_found = 1 OTHERS = 2.

FKK_DB_TFK041B CALL FUNCTION 'FKK_DB_TFK041B' EXPORTING i_grplvl = l_grplvl TABLES et_tfk041b = gt_tfk041b et_tfk041bt = gt_tfk041bt EXCEPTIONS not_found = 1 OTHERS = 2.

FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_fbeve = p_event i_applk = g_applk TABLES t_fbstab = p_fbtab EXCEPTIONS error_message = 1.

FKK_GET_TFK047XT CALL FUNCTION 'FKK_GET_TFK047XT' EXPORTING i_strat = p_strat i_langu = sy-langu IMPORTING e_strattext = p_strattxt EXCEPTIONS parameter_error = 1 not_found = 2 OTHERS = 3.

BUP_PARTNER_DESCRIPTION_GET CALL FUNCTION 'BUP_PARTNER_DESCRIPTION_GET' EXPORTING i_partner = p_gpart i_valdt_sel = sy-datum IMPORTING e_description = i_descr * E_DESCRIPTION_NAME = * E_DESCRIPTION_LONG = EXCEPTIONS OTHERS = 0.

FKK_GET_CHALL_STRATEGY CALL FUNCTION 'FKK_GET_CHALL_STRATEGY' EXPORTING i_strat = p_mdgrp_lst-strat i_gpart = rfkcm0-gpart i_vkont = p_mdgrp_lst-vkont i_vtref = p_mdgrp_lst-vtref i_cmgrp = p_mdgrp_lst-cmgrp IMPORTING e_strat_chall = lv_strat_chall e_fromdate = lv_fromdate e_todate = lv_todate.

FKK_TESTSERIES_READ CALL FUNCTION 'FKK_TESTSERIES_READ' EXPORTING i_tests = lv_fkkmako-tests IMPORTING e_dfkkcctk = lv_dfkkcctk EXCEPTIONS not_found = 1 OTHERS = 2.

FKK_GET_CHALL_STRATEGY CALL FUNCTION 'FKK_GET_CHALL_STRATEGY' EXPORTING i_strat = p_cmgrp_lst-strat i_gpart = rfkcm0-gpart i_cmgrp = p_cmgrp_lst-cmgrp i_grplvl = p_cmgrp_lst-grplvl IMPORTING e_strat_chall = lv_strat_chall e_fromdate = lv_fromdate e_todate = lv_todate.



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