Hi,
i´m coding in ABAP and implemented a template method pattern. I like to draw some UML class diagramm for this. To do this in UML for the classes is no problem. But my class is implemented in a function modul (SAP specific terms), its like an stand alone method which i use to make the implementation available to an Remote Procedure Call.
So whats the best possibility to get the non oo function modul and the oo classes in one diagramm. Any ideas?
EDIT: Is it allowed to mix component and class diagrams?