RFBIFOCR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program enables you to automatically generate a balance sheet/P+L form on which you can print the balance sheet/P+L statement after you have created it...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 RFBIFOCR 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: PAR_VERS = Financial Statement Version
Selection Text: PAR_SUMS = Summation Level
Selection Text: PAR_SPRA = Language
Selection Text: PAR_RELA = Relative Difference
Selection Text: PAR_LINE = Text Lines
Selection Text: PAR_COLN = Form Column Number
Selection Text: PAR_BILA = Target Form
Selection Text: PAR_BASE = Source Form
Selection Text: PAR_ABSO = Absolute Difference
Selection Text: FORMORG = Form Start
Selection Text: FORMNAME = Summation Level
Title: Print Balance Sheet on Form/Generate Form
Text Symbol: 001 = Automatically Generated Balance Sheet Form
INCLUDE IFOCRTOP.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.