SAP Reports / Programs | Enterprise Controlling | Consolidation(EC-CS) SAP EC

FICAST00 SAP ABAP Report - Maintain Status Information







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


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





Text Symbol: D11 = &1 entries match the selection
Text Symbol: E01 = Cannot use presentation server in batch mode
Text Symbol: L01 = If you created an earlier backup for the same combination of
Text Symbol: L02 = dimension/cons chart/version/year, you should first restore
Text Symbol: L03 = that backup.
Text Symbol: L04 = Restore the specified backup files now?
Text Symbol: L06 = Processing Mode: Restore Backup Files
Text Symbol: N01 = No files found with this selection
Text Symbol: O01 = Entries
Text Symbol: O02 = Table
Text Symbol: OVW = Target area already contains data
Text Symbol: P01 = Date and Time of Backup File Creation
Text Symbol: R11 = Presentation Server
Text Symbol: R12 = Application Server


INCLUDES used within this REPORT FICAST00

No INCLUDES are used within this REPORT code!


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