RFFMFG_DATE_RANGE_REVERSAL 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 RFFMFG_DATE_RANGE_REVERSAL 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_BUDAT = Reversal Posting Date
Selection Text: P_BUPER = Reversal Posting Period
Selection Text: P_STGRD = D Reversal reason
Selection Text: P_TEST = D Perform test run
Selection Text: S_BELNR = D Document Number
Selection Text: S_DATE = D Posting Date
Title: Program RFFMFG_DATE_RANGE_REVERSAL
Text Symbol: 001 = Messages
Text Symbol: 002 = Purchase Order
Text Symbol: 003 = successfully closed.
Text Symbol: 004 = Purchase Requisition
Text Symbol: 005 = No Purchase Requisitions Found
Text Symbol: 006 = No Purchase Orders Found
Text Symbol: 007 = No LIV Invoices Found
Text Symbol: 008 = LIV Invoice
Text Symbol: 009 = reversed by
Text Symbol: 010 = NOT closed
INCLUDE RFFMFG_DATE_RANGE_REVERSAL_F01.
No SAP DATABASE tables are accessed within this REPORT code!
FM_UPDATE_DATE_VALUES CALL FUNCTION 'FM_UPDATE_DATE_VALUES' EXPORTING I_MASS_PROCESS = 'X' I_FM_UPDATE_DATE = P_BUDAT I_FM_UPDATE_PERIOD = p_buper I_FM_DOC_DATE = P_BUDAT.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFFMFG_DATE_RANGE_REVERSAL - Program RFFMFG_DATE_RANGE_REVERSAL RFFMFG_DATE_RANGE_REVERSAL - Program RFFMFG_DATE_RANGE_REVERSAL RFFMFG_CORRECT_BLSTATUS - Correct Budget Type missmatch between Budgeting and Ledger 95 RFFMFG_CORRECT_BLSTATUS - Correct Budget Type missmatch between Budgeting and Ledger 95 RFFMFG_CALL_ACC_INTERFACE - Program RFFMFG_CALL_ACC_INTERFACE RFFMFG_CALL_ACC_INTERFACE - Program RFFMFG_CALL_ACC_INTERFACE