‎2019 May 28 9:35 AM
Hi,
where can I find documentation for how to use function group SGRC and/or SAP Network Graphics?
My goal is to show assembly stuctures like the relations of tables are shown in transaction SE11 -> [Graphic (Ctrl+Shift+F11)].
Or maybe you know other components to achieve this goal.
Regards,
Hubert
‎2019 Aug 08 8:51 AM
Did not find any documentation but there is a sorted list of demo-programs on
https://tricktresor.de/blog/sap-demoprogramme/
I used SAP-demo-program HIER_BO2
‎2019 May 30 6:07 PM
I've never seen the documentation maintained at the FG level but the FMs within this group do have the documentation.
When I can't figure out how to use an FM I usually try "where used" list and check the programs calling it. I've just tried with one of the FMs and it shows it's used in several classes (such as CL_GUI_NETCHART), so maybe classes should be used instead of FMs.
‎2019 May 30 7:08 PM
Why not using any HTML library available in the web + CL_GUI_HTML_VIEWER? (or even no need of SAP GUI, i.e. don't use that class, use UI5 or the old technologies BSP, Web Dynpro...)
‎2019 Aug 08 8:51 AM
Did not find any documentation but there is a sorted list of demo-programs on
https://tricktresor.de/blog/sap-demoprogramme/
I used SAP-demo-program HIER_BO2