SAP Reports / Programs

RFKKOP06 SAP ABAP Report - Evaluation of Report Totals







RFKKOP06 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for trados = fi Some reports enable you to save calculated totals and evaluate them later in report RFKKOP06...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 RFKKOP06 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

FPO6 - Evaluation of Report Totals


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


Text pool values


Title: Evaluation of Report Totals
Text Symbol: 001 = Refresh
Text Symbol: 002 = Delete Export
Text Symbol: 003 = Display Export
Text Symbol: 004 = Delete Export
Text Symbol: 005 = Yes
Text Symbol: 006 = No
Text Symbol: 007 = Delete &1?
Text Symbol: T01 = List of Exports


INCLUDES used within this REPORT RFKKOP06

INCLUDE RFKKOP06TOP . " GLOBAL DATA


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-004 text_question = txt text_button_1 = 'Ja'(005) text_button_2 = 'Nein'(006) default_button = '2' display_cancel_button = ' ' IMPORTING answer = answer.

DDIF_DOMA_GET CALL FUNCTION 'DDIF_DOMA_GET' EXPORTING name = 'EXPTYP_KK' langu = sy-langu TABLES dd07v_tab = vals EXCEPTIONS OTHERS = 0.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_structure_name = str i_grid_title = title TABLES t_outtab = EXCEPTIONS program_error = 0.



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