This tool parses a SAP mta.yaml
file and generates a mta.svg
file representing the modules, resources, properties, destinations and relationships between them.
HANA Cloud 2020 openSAP example
Fiori App with approuter managed
Developer Keynote Dashboard UI
Graphviz must be installed on your system, if not yet installed look at:
Install mta-visual-dep globally with:
> npm install -g mta-visual-dep
Run the mta-visual-dep
command in the folder containing the mta.yaml file:
> mta-visual-dep
The tool creates the mta.svg file in the current folder
Internally use the mta-deps-parser
package to parse and the mta-deps-graphviz
package to generate the svg file.