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

FICTRF01 SAP ABAP INCLUDE - Forms FICTRA00







FICTRF01 is a standard ABAP INCLUDE 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 FICTRF01 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 FICTRF01. "Basic submit
SUBMIT FICTRF01 AND RETURN. "Return to original report after report execution complete
SUBMIT FICTRF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Forms FICTRA00
Text Symbol: 027 = Consolidation charts of accounts
Text Symbol: 028 = FS item hierarchies
Text Symbol: 029 = FS item categories
Text Symbol: 030 = FS items
Text Symbol: 031 = Breakdown categories
Text Symbol: 032 = Subitem categories
Text Symbol: 033 = Subitems
Text Symbol: 034 = Data
Text Symbol: 035 = Data collection
Text Symbol: 036 = Data entry groups
Text Symbol: 037 = Period Categories
Text Symbol: 038 = Upload methods
Text Symbol: 039 = Postings
Text Symbol: 040 = Document types
Text Symbol: 041 = Currency translation methods
Text Symbol: 042 = Exchange Rate Indicators
Text Symbol: 043 = Consolidation Functions
Text Symbol: 044 = Task groups
Text Symbol: 045 = Consolidation tasks
Text Symbol: 046 = Consolidation methods
Text Symbol: 047 = Scope of Reported Data for the Equity Method
Text Symbol: 048 = Information system
Text Symbol: 049 = Journal entry layouts
Text Symbol: 050 = Consolidation
Text Symbol: 051 = Financial data types
Text Symbol: 001 = Translation
Text Symbol: 002 = Master data
Text Symbol: 003 = Versions
Text Symbol: 004 = Structures
Text Symbol: 005 = Data entry
Text Symbol: 006 = Currency translation method
Text Symbol: 007 = Exchange Rates
Text Symbol: 008 = Ledger
Text Symbol: 009 = Selected FS Items
Text Symbol: 010 = Tax rate
Text Symbol: 011 = Consolidation of Investment Methods
Text Symbol: 012 = Investment





Text Symbol: 013 = Equity
Text Symbol: 014 = Hidden Reserves(FVAs)/Goodwill
Text Symbol: 015 = Elimination of hidden reserves
Text Symbol: 016 = Tasks
Text Symbol: 017 = Reclassifications
Text Symbol: 018 = Organizational units
Text Symbol: 019 = Dimensions
Text Symbol: 020 = Consolidation types
Text Symbol: 021 = Hierarchy levels
Text Symbol: 022 = Hierarchies
Text Symbol: 023 = Consolidation groups
Text Symbol: 024 = Consolidation units
Text Symbol: 025 = Reasons for inclusion in consolidation
Text Symbol: 026 = FS items


INCLUDES used within this REPORT FICTRF01

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:

RS_TREE_PUSH call function 'RS_TREE_PUSH'. " übergeordnete Hierarchie sichern

FC_GLOBAL_PARAMETERS_IMPORT call function 'FC_GLOBAL_PARAMETERS_IMPORT' importing i_dimen = gd_dimen i_itclg = gd_itclg i_rldnr = gd_rldnr i_rvers = gd_rvers i_ryear = gd_ryear i_perid = gd_perid.

RS_TREE_CONSTRUCT call function 'RS_TREE_CONSTRUCT' tables nodetab = lt_nodetext.

RS_TREE_SET_CURRENT_LAYOUT call function 'RS_TREE_SET_CURRENT_LAYOUT' exporting " Wurzel fokussieren cursor_line = 5. " Default column: 3

RS_TREE_LIST_DISPLAY call function 'RS_TREE_LIST_DISPLAY' exporting callback_program = 'FICTRA00' callback_user_command = 'USR_CONTROL' callback_gui_status = 'OWN' callback_top_of_page = 'HEADER'.

FC_HEADER_LIST call function 'FC_HEADER_LIST' " erzeugt gerahmte Kopfzeile mit: exporting " Sicht, PosPlan, Version, Periode e_length = 80 " gem. akt. Globalen Parametern

RS_TREE_POP call function 'RS_TREE_POP'.



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