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

RFKKRECON_EXT SAP ABAP Report - Enhanced Analysis for Totals Records and G//L Documents







RFKKRECON_EXT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program RFKKRECON_EXT assists SAP Support in analyzing differences in the reconciliation programs RFKKABS1 (transaction FPT1) and RFKKGL20 (transaction FPG2) and in analyzing the corresponding mass activities (transactions FPT1M and FPG2M)...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 RFKKRECON_EXT 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

FPRECON - Enhanced Analysis Totals + Documents


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 RFKKRECON_EXT. "Basic submit
SUBMIT RFKKRECON_EXT AND RETURN. "Return to original report after report execution complete
SUBMIT RFKKRECON_EXT 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: S_FNAME = Field Name for First Check
Selection Text: S_FIKEY = Reconciliation Key
Selection Text: P_INTTO = To Interval No.
Selection Text: P_INTFR = From Interval No.
Selection Text: P_GL20 = RFKKABS20
Selection Text: P_EXPORT = Exported Differences
Selection Text: P_EON = Activate Export of Differences
Selection Text: P_EOFF = Deactiv. Export of Differences
Selection Text: P_ABS1 = RFKKABS1
Title: Enhanced Analysis for Totals Records and G//L Documents
Text Symbol: T09 = RFKKABS1: Enhanced Analysis
Text Symbol: T10 = RFKKGL20: Enhanced Analysis
Text Symbol: T11 = Detail List
Text Symbol: T12 = No. Reconc. Keys:
Text Symbol: T13 = Only Errors Check 1:
Text Symbol: T14 = Check 1 Fields:
Text Symbol: T15 = Displayed Intervals:
Text Symbol: T16 = Transferred & Times
Text Symbol: T17 = More or Transferred Multiple Times
Text Symbol: T18 = Not Transferred Completely
Text Symbol: TI1 = Exported Differences
Text Symbol: TI2 = Choose field names from structure FKKSUM
Text Symbol: TI3 = Choose field names from structure FKK_GL20_ALV
Text Symbol: T08 = No Lines with "FIGL"
Text Symbol: B11 = Analysis
Text Symbol: B12 = Activation
Text Symbol: B13 = Delete data
Text Symbol: BT1 = Deletion of Exported Differences
Text Symbol: C01 = Check 1
Text Symbol: C02 = Check 2
Text Symbol: C03 = Check 3
Text Symbol: C04 = Difference in Following Fields
Text Symbol: C05 = Difference in Amount Fields
Text Symbol: C06 = Multiple Transfer
Text Symbol: C07 = Difference in Other Fields
Text Symbol: C08 = Other Differences
Text Symbol: C09 = Zero Tax Lines Involved
Text Symbol: EAK = Export Active





Text Symbol: EDK = Export Inactive
Text Symbol: REP = Selected Program
Text Symbol: T01 = Fill the "Exported Differences" Field
Text Symbol: T02 = No Lines with "DOC"
Text Symbol: T03 = No Lines with "SUM"
Text Symbol: T04 = Some
Text Symbol: T05 = None
Text Symbol: T06 = All
Text Symbol: T07 = No Lines with "FICA"


INCLUDES used within this REPORT RFKKRECON_EXT

INCLUDE LFKK_INTEGRCON.


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:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = '@11@' text = text-bt1 info = text-bt1 IMPORTING result = t_butt1 EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

FKK_RECON_GET_EXPORT_SWITCH CALL FUNCTION 'FKK_RECON_GET_EXPORT_SWITCH' EXPORTING i_report = act_rep CHANGING c_switch = l_switch.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = sy-repid i_structure_name = 'DFKKCORRLOG' CHANGING ct_fieldcat = lt_fieldcat[].

REUSE_ALV_POPUP_TO_SELECT CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT' EXPORTING i_title = l_title i_zebra = 'X' i_checkbox_fieldname = 'UPDATE_MODE' i_tabname = 'ITAB' it_fieldcat = lt_fieldcat[] IMPORTING es_selfield = selfield e_exit = exit TABLES t_outtab = itab EXCEPTIONS OTHERS = 2.

REUSE_ALV_POPUP_TO_SELECT CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT' EXPORTING i_title = l_title i_zebra = 'X' i_tabname = 'ITAB' it_fieldcat = lt_fieldcat[] IMPORTING es_selfield = selfield e_exit = exit TABLES t_outtab = itab EXCEPTIONS OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = sy-repid i_structure_name = 'DD03M' CHANGING ct_fieldcat = lt_fieldcat[].

REUSE_ALV_POPUP_TO_SELECT CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT' EXPORTING i_title = l_title i_zebra = 'X' i_tabname = 'LT_DD03M' it_fieldcat = lt_fieldcat[] i_checkbox_fieldname = 'KEYFLAG' IMPORTING es_selfield = selfield e_exit = exit TABLES t_outtab = lt_dd03m EXCEPTIONS OTHERS = 2.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = l_repid i_callback_top_of_page = 'ALV_TOP_OF_PAGE' i_callback_user_command = 'USER_COMMAND' it_fieldcat = lt_fcat is_layout = ls_layout i_default = space i_save = 'A' is_variant = ls_variant TABLES t_outtab = gt_output EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid i_callback_top_of_page = 'ALV_TOP_OF_PAGE' is_layout = ls_layout_det it_fieldcat = lt_fieldcat_detail i_save = 'A' is_variant = ls_variant TABLES t_outtab = EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_comm.



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