FICLST60 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 FICLST60 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: SO_SUBIT = D Subitem
Selection Text: SO_SITYP = D Subitem category
Selection Text: SO_RUNIT = D Unit of measure
Selection Text: SO_RTCUR = D Transaction currency
Selection Text: SO_RITEM = D Item
Selection Text: SO_PLEVL = D Posting level
Selection Text: SO_PERID = D Period
Selection Text: SO_ITCLG = D Cons chart of accounts
Selection Text: SO_DOCTY = D Document type
Selection Text: SO_DOCNR = D Document number
Selection Text: SO_COICU = D Investee unit
Selection Text: SO_CG = D Consolidation group
Selection Text: SO_BUPTR = D Partner unit
Selection Text: SO_BUNIT = D Consolidation unit
Selection Text: PA_RYEAR = D Fiscal year
Selection Text: PA_RVERS = D Version
Selection Text: PA_DIMEN = D Dimension
Selection Text: PA_CONGR = D Consolidation group
Title: Database List of Journal Entries
Text Symbol: B04 = Technical Settings
Text Symbol: B03 = Further Settings
Text Symbol: B02 = Version/Time
Text Symbol: B01 = Organizational Units
Text Symbol: 100 = Cons :Database List of Journal Entries
Text Symbol: 016 = Investee
Text Symbol: 015 = Cons grp
Text Symbol: 014 = TC CU AcYr Prd
Text Symbol: 013 = Partner unit
Text Symbol: 012 = Subitem
Text Symbol: 011 = Item
Text Symbol: 010 = DT Doc.no. Line
Text Symbol: 008 = Bal./UoM
Text Symbol: 007 = Bal./GC
Text Symbol: 006 = Bal./LC
Text Symbol: 005 = Bal./TC
Text Symbol: 001 = Ld Ver Year Di CA Cons unit
INCLUDE FICCON00.
INCLUDE FICDATGD.
No SAP DATABASE tables are accessed within this REPORT code!
FC_COIMETH_HIERARCHY call function 'FC_COIMETH_HIERARCHY' exporting e_dimen = pa_dimen e_congr = pa_congr e_rvers = pa_rvers e_ryear = pa_ryear e_perid = ld_perid_max e_rollup_cu = 'X' * e_mother_check = 'X' * e_method_check = 'X' e_method_types = 'X' importing it_cg_mhry = it_cg_mhry it_cu_mhry = it_cu_mhry.
FC_GET_VERSIONS call function 'FC_GET_VERSIONS' exporting e_errflg = gd_err_flg e_rvers = pa_rvers importing i_ldrvs = gd_ldrvs.
FC_AUTHORITY_CHECK call function 'FC_AUTHORITY_CHECK' exporting e_id = 'ITCLG' e_itclg = tf120-itclg. " STO092321
FC_AUTHORITY_CHECK_REPORTING call function 'FC_AUTHORITY_CHECK_REPORTING' exporting e_dimen = pa_dimen e_congr = pa_congr e_itclg = gd_itclg e_rvers = pa_rvers et_ra_bunit = so_bunit[].
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.