MFKCM1F01 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 MFKCM1F01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FKKCLERK_CM_GET_OBJECTIDS_USER CALL FUNCTION 'FKKCLERK_CM_GET_OBJECTIDS_USER' EXPORTING i_user = rfkcm1-ernam i_mode = 'M' * EhP5 i_wlitype = g_wlitype * EhP5 IMPORTING et_center = gt_center et_combi = gt_combi EXCEPTIONS not_unique = 1 no_active_plvar = 2 no_unit = 3 no_center = 4 no_manager = 5 OTHERS = 6.
FKKCLERK_GET_DATA_OF_OBJECT CALL FUNCTION 'FKKCLERK_GET_DATA_OF_OBJECT' EXPORTING i_actor = l_actor i_langu = sy-langu i_search_date = sy-datum IMPORTING e_stext = l_orgname EXCEPTIONS not_found = 1 no_active_plvar = 2 OTHERS = 3.
FKKCLERK_CM_F4_AGENT_TO_CENTER CALL FUNCTION 'FKKCLERK_CM_F4_AGENT_TO_CENTER' EXPORTING i_center = l_center * EhP5 i_wlitype = g_wlitype * EhP5 IMPORTING et_combi = lt_combi EXCEPTIONS general_fault = 1 nothing_found = 2 OTHERS = 3.
FKKCLERK_CM_GET_NAME_OBJECTIDS CALL FUNCTION 'FKKCLERK_CM_GET_NAME_OBJECTIDS' EXPORTING i_center = l_combi-center i_unit = l_combi-unit i_agent = l_combi-agent IMPORTING e_sname_center = l_combi-centername e_sname_unit = l_combi-unitname e_sname_agent = l_combi-agentname.
FKK_GET_APPLICATION CALL FUNCTION 'FKK_GET_APPLICATION' IMPORTING E_APPLK = lv_applk EXCEPTIONS NO_APPL_SELECTED = 1 OTHERS = 2.
FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING I_FBEVE = '1037' I_APPLK = lv_applk TABLES T_FBSTAB = gt_fbstab_1037.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'FKKWLI' CHANGING ct_fieldcat = p_t_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'FKKWLIA' CHANGING ct_fieldcat = p_t_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'FKK_WLI_ASSIGNED' CHANGING ct_fieldcat = p_t_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-001 text_question = text-002 * DEFAULTOPTION = 'J' IMPORTING answer = p_l_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'FKK_WLI_ACT_ASN' CHANGING ct_fieldcat = p_t_fieldcat_asn EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
CONVERT_TO_FOREIGN_CURRENCY CALL FUNCTION 'CONVERT_TO_FOREIGN_CURRENCY' EXPORTING date = sy-datum foreign_currency = rfkcm1-waers local_amount =
-betrw local_currency = -waers IMPORTING foreign_amount = lv_betrw.
STF4_GET_DOMAIN_VALUE_TEXT CALL FUNCTION 'STF4_GET_DOMAIN_VALUE_TEXT' EXPORTING iv_domname = p_iv_domname iv_value = p_iv_value IMPORTING ev_value_text = p_iv_domtext.
FKK_WL_SELECT CALL FUNCTION 'FKK_WL_SELECT' EXPORTING r_erdat = r_erdat i_wlitype = g_wlitype TABLES it_center = gt_center et_fkkwl = lt_wl EXCEPTIONS not_found = 1 no_input = 2 OTHERS = 3.
FKK_WLI_SELECT_FOR_WL CALL FUNCTION 'FKK_WLI_SELECT_FOR_WL' EXPORTING iv_xrerate = l_xrerate iv_wlitype = g_wlitype TABLES ir_wlident = rt_wlident rt_wli = lt_wli EXCEPTIONS not_found = 1 OTHERS = 2.
FKK_WL_SELECT CALL FUNCTION 'FKK_WL_SELECT' EXPORTING r_erdat = r_erdat i_wlitype = g_wlitype TABLES it_center = lt_center et_fkkwl = lt_wl_s EXCEPTIONS not_found = 1 no_input = 2 OTHERS = 3.
FKK_WLI_SELECT_FOR_WL CALL FUNCTION 'FKK_WLI_SELECT_FOR_WL' EXPORTING iv_xrerate = l_xrerate iv_wlitype = g_wlitype TABLES ir_unit = lrt_unit ir_wlident = rt_wlident rt_wli = lt_wli EXCEPTIONS not_found = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.