SAP Reports / Programs

RFKKIPLKEYDATE SAP ABAP Report - List of Installment Plan Reports for Key Date







RFKKIPLKEYDATE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RFKKIPLKEYDATE into the relevant SAP transactions such as SE38 or SE80


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 RFKKIPLKEYDATE. "Basic submit
SUBMIT RFKKIPLKEYDATE AND RETURN. "Return to original report after report execution complete
SUBMIT RFKKIPLKEYDATE 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: PARFDATE = D .
Selection Text: PARSTTAG = D .
Selection Text: P_LAUFD = D .
Selection Text: P_LAUFI = D .
Selection Text: P_VARIAN = D .
Selection Text: SELBUKRS = D .
Selection Text: SELGPART = D .
Title: List of Installment Plan Reports for Key Date
Text Symbol: 001 = Selection by Run Date and Run ID
Text Symbol: 002 = General Selections
Text Symbol: 003 = Layout
Text Symbol: 004 = Inst.Plan


INCLUDES used within this REPORT RFKKIPLKEYDATE

INCLUDE RFKKIPLKEYDATETOP . " GLOBAL DATA


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_ARC_IPL CALL FUNCTION 'FKK_GET_ARC_IPL' EXPORTING i_sttag = parsttag * I_RPBEL = * I_GPART = i_bukrs_sel = r_bukrs_sel * I_LAUFD_SEL = * I_LAUFI_SEL = * I_MAXREC = 0 TABLES t_dfkk_ipl_ctrl = t_ipl_ctrl t_dfkk_ipl_rates = t_ipl_rates t_dfkk_ipl_items = t_items EXCEPTIONS no_entry_found = 1 no_infostructure_found = 2 no_selection_criteria = 3 field_missing_in_fieldcat = 4 as_error = 5 wrong_selection_criteria = 6 e_too_many_seltypes = 7 OTHERS = 8 .

POPUP_NO_LIST CALL FUNCTION 'POPUP_NO_LIST'.

FKK_AKTIV2_PARA_BASICS_FROM_DB CALL FUNCTION 'FKK_AKTIV2_PARA_BASICS_FROM_DB' EXPORTING i_aktyp = h_basics-runkey-aktyp i_laufd = h_basics-runkey-laufd i_laufi = h_basics-runkey-laufi IMPORTING e_basics = h_basics EXCEPTIONS not_found = 1 OTHERS = 2.

FKK_GET_ARC_IPL CALL FUNCTION 'FKK_GET_ARC_IPL' EXPORTING i_bukrs_sel = r_bukrs_sel i_laufd_sel = r_laufd_sel i_laufi_sel = r_laufi_sel TABLES t_dfkk_ipl_ctrl = t_ipl_ctrl t_dfkk_ipl_rates = t_ipl_rates t_dfkk_ipl_items = t_items EXCEPTIONS no_entry_found = 1 no_infostructure_found = 2 no_selection_criteria = 3 field_missing_in_fieldcat = 4 as_error = 5 wrong_selection_criteria = 6 e_too_many_seltypes = 7 OTHERS = 8.

POPUP_NO_LIST CALL FUNCTION 'POPUP_NO_LIST'.

POPUP_NO_LIST CALL FUNCTION 'POPUP_NO_LIST'.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_CALLBACK_PROGRAM = * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' * IS_LAYOUT = it_fieldcat = t_fieldcat[] * IT_EXCLUDING = it_special_groups = t_groups[] it_sort = t_sortinfo[] * IT_FILTER = * IS_SEL_HIDE = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * I_DEFAULT = 'X' i_save = h_save is_variant = variant * IT_EVENTS = * IT_EVENT_EXIT = i_tabname_header = 'T_IPL_CTRL_RATES' i_tabname_item = 'T_ITEMS' * I_STRUCTURE_NAME_HEADER = * I_STRUCTURE_NAME_ITEM = is_keyinfo = keyinfo * IS_PRINT = * IS_REPREP_ID = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = * IR_SALV_HIERSEQ_ADAPTER = * IT_EXCEPT_QINFO = * I_SUPPRESS_EMPTY_DATA = ABAP_FALSE * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab_header = t_ipl_ctrl_rates t_outtab_item = t_items EXCEPTIONS program_error = 1 OTHERS = 2 .

NAMETAB_GET CALL FUNCTION 'NAMETAB_GET' EXPORTING only = 'T' tabname = h_ref_tabname TABLES nametab = t_nametab.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = p_variant i_save = p_save i_tabname_header = p_header i_tabname_item = p_item IMPORTING e_exit = lc_exit es_variant = p_variant EXCEPTIONS not_found = 2.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = p_save CHANGING cs_variant = p_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.



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