RFKKPD03 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Payment history This program generates the posting totals in the individual periods of the selected posting interval according to the criteria chosen in
If you would like to execute this report or see the full code listing simply enter RFKKPD03 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_PD03 - Report rfkkpd03
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: BUKRS = Company Code
Selection Text: GSBER = Business Area
Selection Text: P_POST = Posting period
Selection Text: P_REP = Evaluation Period
Selection Text: SPART = Division
Title: Payment history
Text Symbol: 001 = Grouping
Text Symbol: 018 = Posted
Text Symbol: 021 = Accrual calculation
Text Symbol: 023 = Posting period
Text Symbol: 024 = Evaluation Period
Text Symbol: 032 = Paid
Text Symbol: 033 = Open
Text Symbol: 034 = Reversed
Text Symbol: 035 = Written Off
Text Symbol: 037 = Read data...
Text Symbol: 038 = Free accrual
Text Symbol: 039 = Status
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-037.
FREE_SELECTIONS_INIT CALL FUNCTION 'FREE_SELECTIONS_INIT' * EXPORTING * KIND = 'T' * EXPRESSIONS = * FIELD_GROUPS_KEY = * RESTRICTION = * CURR_QUAN_PROG = SY-CPROG IMPORTING selection_id = h_selection_id where_clauses = h_where_clauses expressions = h_expressions field_ranges = h_field_ranges number_of_active_fields = h_number_of_active_fields TABLES tables_tab = tables_tab * FIELDS_TAB = * FIELD_DESC = * FIELD_TEXTS = * EVENTS = * EVENT_FIELDS = .
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'FKKREPDIME' * FIELDNAME = ' ' langu = sy-langu * LFIELDNAME = ' ' * ALL_TYPES = ' ' * IMPORTING * X030L_WA = * DDOBJTYPE = * DFIES_WA = TABLES dfies_tab = t_dfies_tab EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.
FREE_SELECTIONS_DIALOG CALL FUNCTION 'FREE_SELECTIONS_DIALOG' EXPORTING selection_id = h_selection_id title = text-038 frame_text = space * STATUS = * AS_WINDOW = ' ' * START_ROW = 2 * START_COL = 2 * NO_INTERVALS = ' ' * JUST_DISPLAY = ' ' IMPORTING where_clauses = h_where_clauses expressions = h_expressions field_ranges = h_field_ranges number_of_active_fields = h_number_of_active_fields TABLES fields_tab = fields_tab EXCEPTIONS * INTERNAL_ERROR = 1 no_action = 2 * SELID_NOT_FOUND = 3 * ILLEGAL_STATUS = 4 OTHERS = 5.
REUSE_ALV_POPUP_TO_SELECT CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT' EXPORTING i_title = text-001 i_selection = 'X' * I_ZEBRA = ' ' * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 i_checkbox_fieldname = 'SELECTED' * I_LINEMARK_FIELDNAME = * I_SCROLL_TO_SEL_LINE = 'X' i_tabname = 'T_GROUP_FIELDS' i_structure_name = 'RFKKCAPHRF' * IT_FIELDCAT = it_excluding = h_excluding i_callback_program = h_pid * I_CALLBACK_USER_COMMAND = * IMPORTING * ES_SELFIELD = * E_EXIT = TABLES t_outtab = t_group_fields EXCEPTIONS program_error = 1 OTHERS = 2.
CONVERSION_EXIT_PERKK_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_PERKK_OUTPUT' EXPORTING input = t_field_map-period IMPORTING output = h_char.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = h_pid i_internal_tabname = 'T_DISPLAY' i_structure_name = 'FKKPDREP_DISPL' * i_client_never_display = 'X' * i_inclname = CHANGING ct_fieldcat = h_display_fieldcat.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' i_callback_program = h_pid * I_CALLBACK_PF_STATUS_SET = ' ' i_callback_user_command = h_user_command * I_STRUCTURE_NAME = is_layout = h_layout it_fieldcat = h_display_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' * I_SAVE = ' ' * IS_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 = t_display EXCEPTIONS program_error = 1 OTHERS = 2 .
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-037.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = h_pid i_internal_tabname = 'T_DISPLAY' i_structure_name = 'FKKPDREP_DISPL' * i_client_never_display = 'X' * i_inclname = CHANGING ct_fieldcat = h_display_fieldcat.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' i_callback_program = h_pid * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = * I_STRUCTURE_NAME = is_layout = h_layout it_fieldcat = h_display_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = it_sort = ls_sort * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = 'X' is_variant = h_variant it_events = h_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 = t_display_dev EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = t_header .
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-037.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.