SAP Reports / Programs | Financials | Strategic Enterprise Management | Business Consolidation(FIN-SEM-BCS) SAP FIN

UC_DISPLAY_HIERARCHY SAP ABAP Report - Hierarchy Display Report Program







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


Transaction Code(s):

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

UC_DISPLAY_HIERARCHY - Display Hierarchies with Attributes


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 UC_DISPLAY_HIERARCHY. "Basic submit
SUBMIT UC_DISPLAY_HIERARCHY AND RETURN. "Return to original report after report execution complete
SUBMIT UC_DISPLAY_HIERARCHY VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT UC_DISPLAY_HIERARCHY

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:

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.



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