<?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 Graph Background color in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/graph-background-color/m-p/7874752#M1594134</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;We have a requirement in which the background color of the Graph should not be Grey color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to change the Background color of a Graph?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using custom function module of 'GFW_PRES_SHOW_MULT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL METHOD bundle_display-&amp;gt;if_customizing~set
                EXPORTING
                  attr_id = cl_cu_display_context=&amp;gt;co_bg_clr_plt_id
                  value   = 1.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it is not working &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sowmya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 May 2011 05:52:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-05-26T05:52:18Z</dc:date>
    <item>
      <title>Graph Background color</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/graph-background-color/m-p/7874752#M1594134</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;We have a requirement in which the background color of the Graph should not be Grey color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to change the Background color of a Graph?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using custom function module of 'GFW_PRES_SHOW_MULT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL METHOD bundle_display-&amp;gt;if_customizing~set
                EXPORTING
                  attr_id = cl_cu_display_context=&amp;gt;co_bg_clr_plt_id
                  value   = 1.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it is not working &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do help...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sowmya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 05:52:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/graph-background-color/m-p/7874752#M1594134</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-26T05:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Background color</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/graph-background-color/m-p/7874753#M1594135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sowmya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this for:&lt;/P&gt;&lt;P&gt; Activating the Graph Background Color&lt;/P&gt;&lt;P&gt;Select Options u2192 2D options to call up the 2D Options dialog window.&lt;/P&gt;&lt;P&gt;Setting the Background color option causes the background for the 2D frame to be colored a particular color. You can specify this color by setting the 2D background variable (in the Color Assignment menu).&lt;/P&gt;&lt;P&gt;If you turn this option off, the background for the 2D frame takes the color of the background for the entire view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helped you!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nishi.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 09:36:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/graph-background-color/m-p/7874753#M1594135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-26T09:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Background color</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/graph-background-color/m-p/7874754#M1594136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nishi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no option called 2D in the FM 'GFW_PRES_SHOW_MULT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We've presentation type here, and I'm providing 'GFW_PRESTYPE_LINES' - Becoz we want a Line-Graph.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know the code to modify the Graph Background. It is appearing as Grey Color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Sowmya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 10:33:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/graph-background-color/m-p/7874754#M1594136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-05-26T10:33:30Z</dc:date>
    </item>
  </channel>
</rss>

