User Tools

Site Tools


programming:abap:utility_program_tree

Utility Program Tree

I wrote this ABAP report (taken from SAP sample of tree class usage) because I was bored to try to remember the name of that program to solve that problem…
Using this report I have a central point to collect all of them (reports, functions and classes).

It's a tree based on a simple table that contains folder and item (the report, function or class) definitions and relationship.

Below a screenshot:

Utility Program Tree screenshot

Functions available:

  • double clicking an item runs the report
  • clicking on edit tree structure icon opens the maintenance for the table containing the tree structure
  • clicking on refresh tree icon refresh the tree (needed if you add or change an item)
  • clicking on source code icon opens the ABAP editor for the selected item
programming/abap/utility_program_tree.txt · Last modified: 2013/08/07 17:41 by IperCube