SAP Reports / Programs

RFKKIPL_DEL_KEYDATE SAP ABAP Report - Deletion of Intallment Plan Report for Key Date







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


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


INCLUDES used within this REPORT RFKKIPL_DEL_KEYDATE

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_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.



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