RFFMTRNSFIX is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Summarizing purchase order schedule lines in table FMIOI...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 RFFMTRNSFIX 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.
Title: Corrects Purchase Orders with Schedule Lines Converted with Errors
Text Symbol: 080 = PO documents selected
Text Symbol: 081 = PR documents selected
Text Symbol: 200 = Test Run
Text Symbol: 210 = Upd. Run
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FM_OPEN_ITEM_POST CALL FUNCTION 'FM_OPEN_ITEM_POST' EXPORTING I_FLG_INSERT_ONLY = 'X' I_FLG_TOTALS = ' ' TABLES T_FMIOI = C_T_FMIOI_ADD T_FMIOI_DEL = C_T_FMIOI_DEL.
DB_COMMIT call function 'DB_COMMIT'.
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.
RFFMTRNSFIX - Corrects Purchase Orders with Schedule Lines Converted with Errors RFFMTRNSFIX - Corrects Purchase Orders with Schedule Lines Converted with Errors RFFMTRNS - Transfer old actual dat to the new data structures RFFMTRNS - Transfer old actual dat to the new data structures RFFMTRN0 - Transfer of completely reduced documents into new FM data (>45) RFFMTRN0 - Transfer of completely reduced documents into new FM data (>45)