RFFMDL_NEW_S200_ITEMS 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 RFFMDL_NEW_S200_ITEMS 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: P_FIKRS = D Financial Management Area
Selection Text: P_GJAHR = D Fiscal Year
Title: Reset RFFMS200 (new) Payments in Fiscal Year
Text Symbol: 010 = Deleted Items from FMIFIIT
Text Symbol: 020 = Deleted Items from FMIT
Text Symbol: 030 = Docs for Reconstruct.:
INCLUDE IFIFMCON_VALUE_TYPES.
No SAP DATABASE tables are accessed within this REPORT code!
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_fikrs = l_fikrs ip_gjahr = l_t_bseg-gjahr ip_fipos = l_t_bseg-fipos IMPORTING f_fmfpo = l_f_fmfpo.
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.
FM_CONVERT_SIGN_FI CALL FUNCTION 'FM_CONVERT_SIGN_FI' TABLES t_fmifiit = g_t_fmifiit_del.
DB_COMMIT call function 'DB_COMMIT'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFFMDL_NEW_S200_ITEMS - Reset RFFMS200 (new) Payments in Fiscal Year RFFMDL_NEW_S200_ITEMS - Reset RFFMS200 (new) Payments in Fiscal Year RFFMDLRC - Test Clearing Reset in FM (Only for SAP Employees) RFFMDLRC - Test Clearing Reset in FM (Only for SAP Employees) RFFMDLPF_PUR - Report RFFMDLPF_PUR RFFMDLPF_PUR - Report RFFMDLPF_PUR