nomssi / ABAP-to-PlantUML

Create UML Class and Sequence Diagrams from ABAP Code
MIT License
47 stars 17 forks source link
abap diagram plantuml sequence-diagram

ABAP-to-PlantUML Diagrams

Language: ABAP

Create expressive PlantUML Class and Sequence Diagrams from ABAP Code and ABAP Trace

Try PlantUML at http://plantuml.com/.

Class Diagram from ABAP Code

https://blogs.sap.com/2017/04/27/plantuml-diagrams/

export_class

Sequence Diagram from ABAP Trace

https://wiki.scn.sap.com/wiki/display/Snippets/ABAP+Trace+to+PlantUML+Sequence+Diagram

https://blogs.sap.com/2022/10/09/abap-trace-to-plantuml-sequence-diagram/

Transaction SAT records the execution of an ABAP program and provides analysis tools for performance, program flow and memory consumption. Measurements can be imported from other SAP systems using either download/upload or RFC. Since SAP Netweaver 7.02, an UML sequence diagram can be generated if the measurement was recorded without aggregation.

Future

ABAP Data Model to PlantUML, like https://github.com/Hywan/Database-to-PlantUML