SAP Reports / Programs

RFKKCORR_DISPLAY_HISTORY SAP ABAP Report - Correspondence - Display Correspondence History (ALV Grid)







RFKKCORR_DISPLAY_HISTORY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for trados = docu -> fi -> fica The correspondence history displays the selected correspondence requests that are in the correspondence container...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 RFKKCORR_DISPLAY_HISTORY 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

FKK_CORR_HISTORY - Display Correspondence History


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 RFKKCORR_DISPLAY_HISTORY. "Basic submit
SUBMIT RFKKCORR_DISPLAY_HISTORY AND RETURN. "Return to original report after report execution complete
SUBMIT RFKKCORR_DISPLAY_HISTORY 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_ARCH = Display from Archive Also
Selection Text: P_MAXCNT = Maximum No.of Hits
Selection Text: R_CDATE = D .
Selection Text: R_COKEY = Correspondence Key
Selection Text: R_GPART = Correspondence Recipient
Selection Text: R_OGPART = Original Correspondence Recip.
Selection Text: R_COCYR = D .
Selection Text: R_COIDT = D .
Selection Text: R_COPER = D .
Selection Text: R_COPNR = D .
Selection Text: R_COPRI = D .
Selection Text: R_COTYP = D .
Selection Text: R_TESTAT = D .
Title: Correspondence - Display Correspondence History (ALV Grid)
Text Symbol: 001 = Dynamic Selections
Text Symbol: TFA = Dynamic Selections for Selecting Correspondence History


INCLUDES used within this REPORT RFKKCORR_DISPLAY_HISTORY

RFKKCORR_DISPLAY_HISTORY_F01.


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:

FKKCORR_BTE_APPL_SET CALL FUNCTION 'FKKCORR_BTE_APPL_SET' EXPORTING i_applk = gv_applk.

FREE_SELECTIONS_INIT CALL FUNCTION 'FREE_SELECTIONS_INIT' EXPORTING kind = 'T' IMPORTING selection_id = g_selid TABLES tables_tab = g_tab_tables[] EXCEPTIONS OTHERS = 0.

FREE_SELECTIONS_DIALOG CALL FUNCTION 'FREE_SELECTIONS_DIALOG' EXPORTING selection_id = g_selid title = 'Freie Abgrenzungen zur Selektion der Korrespondenzhistorie'(tfa) IMPORTING where_clauses = g_tab_where[] TABLES fields_tab = g_tab_fields[] EXCEPTIONS OTHERS = 1.

FKK_CORR_DISPLAY_HISTORY_ALV CALL FUNCTION 'FKK_CORR_DISPLAY_HISTORY_ALV' EXPORTING * i_tab_corrdata = i_rcl_display_history = l_ref_display_history i_repid = 'SAPLFKK2_HIST' i_bu_partnerrole = '' EXCEPTIONS field_not_found = 1 OTHERS = 2.



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