SAP Reports / Programs

FICLST00 SAP ABAP Report - Database List of Totals Records







FICLST00 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 FICLST00 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CX34 - Database list of totals


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 FICLST00. "Basic submit
SUBMIT FICLST00 AND RETURN. "Return to original report after report execution complete
SUBMIT FICLST00 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_SUBIT = D Subitem
Selection Text: SO_SITYP = D Subitem category
Selection Text: SO_RUNIT = D Unit of measure
Selection Text: SO_RTFLG = D Currency translation
Selection Text: SO_RTCUR = D Transaction currency
Selection Text: SO_RPFLG = D Apportionment
Selection Text: SO_RITEM = D FS 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_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 Totals Records
Text Symbol: RSI = Report assignment...
Text Symbol: B04 = Technical settings
Text Symbol: B03 = Further settings
Text Symbol: B02 = Version/time period
Text Symbol: B01 = Organizational units
Text Symbol: 104 = Custom subassignments
Text Symbol: 103 = Values
Text Symbol: 102 = Standard subassignments
Text Symbol: 101 = Account assignments


INCLUDES used within this REPORT FICLST00

INCLUDE FICLST0S. " SELECTION SCREEN
INCLUDE FICLST0B. " SELECTION SCREEN, DEFINITION OF ADDITIONAL FIELDS
INCLUDE FICLST0C. " SELECTION SCREEN, ADD. FIELDS, INITIALIZATION


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:

FC_SEL_SCREEN_VALUE_CHECK call function 'FC_SEL_SCREEN_VALUE_CHECK' EXPORTING et_fdescr = gt_addfield.

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_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 = 'X' e_cu_prop = '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_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 changing ct_cu_prop = et_cu ct_cg_prop = lt_cg.

RSTI_REPORT_FIELDS_FIND call function 'RSTI_REPORT_FIELDS_FIND' exporting e_repid = l_repid tables it_sel = lt_ri_sel it_fields = lt_ri_fields.

FC_AUTHORITY_CHECK_ADF CALL FUNCTION 'FC_AUTHORITY_CHECK_ADF' "bik290301 EXPORTING "bik290301 E_CALLMODE = '3' "bik290301 ET_SEL = LT_SEL. "bik290301

FC_TOTALS_SELECT call function 'FC_TOTALS_SELECT' exporting it_sel = lt_sel it_fields = lt_fields * IT_KFIG = * e_fields_all = 'X' e_kfig_all = 'X' e_records_all = 'X' importing it_data = et_data.

FC_TOTALS_SELECT call function 'FC_TOTALS_SELECT' exporting it_sel = lt_sel it_fields = lt_fields * IT_KFIG = * e_fields_all = 'X' e_kfig_all = 'X' importing it_data = et_data_d.

FC_ALV_LIST_DISPLAY call function 'FC_ALV_LIST_DISPLAY' exporting i_tab_struct = 'FC00LST00M' i_hlp_struct = 'FC00LST00F' is_layout = ls_layout_m it_special_groups = lt_sp_groups_m it_sort = lt_sort_m it_filter = lt_filter_m i_save = gc_save it_events = lt_events_m it_event_exit = lt_event_exit_m it_rcall = lt_rcall_m changing ct_ffix = et_ffix_m ct_fieldcat = et_fieldcat_m ct_data = it_data_m.

REUSE_ALV_LIST_LAYOUT_INFO_GET call function 'REUSE_ALV_LIST_LAYOUT_INFO_GET' IMPORTING et_fieldcat = lt_fieldcat_m.

FC_ALV_LIST_DISPLAY call function 'FC_ALV_LIST_DISPLAY' exporting i_tab_struct = 'FC00LST00D' i_hlp_struct = 'FC00LST00F' is_layout = gs_layout_d is_variant = ls_variant "bik150101 it_excluding = gt_exclud_d it_sort = gt_sort_d it_events = gt_events_d it_event_exit = gt_event_exit_d it_rcall = lt_rcall_d importing e_exit_caused_by_caller = l_flg_exit changing ct_ffix = gt_ffix_d ct_fieldcat = gt_fieldcat_d ct_data = gt_data_d[].

REUSE_ALV_LIST_LAYOUT_INFO_SET call function 'REUSE_ALV_LIST_LAYOUT_INFO_SET' EXPORTING is_list_scroll = gs_list_scroll_d.

REUSE_ALV_LIST_LAYOUT_INFO_GET call function 'REUSE_ALV_LIST_LAYOUT_INFO_GET' IMPORTING es_list_scroll = gs_list_scroll_d.



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