RFKKIPL_DEL_KEYDATE 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 RFKKIPL_DEL_KEYDATE into the relevant SAP transactions such as SE38 or SE80
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: PARSTTAG = D .
Selection Text: P_LAUFD = D .
Selection Text: P_LAUFI = D .
Selection Text: SELBUKRS = D .
Title: Deletion of Intallment Plan Report for Key Date
Text Symbol: 001 = Do you really want to delete generated data for key date &1?
Text Symbol: 002 = General Selections
Text Symbol: 003 = Update Run Data
Text Symbol: 004 = Company Code
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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 .
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_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = lv_confirm_text display_cancel_button = space IMPORTING answer = lv_answer EXCEPTIONS OTHERS = 0.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-003 diagnose_object = 'FKK_IPKEY' display_cancel_button = ' ' text_question = lv_confirm_text IMPORTING answer = lv_answer EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFKKIPL_DEL_KEYDATE - Deletion of Intallment Plan Report for Key Date RFKKIPL_DEL_KEYDATE - Deletion of Intallment Plan Report for Key Date RFKKIPLKEYDATETOP - documentation and ABAP source code RFKKIPLKEYDATE - List of Installment Plan Reports for Key Date RFKKIPLKEYDATE - List of Installment Plan Reports for Key Date RFKKIPLAR03 - Reloading of Data for Key Date Recording of Installment Plan