FICAST00 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 FICAST00 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: PA_APPL = Application Server
Selection Text: PA_DATE = Date
Selection Text: PA_DEL = Delete
Selection Text: PA_LOAD = Restore Backup Data
Selection Text: PA_PNAME = File Path
Selection Text: PA_PRES = Presentation Server
Selection Text: PA_PROT = Log
Selection Text: PA_SADEL = Back Up Data/Delete Table
Selection Text: PA_SAVE = Back Up Data
Selection Text: PA_TEST = Test Run
Selection Text: PA_TIME = Time
Selection Text: SO_DIMEN = Dimension
Selection Text: SO_ITCLG = Cons Chart of Accounts
Selection Text: SO_RVERS = Version
Selection Text: SO_RYEAR = Fiscal Year
Title: Maintain Status Information
Text Symbol: UR0 = Update Run:
Text Symbol: TR0 = Test Run:
Text Symbol: T01 = Test run finished
Text Symbol: S11 = &1 entries read
Text Symbol: S10 = &1 entries written
Text Symbol: S01 = &1 data records backed up
Text Symbol: R24 = Restore Table Entries from Backup Files
Text Symbol: R23 = Delete Table Entries
Text Symbol: R22 = Create Backup Files and Delete Table Entries
Text Symbol: R21 = Create Backup Files
Text Symbol: B01 = Organizational Units
Text Symbol: B02 = Version/Time
Text Symbol: B03 = Further Restrictions
Text Symbol: B04 = File Location
Text Symbol: B05 = Processing Mode
Text Symbol: B06 = Technical Settings
Text Symbol: D01 = Data will be irrevocably deleted.
Text Symbol: D02 = Make sure that the data has been backed up
Text Symbol: D03 = or that the data is no longer needed.
Text Symbol: D04 = Delete the data now?
Text Symbol: D06 = Processing Mode: Delete Table Entries
Text Symbol: D10 = &1 entries deleted
No INCLUDES are used within this REPORT code!
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.