<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: value on Bar/ Pie Chart using GRAPH_MATRIX_3D in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-on-bar-pie-chart-using-graph-matrix-3d/m-p/5997484#M1343671</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cloud Deng!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Im also facing the same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;As we know that the values are not accurate to view. So its better to display values(numbers) on top of each tower in 3D Graph.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;How to display that? Kindly suggest me any solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;With Regards,&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Yarnagula sudhir.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Aug 2014 12:01:31 GMT</pubDate>
    <dc:creator>yarnagula_sudhir</dc:creator>
    <dc:date>2014-08-19T12:01:31Z</dc:date>
    <item>
      <title>value on Bar/ Pie Chart using GRAPH_MATRIX_3D</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-on-bar-pie-chart-using-graph-matrix-3d/m-p/5997473#M1343660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i was generated a Graph with the help of FM GRAPH_MATRIX_3D .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting Proper output according to data. My requirment is , i want to display value on&lt;/P&gt;&lt;P&gt;column/ beam . In case of if it PIE Chart i want also value according to Area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Option given in Graph checked by me , but i didn't get any way to show the value. According to value&lt;/P&gt;&lt;P&gt;only i can see the size of tower but not the excet value of that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to show the value on Graph in each column with above function module or another way to&lt;/P&gt;&lt;P&gt;reach this requirement ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vipul Darji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2009 06:39:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-on-bar-pie-chart-using-graph-matrix-3d/m-p/5997473#M1343660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-07T06:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: value on Bar/ Pie Chart using GRAPH_MATRIX_3D</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-on-bar-pie-chart-using-graph-matrix-3d/m-p/5997474#M1343661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;Search for programs GFW_PROG*  these are all graph programs  this might be useful...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2009 08:31:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-on-bar-pie-chart-using-graph-matrix-3d/m-p/5997474#M1343661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-07T08:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: value on Bar/ Pie Chart using GRAPH_MATRIX_3D</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-on-bar-pie-chart-using-graph-matrix-3d/m-p/5997475#M1343662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;REPORT  ZGRAPH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF ITAB_DATA OCCURS 0,&lt;/P&gt;&lt;P&gt;DATANAME(15),&lt;/P&gt;&lt;P&gt;QUANTITY1 TYPE I,&lt;/P&gt;&lt;P&gt;QUANTITY2 TYPE I,&lt;/P&gt;&lt;P&gt;QUANTITY3 TYPE I,&lt;/P&gt;&lt;P&gt;END OF ITAB_DATA,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BEGIN OF ITAB_OPTIONS OCCURS 0,&lt;/P&gt;&lt;P&gt;OPTION(20),&lt;/P&gt;&lt;P&gt;END OF ITAB_OPTIONS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ITAB_DATA-DATANAME = 'Rice'.&lt;/P&gt;&lt;P&gt;ITAB_DATA-QUANTITY1 = 55.&lt;/P&gt;&lt;P&gt;ITAB_DATA-QUANTITY2 = 62.&lt;/P&gt;&lt;P&gt;ITAB_DATA-QUANTITY3 = 59.&lt;/P&gt;&lt;P&gt;APPEND ITAB_DATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ITAB_DATA-DATANAME = 'Wheat'.&lt;/P&gt;&lt;P&gt;ITAB_DATA-QUANTITY1 = 35.&lt;/P&gt;&lt;P&gt;ITAB_DATA-QUANTITY2 = 52.&lt;/P&gt;&lt;P&gt;ITAB_DATA-QUANTITY3 = 44.&lt;/P&gt;&lt;P&gt;APPEND ITAB_DATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ITAB_DATA-DATANAME = 'Sugar'.&lt;/P&gt;&lt;P&gt;ITAB_DATA-QUANTITY1 = 18.&lt;/P&gt;&lt;P&gt;ITAB_DATA-QUANTITY2 = 22.&lt;/P&gt;&lt;P&gt;ITAB_DATA-QUANTITY3 = 19.&lt;/P&gt;&lt;P&gt;APPEND ITAB_DATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'GRAPH_MATRIX_3D'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;COL1 = 'Jan'&lt;/P&gt;&lt;P&gt;COL2 = 'Feb'&lt;/P&gt;&lt;P&gt;COL3 = 'Mar'&lt;/P&gt;&lt;P&gt;TITL = 'Quantity Consumed In KG.'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;DATA = ITAB_DATA&lt;/P&gt;&lt;P&gt;OPTS = ITAB_OPTIONS&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;OTHERS = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: krupa jani on Aug 7, 2009 11:03 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2009 09:03:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-on-bar-pie-chart-using-graph-matrix-3d/m-p/5997475#M1343662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-07T09:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: value on Bar/ Pie Chart using GRAPH_MATRIX_3D</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-on-bar-pie-chart-using-graph-matrix-3d/m-p/5997476#M1343663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi krupa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a Program to Display Graph . In my Program i done all this thing. i can see tower(column) according to value.&lt;/P&gt;&lt;P&gt;But my question was that , Is there any way to Show that value(Quantity) in tower(column)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is Option avilable in Graph Window. But i checked all from that , none is working for my requirment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any body have solution of this..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regadrs,&lt;/P&gt;&lt;P&gt;Vipul Darji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Aug 2009 04:00:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-on-bar-pie-chart-using-graph-matrix-3d/m-p/5997476#M1343663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-08T04:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: value on Bar/ Pie Chart using GRAPH_MATRIX_3D</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-on-bar-pie-chart-using-graph-matrix-3d/m-p/5997477#M1343664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;
hi friend

go to t-code gral

go through the program 

&lt;PRE&gt;&lt;CODE&gt;
GFW_PROG_POINT_WITH_LABEL
&lt;/CODE&gt;&lt;/PRE&gt;



[http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESGRA/BCFESGRA.pdf]

review the page from 118 -130.
i think it might be useful for  developing graphics program by using object oriented concept.



regards
surender
&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Aug 2009 05:18:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-on-bar-pie-chart-using-graph-matrix-3d/m-p/5997477#M1343664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-08T05:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: value on Bar/ Pie Chart using GRAPH_MATRIX_3D</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-on-bar-pie-chart-using-graph-matrix-3d/m-p/5997478#M1343665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still not found my answer. i want to display value(quantity/rate) on column(beam) with&lt;/P&gt;&lt;P&gt;the help of these FM 'GRAPH_MATRIX_3D'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By this FM 'GRAPH_MATRIX_3D' i am getting proper ouput. But ENDUSER wants a Value &lt;/P&gt;&lt;P&gt;on each Column(Beam).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagrds,&lt;/P&gt;&lt;P&gt;Vipul Darji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 05:45:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-on-bar-pie-chart-using-graph-matrix-3d/m-p/5997478#M1343665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-10T05:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: value on Bar/ Pie Chart using GRAPH_MATRIX_3D</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-on-bar-pie-chart-using-graph-matrix-3d/m-p/5997479#M1343666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi vipu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;

try this option
display the report by using &lt;STRONG&gt;Reuse_alv_grid_display.&lt;/STRONG&gt;
and then press  graphics button in the application toolbar.
right click in the graphics display, context menu is open -&amp;gt;chart options
in the chart options, click the data labels tab.and choose the options as show lable -&amp;gt;apply -&amp;gt;ok..

this is the way where u depict the value at the top of the beam, i try to depict the value in 3D format.


regards
surender.s
&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 05:23:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-on-bar-pie-chart-using-graph-matrix-3d/m-p/5997479#M1343666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-11T05:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: value on Bar/ Pie Chart using GRAPH_MATRIX_3D</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-on-bar-pie-chart-using-graph-matrix-3d/m-p/5997480#M1343667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Vipu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;T.CODE :- GRAL&lt;/STRONG&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u got demo report as per your requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 11:08:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-on-bar-pie-chart-using-graph-matrix-3d/m-p/5997480#M1343667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-11T11:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: value on Bar/ Pie Chart using GRAPH_MATRIX_3D</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-on-bar-pie-chart-using-graph-matrix-3d/m-p/5997481#M1343668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Mar 2010 04:19:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-on-bar-pie-chart-using-graph-matrix-3d/m-p/5997481#M1343668</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-23T04:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: value on Bar/ Pie Chart using GRAPH_MATRIX_3D</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-on-bar-pie-chart-using-graph-matrix-3d/m-p/5997482#M1343669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same problem with you .&lt;/P&gt;&lt;P&gt;Can you tell me how to solve it ?&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2012 07:38:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-on-bar-pie-chart-using-graph-matrix-3d/m-p/5997482#M1343669</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-21T07:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: value on Bar/ Pie Chart using GRAPH_MATRIX_3D</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-on-bar-pie-chart-using-graph-matrix-3d/m-p/5997483#M1343670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vipul!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im also facing the same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;As we know that the values are not accurate to view. So its better to display values(numbers) on top of each tower in 3D Graph.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;How to display that? Kindly suggest me any solution.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;With Regards,&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Yarnagula sudhir.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 11:53:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-on-bar-pie-chart-using-graph-matrix-3d/m-p/5997483#M1343670</guid>
      <dc:creator>yarnagula_sudhir</dc:creator>
      <dc:date>2014-08-19T11:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: value on Bar/ Pie Chart using GRAPH_MATRIX_3D</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-on-bar-pie-chart-using-graph-matrix-3d/m-p/5997484#M1343671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cloud Deng!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Im also facing the same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;As we know that the values are not accurate to view. So its better to display values(numbers) on top of each tower in 3D Graph.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;How to display that? Kindly suggest me any solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;With Regards,&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Yarnagula sudhir.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 12:01:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-on-bar-pie-chart-using-graph-matrix-3d/m-p/5997484#M1343671</guid>
      <dc:creator>yarnagula_sudhir</dc:creator>
      <dc:date>2014-08-19T12:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: value on Bar/ Pie Chart using GRAPH_MATRIX_3D</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/value-on-bar-pie-chart-using-graph-matrix-3d/m-p/5997485#M1343672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cloud Deng and Yarnagula,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you guys manage to solve how to put value on top the columns in the bar chart? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What about Vipul, care to share how you had it done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;William&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2015 08:10:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/value-on-bar-pie-chart-using-graph-matrix-3d/m-p/5997485#M1343672</guid>
      <dc:creator>Wil_Wilstroth</dc:creator>
      <dc:date>2015-04-28T08:10:47Z</dc:date>
    </item>
  </channel>
</rss>

