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

Output pie chart, bar chart?

Former Member
0 Likes
744

Hi,

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

Thanx

Tony

Hi,

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

Thanx

Tony

4 REPLIES 4
Read only

Former Member
0 Likes
688

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

Read only

Former Member
0 Likes
688

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.

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
688

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

Read only

kai_gutenkunst
Product and Topic Expert
Product and Topic Expert
0 Likes
688

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