SAP Reports / Programs | Public Sector Management | Funds Management | Funds Management-Specific Postings(PSM-FM-PO) SAP PSM

RFFMD020 SAP ABAP Report - Delete Requests







RFFMD020 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this program to reset all types of orders and requests within a company code...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RFFMD020 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 RFFMD020. "Basic submit
SUBMIT RFFMD020 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMD020 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: BUKRS = Company code
Selection Text: ECHTLAUF = Update Run
Title: Delete Requests
Text Symbol: 001 = Selections:
Text Symbol: 002 = Parameters
Text Symbol: 101 = Requests Deleted in Company Code:
Text Symbol: 102 = Collective Payment Requests:
Text Symbol: 103 = Payment Requests:
Text Symbol: 104 = Recovery Requests:
Text Symbol: 105 = Documents
Text Symbol: 106 = (Test run)
Text Symbol: 107 = Change Document Object PAYRQ:
Text Symbol: 108 = Lines
Text Symbol: 109 = Change Document Object FMRESHEADU:


INCLUDES used within this REPORT RFFMD020

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:

FI_FM_TRANSACTION_DATA_RESET CALL FUNCTION 'FI_FM_TRANSACTION_DATA_RESET' EXPORTING i_bukrs = bukrs i_xechtlauf = echtlauf IMPORTING e_dbcnt_po = g_dbcnt_po e_dbcnt_pr = g_dbcnt_pr e_dbcnt_ro = g_dbcnt_ro e_dbcn1_cdcls = g_dbcn1_cdcls e_dbcn2_cdcls = g_dbcn2_cdcls.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log IMPORTING e_log_handle = is_loghandle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = gs_display_profile i_t_log_handle = ls_log_handle1 EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 OTHERS = 5.

BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_log_handle = ls_loghandle i_msgty = 'I' i_probclass = '4' i_text = lv_text EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

PAK_GET_SHORTTEXT_DTEL CALL FUNCTION 'PAK_GET_SHORTTEXT_DTEL' EXPORTING i_elem_key = fi_delement_alv i_language = sy-langu IMPORTING e_short_text = xc_run_text.



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