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

RFKKRDI_AGGR SAP ABAP Report - Create Aggregated Distribution Information







RFKKRDI_AGGR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Using report RFKKRDI_AGGR you can create aggregated distribution information for assigned payments (receivables items cleared by payment)...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_AGGR 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

FP60A - Aggregated Distribution Information


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_AGGR. "Basic submit
SUBMIT RFKKRDI_AGGR AND RETURN. "Return to original report after report execution complete
SUBMIT RFKKRDI_AGGR 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
Selection Text: P_DISGRP = D .
Selection Text: P_PERSL = D .
Title: Create Aggregated Distribution Information
Text Symbol: 001 = Create aggregated distribution information for
Text Symbol: 002 = Further Details
Text Symbol: 004 = Revenue Distribution: Create Aggregated Distribution Information
Text Symbol: 020 = Yes
Text Symbol: 021 = No
Text Symbol: 022 = Update Run
Text Symbol: 023 = Do you really want to execute the update run for the creation of aggregated distribution information?
Text Symbol: 101 = Create Aggregated Distribution Information: Simulation Run
Text Symbol: 102 = Create Aggregated Distribution Information: Update Run


INCLUDES used within this REPORT RFKKRDI_AGGR

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:

POPUP_TO_CONFIRM * call function 'POPUP_TO_CONFIRM' * exporting * titlebar = text-022 * text_question = text-023 * text_button_1 = 'Ja'(020) * text_button_2 = 'Nein'(021) * default_button = '1' * popup_type = 'ICON_MESSAGE_QUESTION' * importing * answer = lv_answer * exceptions * text_not_found = 1 * others = 2.

FKK_RDI_DISGRP_TO_HVORG_TVORG call function 'FKK_RDI_DISGRP_TO_HVORG_TVORG' exporting i_disgrp = p_disgrp i_hvorg_label = 'HVORG_ORIG' i_tvorg_label = 'TVORG_ORIG' importing et_where_hvorg_tvorg = lt_selopt_hvorg_tvorg et_hvorg_tvorg = lt_hvorg_tvorg.

ENQUEUE_EFKKRDI call function 'ENQUEUE_EFKKRDI' exporting mandt = sy-mandt laufd = ls_laufd_laufi-laufd laufi = ls_laufd_laufi-laufi exceptions foreign_lock = 1 system_failure = 2 others = 3.

DEQUEUE_EFKKRDI call function 'DEQUEUE_EFKKRDI' exporting mandt = sy-mandt laufd = ls_laufd_laufi-laufd laufi = ls_laufd_laufi-laufi.

DEQUEUE_EFKKRDI call function 'DEQUEUE_EFKKRDI' exporting mandt = sy-mandt laufd = ls_laufd_laufi-laufd laufi = ls_laufd_laufi-laufi.

DEQUEUE_EFKKRDI call function 'DEQUEUE_EFKKRDI' exporting mandt = sy-mandt laufd = ls_laufd_laufi-laufd laufi = ls_laufd_laufi-laufi.

DEQUEUE_EFKKRDI call function 'DEQUEUE_EFKKRDI' exporting mandt = sy-mandt laufd = ls_laufd_laufi-laufd laufi = ls_laufd_laufi-laufi.

DEQUEUE_EFKKRDI call function 'DEQUEUE_EFKKRDI' exporting mandt = sy-mandt laufd = ls_laufd_laufi-laufd laufi = ls_laufd_laufi-laufi.

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