SAP Reports / Programs

RFKKPD02 SAP ABAP Report - Payment History: Determine Open Items







RFKKPD02 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Payment history: Determine open items The program determines open items for a given key date and saves the determined totals in order to compare them with receivables for the period...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 RFKKPD02 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

FP_PD02 - Report rfkkpd02


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 RFKKPD02. "Basic submit
SUBMIT RFKKPD02 AND RETURN. "Return to original report after report execution complete
SUBMIT RFKKPD02 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_BUDAT = Posting Date
Selection Text: P_BUKRS = Company Code
Selection Text: P_GSBER = Business Area
Selection Text: P_SPART = Division
Selection Text: P_TEST = Test Run
Title: Payment History: Determine Open Items
Text Symbol: 001 = Selections
Text Symbol: 002 = Docmnts posted up to
Text Symbol: 003 = Run options


INCLUDES used within this REPORT RFKKPD02

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_GET_APPLICATION CALL FUNCTION 'FKK_GET_APPLICATION' IMPORTING e_applk = g_applk.

FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_fbeve = '2302' i_applk = g_applk TABLES t_fbstab = t_fbstab.

FKK_SAMPLE_2302 CALL FUNCTION 'FKK_SAMPLE_2302'.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_CALLBACK_PROGRAM = ' ' * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' i_structure_name = 'DFKKREP04' * IS_LAYOUT = * IT_FIELDCAT = * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = 'X' is_variant = h_variant * IT_EVENTS = * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = ti_dfkkrep04 * EXCEPTIONS * PROGRAM_ERROR = 1 * OTHERS = 2 .

FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_fbeve = '2300' i_applk = g_applk TABLES t_fbstab = t_fbstab.

FKK_SAMPLE_2300 CALL FUNCTION 'FKK_SAMPLE_2300'.

FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_fbeve = '2301' i_applk = g_applk TABLES t_fbstab = t_fbstab.

FKK_SAMPLE_2301 CALL FUNCTION 'FKK_SAMPLE_2301'.



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