Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Docu for function group SGRC / SAP Network Graphics

hubert_heitzer
Contributor
0 Likes
923

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

1 ACCEPTED SOLUTION
Read only

hubert_heitzer
Contributor
0 Likes
814

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

3 REPLIES 3
Read only

Jelena_Perfiljeva
Active Contributor
814

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.

Read only

Sandra_Rossi
Active Contributor
814

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...)

Read only

hubert_heitzer
Contributor
0 Likes
815

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