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: 

can we make a pie graph interactive

0 Kudos

Hello bros and sisters,

Can we make a pie graph displayed interactive ? .. ie I maen to say that can we click on the pie-graph and get some specific information related to it.. Like drilling down through the pie-chart to a normal report

Thanks & Regards,

Kumaar.S

4 REPLIES 4

kai_gutenkunst
Active Contributor
0 Kudos

Hi,

do you use the chart engine to create the pie?

Have a look at the demo report GRAPHICS_GUI_CE_DEMO and look for 'click':

There's an event handler on_click that writes to the status bar which element is clicked.

When using a pie chart the same event is fired. Implement the event handler and just evaluate the index of the clicked pie segment.

Regards, Kai

0 Kudos

Thanks a lot Kai .. Thank U for ur quick reply..

Do U know the chart generating engine program that we can call and make use of ?

I am new to ecc6.0 ..I found out the demo coding that U have mentioned is in ECC6 version only n not in 4.7.

Thanks 4 ur useful reply.I am trying it out in ECC 6.0 now, previously I was trying in 4.7 version.

Thanks & Regards,

Kumaar.

0 Kudos

Hi,

I recommend to start downloading the SAP Chart Designer from SDN - Downloads - WebAS - SAP Chart Designer.

After starting the executable you can interactively design your chart, i.e. choose pie as the desired char type etc.

Save your settings as a customizing XML that you can use in your own ABAP program later on.

As part of the downloaded file you will also find documentation about the data XML that is required by the chart.

Regards, Kai

0 Kudos

I was using a old system.. Thanks for guiding me

Edited by: kumaar Shanmugam on Jun 26, 2009 5:45 PM