ISU_MDT_HIERARCHY_DISPLAY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Hierarchy of Master Data Template Categories You obtain an overview of the hierarchy and attributes of the
If you would like to execute this report or see the full code listing simply enter ISU_MDT_HIERARCHY_DISPLAY into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
EPDHIER - Display Hierarchy of MDT Category
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: XNOFACTS = Without Installation Fact Node
Selection Text: XSKIP = D MD Template Category
Selection Text: XTYPEID = D Intial Template Cat.
Title: Hierarchy of a Master Data Template Category
Text Symbol: T01 = Suppress Hierarchy Nodes
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISU_MDT_HIERARCHY_DISPLAY CALL FUNCTION 'ISU_MDT_HIERARCHY_DISPLAY' EXPORTING x_toptypeid = xtypeid x_skip_typeid = xskip[] EXCEPTIONS not_found = 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.
ISU_MDT_HIERARCHY_DISPLAY - Hierarchy of a Master Data Template Category ISU_MDT_HIERARCHY_DISPLAY - Hierarchy of a Master Data Template Category ISU_MDT_ADJUST_TRANSPORT - Program ISU_MDT_ADJUST_TRANSPORT ISU_MDT_ADJUST_TRANSPORT - Program ISU_MDT_ADJUST_TRANSPORT ISU_MDT_ADJUST_MDT - Report ISU_MDT_ADJUST_MDT ISU_MDT_ADJUST_MDT - Report ISU_MDT_ADJUST_MDT