SAP Reports / Programs

RFKKPD01 SAP ABAP Report - Payment History: Determine Posting Totals







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FP_PD01 - Report RFKKPD01


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 RFKKPD01. "Basic submit
SUBMIT RFKKPD01 AND RETURN. "Return to original report after report execution complete
SUBMIT RFKKPD01 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_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


INCLUDES used within this REPORT RFKKPD01

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 = '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'.



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