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

RFKKRDI_BW SAP ABAP Report - Revenue Distribution: Delta Extraction to Business Intelligence







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 RFKKRDI_BW you extract only the distribution information to Business Intelligence that has arisen since the last delta extraction or the delta initialization...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FP60BW - Revenue Distribution: BI Extraction


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


Text pool values


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


INCLUDES used within this REPORT RFKKRDI_BW

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_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.



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