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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FICTRF01 - Forms FICTRA00 FICTRA00 - Hierarchy for Calling Up IMG Translation Views FICTRA00 - Hierarchy for Calling Up IMG Translation Views FICTPC0S - documentation and ABAP source code FICTPC00 - Transport Customizing Settings of SAP Consolidation FICTPC00 - Transport Customizing Settings of SAP Consolidation