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
Below is a list of transaction codes which are relevant to this SAP report
FP_PD02 - Report rfkkpd02
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFKKPD02 - Payment History: Determine Open Items RFKKPD02 - Payment History: Determine Open Items RFKKPD01 - Payment History: Determine Posting Totals RFKKPD01 - Payment History: Determine Posting Totals RFKKPCTS - Payment Cards: Display Items to be Billed RFKKPCTS - Payment Cards: Display Items to be Billed