SAP Reports / Programs

RFFMDLPF_PUR SAP ABAP Report - Report RFFMDLPF_PUR







RFFMDLPF_PUR 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_PUR 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_PUR. "Basic submit
SUBMIT RFFMDLPF_PUR AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMDLPF_PUR 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: P_BUKRS = D .
Selection Text: P_GJAHR = D .
Selection Text: P_TEST = D .
Selection Text: S_BELNR = D .
Title: Report RFFMDLPF_PUR
Text Symbol: 010 = Online Payment Update: Deleted Payment Records
Text Symbol: 020 = Doc. Selection
Text Symbol: 030 = Ctrl Data
Text Symbol: 040 = Date
Text Symbol: 050 = Time
Text Symbol: 060 = Upd. Run
Text Symbol: 070 = Test Run


INCLUDES used within this REPORT RFFMDLPF_PUR

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:

FMCA_GET_INIT_INFO CALL FUNCTION 'FMCA_GET_INIT_INFO' EXPORTING i_bukrs = p_bukrs CHANGING c_f_control_data = gt_control_data.

FM_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING i_fikrs = gt_control_data-fikrs i_actvt = fmau_ac_ini i_msgty = 'E'.

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

FMFPO_READ_QUICK CALL FUNCTION 'FMFPO_READ_QUICK' EXPORTING ip_fikrs = l_fikrs ip_gjahr = lt_bseg-gjahr ip_fipos = lt_bseg-fipos IMPORTING f_fmfpo = lf_fmfpo.

OUTBOUND_CALL_00101133_P CALL FUNCTION 'OUTBOUND_CALL_00101133_P' EXPORTING i_chgtype = 'D' i_origin = 'RFFMDLPF DELETE_REDU_AND_PAYED' i_data_complete = 'X' TABLES t_fmifiit = ct_fmifiit.

FM_CONVERT_SIGN_FI CALL FUNCTION 'FM_CONVERT_SIGN_FI' TABLES t_fmifiit = ct_fmifiit.

FM_FUNDS_CALL_RIB_FI CALL FUNCTION 'FM_FUNDS_CALL_RIB_FI' EXPORTING i_vorgn = ct_fmifiit-vrgng TABLES t_fmifiit_del = ct_fmifiit.

FM_FUNDS_CALL_RIB_POST CALL FUNCTION 'FM_FUNDS_CALL_RIB_POST' EXPORTING i_refbn = ct_fmifiit-knbelnr.

FM_TOTALS_UPDATE_FI CALL FUNCTION 'FM_TOTALS_UPDATE_FI' TABLES t_fmifiit = lt_dummy t_fmifiit_del = ct_fmifiit.

FM_CONVERT_SIGN_FI CALL FUNCTION 'FM_CONVERT_SIGN_FI' TABLES t_fmifiit = ct_fmifiit.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'FMIFIIT' CHANGING ct_fieldcat = lt_fieldcat.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = 'RFFMDLPF_PUR' i_grid_title = l_text i_callback_html_top_of_page = 'HTML_TOP_OF_PAGE' i_callback_top_of_page = 'TOP_OF_PAGE' is_layout = lf_layout it_fieldcat = lt_fieldcat TABLES t_outtab = ct_fmifiit.



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