SAP Reports / Programs

RFFMDLPF_OLD SAP ABAP Report - Payment Selection Conventional Function : Deletion of Payment Records







RFFMDLPF_OLD 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 RFFMDLPF_OLD 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 RFFMDLPF_OLD. "Basic submit
SUBMIT RFFMDLPF_OLD AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMDLPF_OLD VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Log: Deletion of Payment Records
Selection Text: P_BUKRS = D Company Code of Payment Doc
Selection Text: P_GJAHR = D Fiscal Year Payment Document
Selection Text: P_LAPY = Only Delete the Last Payment
Selection Text: P_TEST = Test Run
Selection Text: S_BELNR = D Payment Document Number
Title: Payment Selection Conventional Function : Deletion of Payment Records
Text Symbol: 020 = Doc. Selection
Text Symbol: 030 = Control
Text Symbol: 050 = Display Lines Deleted
Text Symbol: 060 = Date
Text Symbol: 070 = Time
Text Symbol: 200 = No Deletable Payment Lines were Found
Text Symbol: 210 = The Line Generated Last is Not a Payment Line


INCLUDES used within this REPORT RFFMDLPF_OLD

INCLUDE: IFIFMCON_VALUE_TYPES,
RFEPOSC1.


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:

FMFK_GET_FIKRS_FROM_BUKRS CALL FUNCTION 'FMFK_GET_FIKRS_FROM_BUKRS' EXPORTING i_bukrs = p_bukrs IMPORTING e_fikrs = g_fikrs.

FM_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING i_fikrs = g_fikrs i_actvt = fmau_ac_ini i_msgty = 'E'.

FMFK_FIKRS_READ CALL FUNCTION 'FMFK_FIKRS_READ' EXPORTING ip_fikrs = g_fikrs ip_application_data = con_on ip_applc = applc_ca IMPORTING f_fm01d = g_f_fm01d.

FM_FUNDS_CALL_RIB_FI CALL FUNCTION 'FM_FUNDS_CALL_RIB_FI' EXPORTING i_vorgn = g_t_fmifiit_del-vrgng TABLES t_fmifiit = g_t_fmifiit_del.

GET_CLEARED_ITEMS CALL FUNCTION 'GET_CLEARED_ITEMS' EXPORTING i_belnr = g_t_all-vobelnr i_bukrs = g_t_all-vobukrs i_gjahr = g_t_all-vogjahr i_bvorg = g_t_bkpf_cc-bvorg TABLES t_items = g_t_postab EXCEPTIONS ERROR_CLEARED_ACCOUNTS = 1. "Teilzahlungen

FM_CONVERT_SIGN_FI CALL FUNCTION 'FM_CONVERT_SIGN_FI' TABLES t_fmifiit = g_t_fmifiit_del.

FM_TOTALS_UPDATE_FI CALL FUNCTION 'FM_TOTALS_UPDATE_FI' TABLES t_fmifiit = g_t_dummy t_fmifiit_del = g_t_fmifiit_del.

FMFK_GET_FIKRS_FROM_BUKRS CALL FUNCTION 'FMFK_GET_FIKRS_FROM_BUKRS' EXPORTING i_bukrs = l_t_bseg-bukrs IMPORTING e_fikrs = l_fikrs.

FMFPO_READ_QUICK CALL FUNCTION 'FMFPO_READ_QUICK' EXPORTING ip_flg_buffer_all = con_on ip_fikrs = l_fikrs ip_gjahr = l_t_bseg-gjahr ip_fipos = l_t_bseg-fipos IMPORTING f_fmfpo = l_f_fmfpo.

FMFK_GET_FIKRS_FROM_BUKRS CALL FUNCTION 'FMFK_GET_FIKRS_FROM_BUKRS' EXPORTING i_bukrs = l_t_bseg-bukrs IMPORTING e_fikrs = l_fikrs.

FMFPO_READ_QUICK CALL FUNCTION 'FMFPO_READ_QUICK' EXPORTING ip_flg_buffer_all = con_on ip_fikrs = l_fikrs ip_gjahr = l_t_bseg-gjahr ip_fipos = l_t_bseg-fipos IMPORTING f_fmfpo = l_f_fmfpo.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = 'RFFMDLPF_OLD' i_callback_html_top_of_page = 'HTML_TOP_OF_PAGE' i_structure_name = 'FMIFIIT' i_grid_title = l_text is_layout = l_f_layout it_fieldcat = l_t_fieldcat TABLES t_outtab = c_t_outlist.



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