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: 

Output pie chart, bar chart?

Former Member
0 Kudos

Hi,

i wanna ask, if its possible to display my data through a pie chart or a bar chart?

Thanx

Tony

4 REPLIES 4

Former Member
0 Kudos

yes possible.

U can use fm - <b>GRAPH_2D</b>. Just pass ur internal table here. u ll get a bar Chart.

For advanced graphs u ll have to use GRAPH_MATRIX_2D.

Cheers

SKC

Former Member
0 Kudos

Hi,

You can include dynamic bar chart in Smart Form.

For more info, go thru this link,

http://searchsap.techtarget.com/tip/1,289483,sid21_gci1192768,00.html

hope this helps.

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

If you are on a NetWeaver release, you may want to take a good look at the IGS, here is an example program. BW_IGS_CHART_TEST

Regards,

Rich Heilman

0 Kudos

Rich, you're right. Choosing the IGS is much better than these old function modules.

However, even better is GRAPHICS_IGS_CE_TEST that shows how to use the chart engine with data and customizing XML.

Regards, Kai

PS: and don't forget to download the SAP Chart Designer from SDN - Downloads - WebAS