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

RFKKDMSCCF01 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

FREE_SELECTIONS_INIT CALL FUNCTION 'FREE_SELECTIONS_INIT' IMPORTING selection_id = g_selid where_clauses = g_tab_where TABLES tables_tab = tables_tab EXCEPTIONS OTHERS = 1.

FREE_SELECTIONS_DIALOG CALL FUNCTION 'FREE_SELECTIONS_DIALOG' EXPORTING title = text-s01 selection_id = g_selid IMPORTING where_clauses = g_tab_where TABLES fields_tab = fields_tab EXCEPTIONS no_action = 1 OTHERS = 2.

FKK_DB_CORR_GET_HISTORY CALL FUNCTION 'FKK_DB_CORR_GET_HISTORY' EXPORTING t_cokey = r_cokey[] t_cotyp = r_cotyp[] t_gpart = r_gpart[] t_vkont = r_vkont[] t_vtref = r_vtref[] t_subap = r_subap[] t_bukrs = r_bukrs[] t_coidt = r_coidt[] t_copri = r_copri[] i_tab_where = g_tab_where[] IMPORTING e_tab_clusterdata = g_tab_clusterdata[] TABLES t_dfkkcohi = g_tab_dfkkcohi[] t_dfkkcohincorr = g_tab_dfkkcohincorr[] EXCEPTIONS not_found = 1 OTHERS = 2.

FKK_CORR_DISPLAY_HISTORY_ALV CALL FUNCTION 'FKK_CORR_DISPLAY_HISTORY_ALV' EXPORTING i_tab_corrdata = g_tab_display[] i_rcl_display_history = l_rcl_display_history i_repid = 'RFKKDMSCC' EXCEPTIONS field_not_found = 1 OTHERS = 2.

FKKCORR_BUILD_FKKCOINFO CALL FUNCTION 'FKKCORR_BUILD_FKKCOINFO' EXPORTING i_cocyr = '0000' i_coidt = '00000000' i_cotrg = '2' TABLES t_fkkcoinfo = l_tab_info[].

FKK_DOC_AUTHORITY_CHECK CALL FUNCTION 'FKK_DOC_AUTHORITY_CHECK' EXPORTING i_bukrs = all_bukrs i_actvt = '03' " 03 is display EXCEPTIONS error_message = 1.

FKK_DOC_AUTHORITY_CHECK CALL FUNCTION 'FKK_DOC_AUTHORITY_CHECK' EXPORTING i_bukrs = l_bukrs i_actvt = '03' "display EXCEPTIONS error_message = 1.

FKK_CORR_STATUS_TXT_GET CALL FUNCTION 'FKK_CORR_STATUS_TXT_GET' EXPORTING i_corr_status = l_wrk_stat-status IMPORTING e_corr_status_txt = l_wrk_stat-statustxt EXCEPTIONS OTHERS = 0.

FKKDMS_UPLOAD_CC CALL FUNCTION 'FKKDMS_UPLOAD_CC' EXPORTING ix_simu = p_simu iv_message_level = p_level * IV_CHECK_EXIST = p_check IMPORTING et_message = lt_message_pck et_fkkdoc = lt_fkkdoc et_fkkcoh_error = lt_error CHANGING ct_fkkcoh = lt_fkkcoh_package.

FKKDMS_MODIFY_DEQUEUE CALL FUNCTION 'FKKDMS_MODIFY_DEQUEUE'.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Löschen der aktuellen Variante'(015) text_question = text-014 IMPORTING answer = lv_answer EXCEPTIONS OTHERS = 0.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = s_log IMPORTING e_log_handle = y_log_handle EXCEPTIONS OTHERS = 1.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = y_log_handle i_s_msg = s_msg EXCEPTIONS OTHERS = 1.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXCEPTIONS OTHERS = 1.

BAL_DSP_OUTPUT_FREE CALL FUNCTION 'BAL_DSP_OUTPUT_FREE'.

BAL_LOG_REFRESH CALL FUNCTION 'BAL_LOG_REFRESH' EXPORTING i_log_handle = y_log_handle EXCEPTIONS log_not_found = 1 OTHERS = 2.

BAL_DB_SAVE * CALL FUNCTION 'BAL_DB_SAVE' * EXPORTING * i_in_update_task = space * i_save_all = space * i_t_log_handle = log_handle_tab * IMPORTING * e_new_lognumbers = new_lognumber_tab * EXCEPTIONS * OTHERS = 1.

FKKDMS_DISPLAY_ALV CALL FUNCTION 'FKKDMS_DISPLAY_ALV' EXPORTING it_fkkdoc = gt_fkkdoc_0070 IMPORTING ev_changed = lv_changed.

FKKDMS_FREE_ALV





CALL FUNCTION 'FKKDMS_FREE_ALV'.

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = '0070' TABLES p_exclude = itab.

RS_CREATE_VARIANT CALL FUNCTION 'RS_CREATE_VARIANT' EXPORTING curr_report = 'RFKKDMSCC' curr_variant = lv_variant vari_desc = ls_var_detail TABLES vari_contents = lt_content vari_text = lt_text * VSCREENS = * vari_contents_l = EXCEPTIONS illegal_report_or_variant = 1 illegal_variantname = 2 not_authorized = 3 not_executed = 4 report_not_existent = 5 report_not_supplied = 6 variant_exists = 7 variant_locked = 8 OTHERS = 9.

RS_VARIANT_DELETE CALL FUNCTION 'RS_VARIANT_DELETE' EXPORTING report = 'RFKKDMSCC' variant = sy-slset flag_confirmscreen = space flag_delallclient = space EXCEPTIONS not_authorized = 1 not_executed = 2 no_report = 3 report_not_existent = 4 report_not_supplied = 5 variant_locked = 6 variant_not_existent = 7 no_corr_insert = 8 variant_protected = 9 OTHERS = 10.

FKKDMS_READ_CUSTOMIZING CALL FUNCTION 'FKKDMS_READ_CUSTOMIZING' EXPORTING iv_dotyp = fkkdoc_disp-dotyp IMPORTING es_tfk068a = ls_tfk068a EXCEPTIONS not_found = 1 OTHERS = 2.

FKK_GET_APPLICATION CALL FUNCTION 'FKK_GET_APPLICATION' IMPORTING e_applk = lv_applk EXCEPTIONS OTHERS = 0.

FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_applk = lv_applk i_fbeve = '1385' i_only_customer = 'X' TABLES t_fbstab = fbstab.

FKK_SAMPLE_1385 CALL FUNCTION 'FKK_SAMPLE_1385'.

FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_applk = lv_applk i_fbeve = '1385' i_only_application = 'X' TABLES t_fbstab = fbstab.

FKK_SAMPLE_1385 CALL FUNCTION 'FKK_SAMPLE_1385'.

FKKDMS_SELECT CALL FUNCTION 'FKKDMS_SELECT' EXPORTING it_guid = lt_guid IMPORTING et_fkkdoc = ct_fkkdoc.



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