HDS_TREE_OVERVIEW 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 HDS_TREE_OVERVIEW into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
HDS_OVERVIEW - HDS: Overview of HDS Trees
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_APPL = D .
Selection Text: SO_CATG = D .
Selection Text: SO_TREE = D .
Title: HDS: Overview of Selection of Derivation Trees
Text Symbol: C01 = Description for Application
Text Symbol: C02 = OSS Component
Text Symbol: C03 = Status
Text Symbol: E00 = Error in Application
Text Symbol: E01 = Error in Tree
Text Symbol: I00 = No Deriviation Tress Selected
Text Symbol: O01 = Overview of Derivation Trees
Text Symbol: PI1 = Activate Tree &1 &2 ... (&3/&4)
Text Symbol: PI2 = Check Tree &1 &2 /&3/&4)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HDS_DB_TREE_GET_LIST CALL FUNCTION 'HDS_DB_TREE_GET_LIST' EXPORTING i_ref_treecatg = l_ref_treecatg i_tab_rng_appl_id = l_tab_rng_applid i_tab_rng_tree_id = l_tab_rng_treeid i_flg_act = '' IMPORTING e_tab_trees = l_tab_hlp.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = i_icon info = i_info add_stdinf = '' IMPORTING result = r_icon EXCEPTIONS OTHERS = 0.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = 'HDS_TREE_OVERVIEW' i_callback_user_command = 'CALLBACK_USER_COMMAND' i_structure_name = 'HDS_STR_TREE_OVERVIEW' i_callback_pf_status_set = 'CALLBACK_SET_PF_STATUS' is_layout = l_str_layout it_fieldcat = l_tab_fcat i_grid_title = text-o01 TABLES t_outtab =
EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'HDS_STR_TREE_OVERVIEW' i_client_never_display = 'X' CHANGING ct_fieldcat = r_tab_fcat.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = l_perci text = r_text.
HDS_UI_START CALL FUNCTION 'HDS_UI_START' EXPORTING i_appl_id = l_str_line-appl_id i_ref_treecatg = l_ref_treecatg i_tree_id = l_str_line-tree_id i_flg_display = 'X'.
RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'SHOW' object_name = l_str_line-source_struc object_type = 'TABL' EXCEPTIONS not_executed = 1 invalid_object_type = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
HDS_TREE_OVERVIEW - HDS: Overview of Selection of Derivation Trees HDS_TREE_OVERVIEW - HDS: Overview of Selection of Derivation Trees HDS_MASS_GENERATION - Mass Generation HDS Trees HDS_MASS_GENERATION - Mass Generation HDS Trees HDS_HELP_REGISTER_APPLICATION - HDS: Registration of an Application HDS_HELP_REGISTER_APPLICATION - HDS: Registration of an Application