Application Development 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: 

Chart/ Graph capabilities

Former Member
0 Kudos

I am currently working on a program that creates mulpitple reports rom which the end users would like to be able to create graphs and charts. I have been looking into it, but can't find a clear answer as to what options, other that exporting an ALV to excel, that would do this. Does anyone know of any good options for creating bar charts/ pareto charts/ other types of data-driven graphics that SAP functionality allows for, or any good solutions that anyone has come across for adding charts and graphs to dynpros. Thanks for your help.

1 ACCEPTED SOLUTION

Kartik2
Contributor
0 Kudos

Dear Mr. zmwhite,

Try using the Class CL_GUI_CHART_ENGINE.

Pleae go through the following Link, i think this should solve your problem.

Regards,

kartik

2 REPLIES 2

Kartik2
Contributor
0 Kudos

Dear Mr. zmwhite,

Try using the Class CL_GUI_CHART_ENGINE.

Pleae go through the following Link, i think this should solve your problem.

Regards,

kartik

Former Member
0 Kudos

Thanks, this is really sweet. Its easy and really dynamic.