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

FICSHY00 SAP ABAP Report - Initial Hierarchy Screen for FS Items, Cons groups, etc.







FICSHY00 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 FICSHY00 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 FICSHY00. "Basic submit
SUBMIT FICSHY00 AND RETURN. "Return to original report after report execution complete
SUBMIT FICSHY00 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: SO_LANGU = Language
Selection Text: PA_VERSN = Financial statement version
Selection Text: PA_TXTMI = Item hierarchy description
Selection Text: PA_ITHRY = Item Hierarchy
Title: Initial Hierarchy Screen for FS Items, Cons groups, etc.
Text Symbol: 027 = Consolidation units
Text Symbol: 028 = CG/CU
Text Symbol: 029 = Do you require the CG/CU groups?
Text Symbol: 031 = Warning: Assignment already
Text Symbol: 032 = made for period
Text Symbol: 034 = Do you want to delete anyway?
Text Symbol: 035 = Data lost in previous periods
Text Symbol: 100 = 07 "maximum length of following status texts
Text Symbol: 101 = No data
Text Symbol: 102 = DATA
Text Symbol: 103 = CONV
Text Symbol: 104 = OK
Text Symbol: 105 = CHANGED
Text Symbol: 111 = NO DATA
Text Symbol: 114 = OK
Text Symbol: 116 = INVALID
Text Symbol: S01 = Copy financial statement version
Text Symbol: S02 = You need to specify the following in order to
Text Symbol: S03 = copy the financial statement version:
Text Symbol: 026 = of the hierarchy
Text Symbol: 001 = Create item hierarchies
Text Symbol: 002 = Create items
Text Symbol: 003 = Do you really want to exit
Text Symbol: 004 = hierarchy maintenance?
Text Symbol: 006 = Should the breakdown categories
Text Symbol: 007 = be generated first?
Text Symbol: 008 = Edit
Text Symbol: 009 = Display
Text Symbol: 010 = Loss of hierarchy information
Text Symbol: 011 = Cons units
Text Symbol: 012 = Cons groups
Text Symbol: 013 = Global parameters
Text Symbol: 014 = Period :





Text Symbol: 015 = Fiscal year
Text Symbol: 016 = Version
Text Symbol: 017 = Should the master record
Text Symbol: 018 = be deleted anyway?
Text Symbol: 019 = CU
Text Symbol: 020 = CG
Text Symbol: 021 = This function should not be used
Text Symbol: 022 = in live systems.
Text Symbol: 023 = Danger of massive loss of data!
Text Symbol: 024 = Delete master data
Text Symbol: 025 = of the dimension


INCLUDES used within this REPORT FICSHY00

INCLUDE FICCON00.
INCLUDE FICDAT00.


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