RFKKPD01 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 posting totals The program determines for a given posting month the totals posted during the month in order for a comparison to be made later with the payments received in the periods...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 RFKKPD01 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_PD01 - Report RFKKPD01
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_BUKRS = Company Code
Selection Text: P_GSBER = Business Area
Selection Text: P_MONTH = Posting Month
Selection Text: P_SPART = Division
Selection Text: P_TEST = Test Run
Selection Text: P_YEAR = Posting year
Title: Payment History: Determine Posting Totals
Text Symbol: 001 = Selections
Text Symbol: 002 = Run options
Text Symbol: 100 = Business Area
Text Symbol: 110 = Display
Text Symbol: 120 = Business areas with missing authorization are not considered
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 = 'DFKKREP03' * 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_DFKKREP03 * 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.
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 RFKKPCSF - Payment Cards: Display Data Medium RFKKPCSF - Payment Cards: Display Data Medium