SAP Reports / Programs

RFREXCFRSRU SAP ABAP Report - RE-FX France: SRU Tool







RFREXCFRSRU 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 RFREXCFRSRU into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

REXCFRSRULOG - Posting Log (France)
REXCFRSRU06 - Reversal of Year-End Posting (FR)
REXCFRSRU05 - Year-End Posting (France)
REXCFRSRU03 - Reversal of Transfer Posting (FR)
REXCFRSRU02 - Transfer Posting (France)
REXCFRSRU01 - Settlement Unit Status (France)


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 RFREXCFRSRU. "Basic submit
SUBMIT RFREXCFRSRU AND RETURN. "Return to original report after report execution complete
SUBMIT RFREXCFRSRU 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: S_SWENR = D .
Selection Text: S_SNKSL = D .
Selection Text: S_SEMPSL = D .
Selection Text: S_MONAT = D .
Selection Text: S_BELNR = D .
Selection Text: P_YEAR = D .
Selection Text: P_RREV = D .
Selection Text: P_PROID = Process ID
Selection Text: P_PMODE = D .
Selection Text: P_MNID = D .
Selection Text: P_BYPROC = By Process ID
Selection Text: P_BYDOC = By Document Number
Selection Text: P_BUDAT = D .
Selection Text: P_BELNR = D .
Title: RE-FX France: SRU Tool
Text Symbol: NST = Not Started
Text Symbol: NFN = Not Finished
Text Symbol: FIN = Finsihed
Text Symbol: BYP = By Process ID
Text Symbol: BYD = By Document Number
Text Symbol: ABD = Canceled
Text Symbol: 200 = Transfer posting of document
Text Symbol: 109 = Posting Parameters
Text Symbol: 108 = Selection Parameters
Text Symbol: 103 = Settlement Unit Status
Text Symbol: 102 = Output Control
Text Symbol: 101 = Accounting Document Data
Text Symbol: 100 = Settlement Unit
Text Symbol: 017 = Posting Log (France)
Text Symbol: 016 = Reversal of Year-End Posting (France)
Text Symbol: 015 = Year-End Posting (France)
Text Symbol: 014 = Advance Payment Calculation (France)
Text Symbol: 013 = Reversal of Transfer Posting (France)
Text Symbol: 012 = Transfer Posting (France)
Text Symbol: 011 = Settlement Unit Status (France)


INCLUDES used within this REPORT RFREXCFRSRU

INCLUDE IFREXC_FR_SRU_TDD.


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:

No SAP FUNCTION MODULES are executed within this report code!



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