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

FICLCU00 SAP ABAP Report - Ownerships







FICLCU00 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 FICLCU00 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

CX7F0 - List of Ownership


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 FICLCU00. "Basic submit
SUBMIT FICLCU00 AND RETURN. "Return to original report after report execution complete
SUBMIT FICLCU00 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: 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_FIDAT = D Reported financial data
Selection Text: PA_FIDAS = D Standardized financial data
Selection Text: PA_DIMEN = D Dimension
Selection Text: PA_CONGR = D Consolidation group
Selection Text: PA_COITP = D Accounting technique
Selection Text: PA_CNTRY = Country
Title: Ownerships
Text Symbol: B05 = Sort criteria
Text Symbol: B04 = Values
Text Symbol: B03 = Further settings
Text Symbol: B02 = Version/Time
Text Symbol: B01 = Organizational Units
Text Symbol: 022 = Group share
Text Symbol: 021 = Long name
Text Symbol: 020 = Long name
Text Symbol: 019 = Short name
Text Symbol: 018 = Short name
Text Symbol: 017 = No assignment
Text Symbol: 016 = Reasons for inclusion:
Text Symbol: 015 = Country
Text Symbol: 014 = Accounting technique
Text Symbol: 013 = Technique
Text Symbol: 012 = Group share
Text Symbol: 011 = Direct investmt
Text Symbol: 010 = Dir. investment
Text Symbol: 009 = Annual net income GC
Text Symbol: 008 = ANI GC
Text Symbol: 007 = Annual net income LC
Text Symbol: 006 = ANI LC
Text Symbol: 005 = Total equity GC
Text Symbol: 004 = Equity GC
Text Symbol: 003 = Total equity LC
Text Symbol: 002 = Equity LC
Text Symbol: 001 = No inclusion





INCLUDES used within this REPORT FICLCU00

INCLUDE FICCONT01. "JBU110304
INCLUDE FICLCU0B.
INCLUDE FICLCU0C.
INCLUDE FICLOOP0.


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_AUTHORITY_CHECK_REPORTING call function 'FC_AUTHORITY_CHECK_REPORTING' exporting e_dimen = pa_dimen e_congr = pa_congr e_itclg = pa_itclg e_rvers = pa_rvers.

FC_COIMETH_HIERARCHY call function 'FC_COIMETH_HIERARCHY' exporting e_dimen = i_dimen e_congr = i_congr e_rvers = i_rvers e_ryear = i_ryear e_perid = i_perid e_hlevl_max = 1 e_method_types = 'X' importing it_cg_mhry = lt_cg_mhry it_cu_mhry = lt_cu_mhry.

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_cg_prop = ct_cg ct_cu_prop = ct_cu.

FC_COI_INV_READ call function 'FC_COI_INV_READ' exporting e_dimen = i_dimen e_rldnr = ld_rldnr e_itclg = i_itclg e_rvers = i_rvers e_ryear = i_ryear e_perid = i_perid e_sign_convert = 'X' et_bunit = lt_bunit importing it_inv = et_inv.

FC_COI_EQU_READ call function 'FC_COI_EQU_READ' exporting e_dimen = i_dimen e_rldnr = ld_rldnr e_itclg = i_itclg e_rvers = i_rvers e_ryear = i_ryear e_perid = i_perid et_bunit = lt_bunit et_inv = et_inv es_level_request = ls_level_request importing it_equ = et_equ * it_ni = et_ni it_ni = lt_ni "mix591015 exceptions add_tot_overlap = 1.

FC_GET_VERSIONS CALL FUNCTION 'FC_GET_VERSIONS' EXPORTING * e_errflg = gd_err_flg e_rvers = pa_rvers IMPORTING i_fixvs = ld_fixvs. "Fixpositionenversion

FC_COI_SHARE_CALC call function 'FC_COI_SHARE_CALC' exporting et_bunit = lt_bunit et_inv = lt_inv e_sign_convert = 'X' importing it_share = lt_share.

FC_SELITEM_GET call function 'FC_SELITEM_GET' exporting es_param = ls_sel importing it_selitem = lt_selitem.

DD_DOMVALUES_GET call function 'DD_DOMVALUES_GET' exporting domname = 'FC_COITP' text = 'X' tables dd07v_tab = lt_coitp.

FC_FIELD_PROPERTIES call function 'FC_FIELD_PROPERTIES' exporting e_langu = sy-langu importing it_fprop = lt_fprop.

REUSE_ALV_HIERSEQ_LIST_DISPLAY call function 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' exporting i_callback_program = l_repid is_layout = is_layout it_fieldcat = it_fieldcat[] it_sort = it_sort[] i_save = gc_save is_variant = ls_variant it_events = lt_events[] i_tabname_header = 'it_header' i_tabname_item = 'it_data' i_structure_name_item = gc_tab_struct is_keyinfo = ls_keyinfo tables t_outtab_header = it_header t_outtab_item = it_data.

DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = gc_tab_struct tables dfies_tab = lt_fields exceptions not_found = 1 internal_error = 2 others = 3.

FCLP_FIELD_INFO_READ call function 'FCLP_FIELD_INFO_READ' exporting e_hlp_struct = gc_hlp_struct changing ct_ffix = gt_ffix.

FC_HEADER_LIST call function 'FC_HEADER_LIST' exporting e_title = sy-title changing ct_ffix = gt_ffix.

FC_CHAR_PROPERTIES call function 'FC_CHAR_PROPERTIES' exporting e_fieldname = fc00_con_ts_fld-bunit et_attribute = lt_attr et_sel = it_sel changing ct_char = lt_attr_val exceptions field_not_found = 1 others = 2.

FC_CHAR_PROPERTIES call function 'FC_CHAR_PROPERTIES' exporting e_fieldname = i_fieldname et_sel = it_sel changing ct_char = lt_attr_txt exceptions field_not_found = 1 others = 2.



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