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

FICSHY20 SAP ABAP Report - Hierarchy Maintenance for FS Items







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

CX17_OLD - Display Item Hierarchy
CX16_OLD - Edit Item Hierarchy


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 FICSHY20. "Basic submit
SUBMIT FICSHY20 AND RETURN. "Return to original report after report execution complete
SUBMIT FICSHY20 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_LANGU = Language
Selection Text: PA_VERSN = Financial statement version
Selection Text: PA_TXTMI = Item hierarchy description
Selection Text: PA_ITHRY = Item Hierarchy
Title: Hierarchy Maintenance for FS Items
Text Symbol: S04 = hierarchy will be created.
Text Symbol: S03 = If you enter an item hierarchy that does not exist, this
Text Symbol: S02 = You need to make further specifications to copy a financial statement version
Text Symbol: S01 = Copy financial statement version
Text Symbol: I01 = @19@
Text Symbol: F02 = Information about financial statement version
Text Symbol: F01 = Information about item hierarchy
Text Symbol: 109 = Display
Text Symbol: 108 = Edit
Text Symbol: 103 = Do you want to generate item sets?
Text Symbol: 102 = Do you want to save your data?
Text Symbol: 101 = You changed data
Text Symbol: 100 = Loss of data
Text Symbol: 049 = Multiple assignments exist.
Text Symbol: 048 = Delete all occurrences?
Text Symbol: 047 = Multiple assignments: $ to &
Text Symbol: 046 = Warning
Text Symbol: 045 = ColorLegend
Text Symbol: 044 = FS item with incomplete master data
Text Symbol: 043 = Value item
Text Symbol: 042 = Totals item
Text Symbol: 041 = Item Hierarchy
Text Symbol: 040 = Cons chart of accounts
Text Symbol: 015 = global parameters?
Text Symbol: 014 = Do you really want to change the
Text Symbol: 013 = Global parameters
Text Symbol: 010 = Loss of hierarchy information
Text Symbol: 007 = item sets first?
Text Symbol: 006 = Do you want to generate the
Text Symbol: 004 = Hier. Maintenance?
Text Symbol: 003 = Do you really want to exit
Text Symbol: 002 = Display
Text Symbol: 001 = Maintain





INCLUDES used within this REPORT FICSHY20

INCLUDE FICCON00.
INCLUDE FICDAT00.


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_GLOBAL_PARAMETERS_IMPORT call function 'FC_GLOBAL_PARAMETERS_IMPORT' importing i_dimen = gd_dimen i_congr = gd_congr "xrp250100 i_bunit = gd_bunit "xrp250100 i_itclg = gd_itclg i_rldnr = gd_rldnr i_rvers = gd_rvers i_ryear = gd_ryear i_perid = gd_perid.

FC_POP_GLOBAL_PARAMETERS call function 'FC_POP_GLOBAL_PARAMETERS' exporting e_dimen = gd_dimen e_congr = gd_congr "xrp250100 e_bunit = gd_bunit "xrp250100 e_rvers = gd_rvers e_ryear = gd_ryear e_perid = gd_perid e_itclg = gd_itclg e_rldnr = gd_rldnr e_titel = ''(013) importing i_answer = gd_answer i_dimen = gd_dimen i_congr = gd_congr "xrp250100 i_bunit = gd_bunit "xrp250100 i_rvers = gd_rvers i_ryear = gd_ryear i_perid = gd_perid i_itclg = gd_itclg i_rldnr = gd_rldnr.

FC_GLOBAL_PARAMETERS_EXPORT call function 'FC_GLOBAL_PARAMETERS_EXPORT' exporting e_dimen = gd_dimen e_congr = gd_congr "xrp250100 e_bunit = gd_bunit "xrp250100 e_itclg = gd_itclg e_rldnr = gd_rldnr e_rvers = gd_rvers e_ryear = gd_ryear e_perid = gd_perid.

FC_AUTHORITY_CHECK call function 'FC_AUTHORITY_CHECK' exporting e_id = 'ITCLG' e_itclg = gd_itclg.

FC_AUTHORITY_CHECK call function 'FC_AUTHORITY_CHECK' exporting e_id = 'ITCLG' e_itclg = gd_itclg e_actvt = '02' exceptions exc_no_permission = 1 others = 3.

FC_AUTHORITY_CHECK call function 'FC_AUTHORITY_CHECK' exporting e_id = 'ITCLG' e_itclg = gd_itclg.

RS_TREE_GET_CURRENT_TREE call function 'RS_TREE_GET_CURRENT_TREE' tables nodelist = it_nodes_tab.

RS_TREE_LIST_DISPLAY call function 'RS_TREE_LIST_DISPLAY' exporting callback_program = 'FICSHY20' callback_text_display = 'ITEM_TEXT' callback_user_command = 'ITEM_CONTROL' callback_top_of_page = 'ITEM_HEADER' check_duplicate_name = '1' color_of_link = '1' color_of_node = '4' lower_case_sensitive = space node_length = gd_itlgh suppress_node_output = space text_length = 50 importing f15 = gd_flag.

FC_HEADER_LIST call function 'FC_HEADER_LIST' exporting e_length = 80 e_title = sy-title e_dimen = gd_dimen e_itclg = gd_itclg e_rvers = gd_rvers e_ryear = gd_ryear e_perid = gd_perid.

RS_TREE_PUSH call function 'RS_TREE_PUSH' exceptions others = 0.

RS_TREE_SET_CURRENT_TREE call function 'RS_TREE_SET_CURRENT_TREE' tables nodelist = it_nodes_tab.

RS_TREE_PUSH call function 'RS_TREE_PUSH' exceptions others = 0.

RS_TREE_CREATE call function 'RS_TREE_CREATE' exporting root_name = gd_itclg root_type = 'ITCG' importing root_id = ld_root_id.

FC_AUTHORITY_CHECK call function 'FC_AUTHORITY_CHECK' exporting e_id = 'ITCLG' e_itclg = gd_itclg e_actvt = '02'. " Ändern erlaubt ?

FC_AUTHORITY_CHECK call function 'FC_AUTHORITY_CHECK' exporting e_id = 'ITCLG' e_itclg = gd_itclg. " Anzeigen ?

FC_AUTHORITY_CHECK call function 'FC_AUTHORITY_CHECK' exporting e_id = 'ITCLG' e_itclg = gd_itclg e_actvt = '01'. " Hinzufügen erlaubt ?

FC_AUTHORITY_CHECK call function 'FC_AUTHORITY_CHECK' exporting e_id = 'ITCLG' e_itclg = gd_itclg e_actvt = '01'. "Hinzufügen erlaubt ?

FC_AUTHORITY_CHECK





call function 'FC_AUTHORITY_CHECK' exporting e_id = 'ITCLG' e_itclg = gd_itclg e_actvt = '06'. "Löschen erlaubt ?

FC_GLOBAL_PARAMETERS_IMPORT call function 'FC_GLOBAL_PARAMETERS_IMPORT' importing i_dimen = gd_dimen.

FC_DATA_CONSISTENCY * call function 'FC_DATA_CONSISTENCY' "wms25728 * exporting "wms25728 ** dimen = gd_dimen "wms25728 * a_tf100 = ld_a_tf100 "wms25728 ** A_TF103 = "wms25728 ** SITYP = "wms25728 ** SUBIT = "wms25728 * action = 'O' "wms25728 * obj = 'I' "wms25728 * exceptions "wms25728 * interface_data_incomplete = 1 "wms25728 * for_incons_data_scan_error = 2 "wms25728 * ecmct_delete_error = 3 "wms25728 * ecmca_delete_error = 4 "wms25728 * tf620_delete_error = 5 "wms25728 * tf630_delete_error = 6 "wms25728 * brkdn_ecmct_error = 7 "wms25728 * brkdn_ecmca_error = 8 "wms25728 * brkdn_tf620_error = 9 "wms25728 * brkdn_tf630_error = 10 "wms25728 * db_commit_work_error = 11 "wms25728 * item_used = 12 "wms25728 * item_group_used = 13 "wms25728 * subitem_used = 14 "wms25728 * item_use_change_invalid = 15 "wms25728 * default_subitem_initial = 16 "wms25728 * no_data_conversion = 17 "wms25728 * others = 18. "wms25728

FC_CONSISTENCY_CHECK1 CALL FUNCTION 'FC_CONSISTENCY_CHECK1' EXPORTING I_ITCLG = i_itclg CHANGING CS_ITEM_PROC = ls_item_proc * CS_ITGRP_PROC = EXCEPTIONS OBJECT_NOT_DETERMINED = 1 CHECK_UPD_CONFLICT = 2 OBJECT_FOR_DELETION_USED = 3 "wms242733 LOCK_ERROR = 4 REQUIRED_BRKDOWN_FIELD_MISSING = 5 * PROCESSING_ABORTED = 6 OTHERS = 7.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting textline1 = text-101 textline2 = text-102 titel = text-100 start_column = 25 start_row = 6 cancel_display = 'X' importing answer = gd_answer exceptions others = 0.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting textline1 = text-101 textline2 = text-103 titel = text-100 start_column = 25 start_row = 6 cancel_display = 'X' importing answer = gd_answer exceptions others = 0.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting textline1 = text-101 textline2 = text-103 titel = text-100 start_column = 25 start_row = 6 cancel_display = 'X' importing answer = gd_answer exceptions others = 0.

RS_TREE_POP call function 'RS_TREE_POP' exceptions empty_stack = 1 others = 2.

RS_TREE_GET_NODE call function 'RS_TREE_GET_NODE' exporting node_id = it_node-parent importing node_info = a_snodetext exceptions id_not_found = 01.

RS_TREE_GET_NODE call function 'RS_TREE_GET_NODE' exporting node_id = it_nodes-parent importing node_info = b_snodetext exceptions id_not_found = 01.

RS_TREE_DELETE_NODE call function 'RS_TREE_DELETE_NODE' exporting node_id = it_nodes-id.

RS_TREE_GET_NODE call function 'RS_TREE_GET_NODE' exporting node_id = it_node-moveid importing node_info = a_snodetext exceptions id_not_found = 01.

RS_TREE_GET_NODE call function 'RS_TREE_GET_NODE' exporting node_id = it_node-moveid importing node_info = a_snodetext exceptions id_not_found = 01.

RS_TREE_GET_NODE call function 'RS_TREE_GET_NODE' exporting node_id = it_node-parent importing node_info = a_snodetext exceptions id_not_found = 01.

RS_TREE_GET_NODE call function 'RS_TREE_GET_NODE' exporting node_id = it_node-moveid importing node_info = a_snodetext exceptions id_not_found = 01.

RS_TREE_GET_NODE call function 'RS_TREE_GET_NODE' exporting node_id = it_node-parent importing node_info = b_snodetext exceptions id_not_found = 01.

RS_TREE_ADD_NODE call function 'RS_TREE_ADD_NODE' exporting insert_id = it_node-id new_name = ld_name new_type = 'ITHR' relationship = ld_relation importing new_id = ld_new_id.

RS_TREE_EXPAND call function 'RS_TREE_EXPAND' exporting all = ' ' node_id = it_node-id.

FC_AT_RECORDING_CHECK call function 'FC_AT_RECORDING_CHECK' exporting e_object = gd_customizing_object importing i_object_appendable = gd_recording_of_changes.

FC_AT_REQUEST_APPEND call function 'FC_AT_REQUEST_APPEND' exporting e_tabname = 'TF100' e_object = gd_customizing_object tables it_keylist = it_tf100_hlp.




FC_AT_REQUEST_APPEND call function 'FC_AT_REQUEST_APPEND' exporting e_tabname = 'TF101' e_object = gd_customizing_object tables it_keylist = it_tf101_hlp.

FC_AT_REQUEST_SAVE call function 'FC_AT_REQUEST_SAVE'.

DB_COMMIT call function 'DB_COMMIT'.

RS_TREE_EXPAND call function 'RS_TREE_EXPAND' exporting all = ' ' node_id = it_node-id.

RS_TREE_GET_NODE call function 'RS_TREE_GET_NODE' exporting node_id = v_node-parent importing node_info = a_snodetext exceptions id_not_found = 01.

RS_TREE_GET_NODE call function 'RS_TREE_GET_NODE' exporting node_id = it_nodes-parent importing node_info = b_snodetext exceptions id_not_found = 01.

RS_TREE_CONSTRUCT call function 'RS_TREE_CONSTRUCT' exporting insert_id = it_nodes-id relationship = v_relation tables nodetab = it_nodes_tab.

RS_TREE_GET_NODE call function 'RS_TREE_GET_NODE' exporting node_id = v_node-parent importing node_info = a_snodetext exceptions id_not_found = 01.

RS_TREE_GET_NODE call function 'RS_TREE_GET_NODE' exporting node_id = it_node-moveid importing node_info = a_snodetext exceptions id_not_found = 01.

RS_TREE_GET_NODE call function 'RS_TREE_GET_NODE' exporting node_id = a_snodetext-parent importing node_info = b_snodetext exceptions id_not_found = 01.

RS_TREE_GET_NODE call function 'RS_TREE_GET_NODE' exporting node_id = it_node-id importing node_info = a_snodetext exceptions id_not_found = 01.

FC_GET_MEMORY_ID call function 'FC_GET_MEMORY_ID' exporting e_ig_flag = con_x importing i_memory_id = ld_id1 exceptions others = 1.

FC_GET_MEMORY_ID call function 'FC_GET_MEMORY_ID' exporting e_it_flag = con_x importing i_memory_id = ld_id1 i_save_id = ld_id2 exceptions others = 1.

DB_COMMIT call function 'DB_COMMIT'.

RS_TREE_GET_NODE call function 'RS_TREE_GET_NODE' exporting node_id = ld_nodeid importing node_info = a_snodetext exceptions id_not_found = 1 others = 2.

FC_POP_ADD_ITEMS * call function 'FC_POP_ADD_ITEMS' "begin xrp010304 * exporting * e_title_flag = v_flag "CON_OFF ==> Pos.Hierarchien

FC_GENERATE_SETS call function 'FC_GENERATE_SETS' exporting e_itclg = gd_itclg e_gflag = v_gflag tables t_table = it_nodes.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting textline1 = text-101 textline2 = text-102 titel = text-100 start_column = 25 start_row = 6 cancel_display = 'X' importing answer = gd_answer exceptions others = 0.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting textline1 = text-101 textline2 = text-103 titel = text-100 start_column = 25 start_row = 6 cancel_display = 'X' importing answer = gd_answer exceptions others = 0.

FC_POP_GLOBAL_PARAMETERS call function 'FC_POP_GLOBAL_PARAMETERS' exporting e_dimen = gd_dimen e_congr = gd_congr "xrp250100 e_bunit = gd_bunit "xrp250100 e_rvers = gd_rvers e_ryear = gd_ryear e_perid = gd_perid e_itclg = gd_itclg e_rldnr = gd_rldnr e_titel = ''(013) importing i_answer = gd_answer i_dimen = gd_dimen i_congr = gd_congr "xrp250100 i_bunit = gd_bunit "xrp250100 i_rvers = gd_rvers i_ryear = gd_ryear i_perid = gd_perid i_itclg = gd_itclg i_rldnr = gd_rldnr.

FC_GLOBAL_PARAMETERS_EXPORT call function 'FC_GLOBAL_PARAMETERS_EXPORT' exporting e_dimen = gd_dimen e_congr = gd_congr "xrp250100 e_bunit = gd_bunit "xrp250100 e_itclg = gd_itclg e_rldnr = gd_rldnr e_rvers = gd_rvers e_ryear = gd_ryear e_perid = gd_perid.

FC_LEGEND_DISPLAY call function 'FC_LEGEND_DISPLAY' exporting it_legend = it_legend e_starting_col = 30 e_starting_row = 03 e_ending_col = 83 e_ending_row = 15 * e_linesize = 51 e_linesize = 54 e_title = text-045 "Farblegende exceptions others = 1.

CONVERSION_EXIT_ALPHA_INPUT call function 'CONVERSION_EXIT_ALPHA_INPUT' exporting input = it_node-name(10) importing output = it_node-name(10).

FC_ITCLG_EXPORT call function 'FC_ITCLG_EXPORT' exporting e_itclg = gd_itclg et_node = it_node[].

FC_ITCLG_IMPORT call function 'FC_ITCLG_IMPORT' exporting e_itclg = ld_itclg importing it_node = it_node[] exceptions not_found = 1.

CONVERSION_EXIT_ALPHA_OUTPUT call function 'CONVERSION_EXIT_ALPHA_OUTPUT' exporting input = it_nodes-name(10) importing output = it_nodes-name(10).

CONVERSION_EXIT_ALPHA_INPUT call function 'CONVERSION_EXIT_ALPHA_INPUT' exporting input = v_item importing output = v_item exceptions others = 1.

CONVERSION_EXIT_ALPHA_OUTPUT call function 'CONVERSION_EXIT_ALPHA_OUTPUT' exporting input = v_item importing output = v_item exceptions others = 1.

FC_AT_RECORDING_CHECK call function 'FC_AT_RECORDING_CHECK' exporting e_object = gd_customizing_object importing i_object_appendable = gd_recording_of_changes.

FC_AT_REQUEST_APPEND call function 'FC_AT_REQUEST_APPEND' exporting e_tabname = 'TF100' e_object = gd_customizing_object tables it_keylist = it_tf100.

FC_AT_REQUEST_APPEND call function 'FC_AT_REQUEST_APPEND' exporting e_tabname = 'TF101' e_object = gd_customizing_object tables it_keylist = it_tf101.

FC_AT_REQUEST_APPEND call function 'FC_AT_REQUEST_APPEND' exporting e_tabname = 'TF130' e_object = gd_customizing_object tables it_keylist = it_tf130_del.

FC_AT_REQUEST_APPEND call function 'FC_AT_REQUEST_APPEND' exporting e_tabname = 'TF131' e_object = gd_customizing_object tables it_keylist = it_tf131_del.

FC_AT_REQUEST_APPEND call function 'FC_AT_REQUEST_APPEND' exporting e_tabname = 'TF130' e_object = gd_customizing_object tables it_keylist = it_tf130.

FC_AT_REQUEST_APPEND call function 'FC_AT_REQUEST_APPEND' exporting e_tabname = 'TF131' e_object = gd_customizing_object tables it_keylist = it_tf131.

FC_AT_REQUEST_SAVE call function 'FC_AT_REQUEST_SAVE'.

DB_COMMIT call function 'DB_COMMIT'.

FC_POP_GLOBAL_PARAMETERS call function 'FC_POP_GLOBAL_PARAMETERS' exporting e_dimen = gd_dimen e_congr = gd_congr "xrp250100 e_bunit = gd_bunit "xrp250100 e_rvers = gd_rvers e_ryear = gd_ryear e_perid = gd_perid e_itclg = gd_itclg e_rldnr = gd_rldnr e_titel = ''(013) importing i_answer = gd_answer i_dimen = gd_dimen i_congr = gd_congr "xrp250100 i_bunit = gd_bunit "xrp250100 i_rvers = gd_rvers i_ryear = gd_ryear i_perid = gd_perid i_itclg = gd_itclg i_rldnr = gd_rldnr.

FC_GLOBAL_PARAMETERS_EXPORT call function 'FC_GLOBAL_PARAMETERS_EXPORT' exporting e_dimen = gd_dimen e_congr = gd_congr "xrp250100 e_bunit = gd_bunit "xrp250100 e_itclg = gd_itclg e_rldnr = gd_rldnr e_rvers = gd_rvers e_ryear = gd_ryear e_perid = gd_perid.

RS_TREE_GET_NODE call function 'RS_TREE_GET_NODE' exporting node_id = v_nodeid importing node_info = a_snodetext exceptions id_not_found = 01.

MESSAGES_INITIALIZE call function 'MESSAGES_INITIALIZE'.

FC_AUTHORITY_CHECK call function 'FC_AUTHORITY_CHECK' exporting e_id = 'ITCLG' e_itclg = gd_itclg e_actvt = '01'. "is user authorized for insert?

FI_IMPORT_BALANCE_SHEET_POS call function 'FI_IMPORT_BALANCE_SHEET_POS' exporting version = pa_versn tables x011p = x011p.

RS_TREE_EXPAND call function 'RS_TREE_EXPAND' exporting all = ' ' node_id = it_node-id.

MESSAGES_SHOW call function 'MESSAGES_SHOW' exporting show_linno = ' ' exceptions no_messages = 02.

HELP_VALUES_GET_NO_DD_NAME call function 'HELP_VALUES_GET_NO_DD_NAME' exporting selectfield = 'ITHRY' importing select_value = ld_select_value tables fields = lt_user_fields full_table = lt_valuetab exceptions full_table_empty = 1 no_tablestructure_given = 2 no_tablefields_in_dictionary = 3 more_then_one_selectfield = 4 no_selectfield = 5 others = 6.

FI_IMPORT_BALANCE_SHEET_TEXT call function 'FI_IMPORT_BALANCE_SHEET_TEXT' exporting sprache = id_langu version = pa_versn tables x011q = x011q exceptions text_not_found = 1 others = 2.

MESSAGE_STORE call function 'MESSAGE_STORE' exporting arbgb = ls_messages-arbgb msgty = ls_messages-msgty txtnr = ls_messages-txtnr msgv1 = ls_messages-msgv1 msgv2 = ls_messages-msgv2 msgv3 = ls_messages-msgv3 msgv4 = ls_messages-msgv4.

RS_TREE_GET_MARKED_NODES call function 'RS_TREE_GET_MARKED_NODES' "xrp030599 tables "xrp030599 marktab = it_nodes. "xrp030599

ENQUEUE_E_ITCLG call function 'ENQUEUE_E_ITCLG' exporting itclg = ei_itclg exceptions foreign_lock = 01 system_failure = 02.

ENQUEUE_E_ITEM call function 'ENQUEUE_E_ITEM' exporting itclg = ei_itclg exceptions foreign_lock = 01 system_failure = 02.

DEQUEUE_E_ITCLG call function 'DEQUEUE_E_ITCLG' exporting itclg = gd_itclg.

DEQUEUE_E_ITEM call function 'DEQUEUE_E_ITEM' exporting itclg = gd_itclg.

FC_CONSISTENCY_CHECK_ACTIVE CALL FUNCTION 'FC_CONSISTENCY_CHECK_ACTIVE' IMPORTING E_FLG_ACTIVE = l_flg_act EXCEPTIONS OTHERS = 1.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = i_rollname ALL_TYPES = con_x IMPORTING DTELINFO_WA = ls_Dtelinfo EXCEPTIONS OTHERS = 1.



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