FICLST30 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 FICLST30 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CX3L1 - DB List of Totals Recs/Jrnl Entries
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: PA_CYEAR = D Current year
Selection Text: PA_CPERI = Current Range of Periods
Selection Text: PA_CONGR = D Consolidation group
Selection Text: SO_YRACQ = D Year of acquisition
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_PRACQ = D Period of acquisition
Selection Text: SO_BUPTR = D Partner unit
Selection Text: SO_BUNIT = D Consolidation unit
Selection Text: PA_TOTIT = Totals item
Selection Text: PA_RYEAR = D Fiscal year
Selection Text: PA_RVERS = D Version
Selection Text: PA_PERID = D Period
Selection Text: PA_ITCLG = D Cons chart of accounts
Selection Text: PA_DIMEN = D Dimension
Title: Database List of Totals Records and Journal Entries
Text Symbol: 100 = Prior periods
Text Symbol: 101 = Group value
Text Symbol: 102 = Apportionment
Text Symbol: 103 = No document type
Text Symbol: 104 = Val.(LC)
Text Symbol: 105 = Val.(GC)
Text Symbol: 106 = Data group
Text Symbol: B01 = Organizational units
Text Symbol: B02 = Version/Time
Text Symbol: B03 = Further restrictions
Text Symbol: RSI = Report assignment...
INCLUDE FICLST0B. " SELECTION SCREEN, DEFINITION OF ADDITIONAL FIELDS
INCLUDE FICLST3S.
INCLUDE FICCON00.
No SAP DATABASE tables are accessed within this REPORT code!
FC_AUTHORITY_CHECK CALL FUNCTION 'FC_AUTHORITY_CHECK' EXPORTING e_id = 'ITCLG' e_itclg = tf120-itclg.
FC_AUTHORITY_CHECK_REPORTING CALL FUNCTION 'FC_AUTHORITY_CHECK_REPORTING' EXPORTING e_dimen = pa_dimen e_congr = pa_congr e_itclg = tf120-itclg e_rvers = pa_rvers et_ra_bunit = so_bunit[].
FC_ITEM_PROPERTIES CALL FUNCTION 'FC_ITEM_PROPERTIES' EXPORTING e_itclg = pa_itclg e_rvers = pa_rvers * E_LANGU = SYST-LANGU * IMPORTING * IT_MESSAGE = CHANGING ct_item_prop = lt_item_prop.
FC_CONGR_DISMANTLE CALL FUNCTION 'FC_CONGR_DISMANTLE' EXPORTING e_dimen = i_dimen e_congr = i_congr e_rvers = i_rvers e_ryear = i_ryear e_perid = i_perid e_rollup_cu = con_x e_cu_prop = con_x IMPORTING it_cu_prop = et_cu.
FC_GLOBAL_PARAMETERS_IMPORT CALL FUNCTION 'FC_GLOBAL_PARAMETERS_IMPORT' IMPORTING i_rldnr = ls_cg-rldnr.
FC_LEDGER_PROPERTIES CALL FUNCTION 'FC_LEDGER_PROPERTIES' CHANGING ct_rldnr = lt_cg.
FC_CONS_FREQU_GET CALL FUNCTION 'FC_CONS_FREQU_GET' EXPORTING e_dimen = i_dimen e_rvers = i_rvers e_perid = i_perid IMPORTING it_fscat = lt_fscat it_fscat_periods = lt_fscat_periods CHANGING ct_congr = lt_congr.
FC_CG_CU_PROPERTIES CALL FUNCTION 'FC_CG_CU_PROPERTIES' EXPORTING e_dimen = i_dimen e_rvers = i_rvers e_ryear = i_ryear e_perid = i_perid IMPORTING it_message = lt_message CHANGING ct_cu_prop = et_cu ct_cg_prop = lt_cg.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = i_tabname TABLES x031l_tab = lt_x031l.
RSTI_REPORT_FIELDS_FIND CALL FUNCTION 'RSTI_REPORT_FIELDS_FIND' EXPORTING e_repid = l_repid "report name TABLES it_sel = lt_ri_sel it_fields = lt_ri_fields.
FC_TOTALS_SELECT CALL FUNCTION 'FC_TOTALS_SELECT' EXPORTING e_database = fc00_c_ts_database-documents it_sel = et_sel it_fields = lt_fields * IT_KFIG = * e_fields_all = con_x e_kfig_all = con_x IMPORTING it_data = et_data.
FC_TOTALS_SELECT CALL FUNCTION 'FC_TOTALS_SELECT' EXPORTING it_sel = it_sel it_fields = it_fields * it_kfig = lt_kfig * it_kfig_pp = lt_kfig * e_fields_all = con_x e_kfig_all = con_x IMPORTING it_data = lt_data_m.
FC_TOTALS_SELECT CALL FUNCTION 'FC_TOTALS_SELECT' EXPORTING it_sel = it_sel it_fields = ct_fields * IT_KFIG = * e_fields_all = con_x e_kfig_all = con_x * e_records_all = con_x IMPORTING it_data = lt_data_total.
FC_ITCLG_IMPORT CALL FUNCTION 'FC_ITCLG_IMPORT' EXPORTING e_itclg = i_itclg IMPORTING it_node = lt_node.
FC_TREE_DISPLAY CALL FUNCTION 'FC_TREE_DISPLAY' EXPORTING e_title = sy-title e_tab_struct = gc_struc_main e_hlp_struct = gc_struc_fix * e_prot = con_x et_data = it_data_m et_list = lt_list et_fdisp = lt_fdisp et_kdisp = lt_kdisp * ET_KCORR = * et_blist = lt_blist[] et_mdata = lt_mdata * ET_RCALL = * e_callback_user_command = 'AT_USER_COMMAND' * e_callback_recurse = con_x * E_CALLBACK_STATUS = CHANGING c_mcdxsave = gs_lp_mcdxsave * ct_work = lt_data_m_opt[] ct_ffix = it_ffix_m ct_fused = lt_fused.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FICLST30 - Database List of Totals Records and Journal Entries FICLST30 - Database List of Totals Records and Journal Entries FICLST20 - Document Display FICLST20 - Document Display FICLST1S - generiertes Anforderungsbild FICLST11 - Database List of Journal Entries (Selection Using Consolidation Logic)