RFKKRDI_BW is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With report
If you would like to execute this report or see the full code listing simply enter RFKKRDI_BW into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FP60BW - Revenue Distribution: BI Extraction
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.
Selection Text: P_SIMU = Simulation Run
Title: Revenue Distribution: Delta Extraction to Business Intelligence
Text Symbol: 001 = BI Extraction
Text Symbol: 010 = BI Extraction: Test Run
Text Symbol: 011 = BI-Extraction: Upd.Run
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FKK_BW_ACTIVE_CHECK call function 'FKK_BW_ACTIVE_CHECK' exporting i_source = co_rdi i_select = 'X' importing ev_active = lv_flg_bw_active et_disgrp = lt_disgrp.
RSAP_IDOC_DETERMINE_PARAMETERS call function 'RSAP_IDOC_DETERMINE_PARAMETERS' exporting i_oltpsource = co_rdi i_updmode = 'D ' i_structure = co_str_rdi importing e_s_parameters = lv_parameters.
FKK_RDI_CUST_FLAGS_READ call function 'FKK_RDI_CUST_FLAGS_READ' importing e_bw_strat = lv_bw_strat.
FKK_RDI_SELECT_INIT call function 'FKK_RDI_SELECT_INIT' exporting is_sel_crit = ls_sel_crit i_flg_orig_doc = lv_flg_orig_doc i_flg_paym = 'X' i_flg_multicall = 'X' i_flg_bw_delta = 'X' i_flg_no_doc = lv_flg_no_doc i_bw_strat = lv_bw_strat.
FKK_RDI_SELECT call function 'FKK_RDI_SELECT' exporting i_package_size = lv_packsize importing et_fkkrdi = lt_fkkrdi exceptions no_init = 1 limited_selection = 2 no_more_data = 3 others = 4.
RSC1_TRFC_QUEUE_WRITE call function 'RSC1_TRFC_QUEUE_WRITE' exporting i_isource = co_rdi tables i_t_data = lt_fkkrdibw_delta exceptions name_too_long = 1 others = 2.
FKK_RDI_SELECT_INIT call function 'FKK_RDI_SELECT_INIT' exporting is_sel_crit = ls_sel_crit i_flg_distr_doc = lv_flg_distr_doc i_flg_paym = 'X' i_flg_multicall = 'X' i_flg_bw_delta = 'X' i_bw_strat = lv_bw_strat.
FKK_RDI_SELECT call function 'FKK_RDI_SELECT' exporting i_package_size = lv_packsize importing et_fkkrdi = lt_fkkrdi exceptions no_init = 1 limited_selection = 2 no_more_data = 3 others = 4.
RSC1_TRFC_QUEUE_WRITE call function 'RSC1_TRFC_QUEUE_WRITE' exporting i_isource = co_rdi tables i_t_data = lt_fkkrdibw_delta exceptions name_too_long = 1 others = 2.
BAL_LOG_CREATE call function 'BAL_LOG_CREATE' exporting i_s_log = ls_bal_s_log importing e_log_handle = p_balloghndl exceptions others = 1.
BAL_LOG_MSG_ADD call function 'BAL_LOG_MSG_ADD' exporting i_log_handle = p_balloghndl "LOG handle i_s_msg = ls_msg exceptions log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 others = 4.
BAL_DB_SAVE call function 'BAL_DB_SAVE' exporting i_save_all = 'X' i_t_log_handle = lt_loghandle exceptions others = 1.
BAL_DSP_LOG_DISPLAY call function 'BAL_DSP_LOG_DISPLAY' exporting i_s_display_profile = ls_dispprof i_t_log_handle = lt_loghandle exceptions others = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFKKRDI_BW - Revenue Distribution: Delta Extraction to Business Intelligence RFKKRDI_BW - Revenue Distribution: Delta Extraction to Business Intelligence RFKKRDI_AGGR - Create Aggregated Distribution Information RFKKRDI_AGGR - Create Aggregated Distribution Information RFKKRD02TOP - Include RFKKRD02TOP RFKKRD02O01 - Include RFKKRD02O01