UC_DISPLAY_HIERARCHY 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 UC_DISPLAY_HIERARCHY into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
UC_DISPLAY_HIERARCHY - Display Hierarchies with Attributes
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.
Title: Hierarchy Display Report Program
Text Symbol: 025 = Search unsuccessful; no hits for:
Text Symbol: 024 = Specify the cons group for which the hierarchy with inheritance logic is to be displayed
Text Symbol: 023 = Define the global parameters first (transaction UCPP)
Text Symbol: 022 = Select at least 'Hierarchy Structure'
Text Symbol: 021 = Hierarchy structure cannot be displayed in inheritance mode
Text Symbol: 020 = Edge attributes exist for role REPUNIT only
Text Symbol: 018 = Specify the consolidation area
Text Symbol: 017 = Cons area does not exist
Text Symbol: 016 = Specify the field for which the hierarchy is to be displayed
Text Symbol: 015 = Hierarchy is displayed
Text Symbol: 014 = Cons group does not exist
Text Symbol: 013 = Field has no hierarchy
Text Symbol: 012 = Field does not exist
Text Symbol: 011 = Too many recursions in hierarchy
Text Symbol: 010 = Not Assigned
Text Symbol: 009 = Implicit
Text Symbol: 008 = Sequence No.
Text Symbol: 005 = Value SID
Text Symbol: 004 = Field Name SID
Text Symbol: 003 = Description
Text Symbol: 001 = Attributes
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TREEM_SHOW_FIND_POPUP call function 'TREEM_SHOW_FIND_POPUP' importing find_string = l_find_string pattern = l_pattern canceled = l_canceled.
DDIF_TABL_GET call function 'DDIF_TABL_GET' exporting name = 'UCM_S_REPUNIT_HRY_EDGE_ATTR' langu = sy-langu tables dd03p_tab = lt_dd03p exceptions illegal_input = 1 others = 2.
DDIF_TABL_GET call function 'DDIF_TABL_GET' exporting name = 'UCM_S_REPUNIT_IMPLEDGE_ATTR' langu = sy-langu tables dd03p_tab = lt_dd03p exceptions illegal_input = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
UC_DISPLAY_HIERARCHY - Hierarchy Display Report Program UC_DISPLAY_HIERARCHY - Hierarchy Display Report Program UC_DEL_RVS_INFO_TEMPLATE - UCDELRVSINFOTEMPLATE UC_DEL_IV_INFO_TEMPLATE - UCDELIVINFOTEMPLATE UC_DEL_DOCUMENT_TEMPLATE - UCDELDOCUMENTTEMPLATE UC_DATABASIS_RFCDEST_REPLACE - Swap RFC Destination in the Data Basis (and Its Data Streams)