‎2006 Oct 06 5:52 AM
Hi Abaper,
I have developed a report in both list or ALV Grid. and user wants to draw the pie chart of that report depending on some fields. is it possible in SAP 5.0 ?
if yes ..then please let me know.
helpfull answer would be rewarded.
Regards.
Robin
‎2006 Oct 06 5:59 AM
‎2006 Oct 06 6:02 AM
Hi Robin,
Goto se38 and check this program GFW_PROG_PIE.
Best regards,
Prashant
Pls. mark points for helpful answers
‎2006 Oct 06 6:48 AM
Dear Prashant,
I checked this program but it contains lot of Object Oriented Programming. I didn't get that wchich is internal table and at where that internal table is populated with data.
Is there any Function module or progarm exists in which we pass our internal table and fields on which we want to display the pie chart. then let me know ?
Also How to display dual Y-axis Bar chart.
Regards
robin.
‎2010 Jul 27 11:17 AM
Hi ,
1) I needed the option to display a PIE chart in a ABAP Screen.
I am using graph based on an example :
GFW_PROG_PIE
I need to display on every slice of
the PIE the name of the slice ( in the example : 1st quarter 1998)
can anyone help me with it ?
2) I have tried other ways to create the PIE Chart so...i have downloaded u201CChartDesigner700.exeu201D and created an XML file with my wanted customizing ...BUT I don't know how to use it in a ABAP application.
Anyone have a code example of using this XML file in ABAP screen ?
thanks,
Erez Madori
‎2006 Oct 06 6:07 AM
Hi
Please go through programs: BCGR*
Note that Pie Chat can be displayed with 2-dimensional view.
Kind Regards
Eswar
‎2010 Jul 27 11:27 AM