SAP Reports / Programs

RFFMFG_DATE_RANGE_REVERSAL SAP ABAP Report - Program RFFMFG_DATE_RANGE_REVERSAL







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


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 RFFMFG_DATE_RANGE_REVERSAL. "Basic submit
SUBMIT RFFMFG_DATE_RANGE_REVERSAL AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMFG_DATE_RANGE_REVERSAL 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_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


INCLUDES used within this REPORT RFFMFG_DATE_RANGE_REVERSAL

INCLUDE RFFMFG_DATE_RANGE_REVERSAL_F01.


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:

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.



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