SAP Reports / Programs

HDS_TREE_OVERVIEW SAP ABAP Report - HDS: Overview of Selection of Derivation Trees







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


Transaction Code(s):

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

HDS_OVERVIEW - HDS: Overview of HDS Trees


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 HDS_TREE_OVERVIEW. "Basic submit
SUBMIT HDS_TREE_OVERVIEW AND RETURN. "Return to original report after report execution complete
SUBMIT HDS_TREE_OVERVIEW 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_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)


INCLUDES used within this REPORT HDS_TREE_OVERVIEW

No INCLUDES are used within this REPORT code!


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:

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.



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