<?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 Container for Graph in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/container-for-graph/m-p/4058860#M970216</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need ur help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was created a graph using custom container its working fine. But problem is i need display two graphs in one screen. I placed two containers on screen, but it shows only one container graph. Pl help me how can i display two graphs in one screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Jul 2008 04:50:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-03T04:50:25Z</dc:date>
    <item>
      <title>Container for Graph</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/container-for-graph/m-p/4058860#M970216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need ur help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was created a graph using custom container its working fine. But problem is i need display two graphs in one screen. I placed two containers on screen, but it shows only one container graph. Pl help me how can i display two graphs in one screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 04:50:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/container-for-graph/m-p/4058860#M970216</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T04:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Container for Graph</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/container-for-graph/m-p/4058861#M970217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Devaraju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes it possible &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;pass the name of two container &amp;lt;/b&amp;gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;To Instantiate ALV grid control&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  create object ob_alvgrid&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;      i_parent          = ob_custom_container&lt;/P&gt;&lt;P&gt;    exceptions&lt;/P&gt;&lt;P&gt;      error_cntl_create = 1&lt;/P&gt;&lt;P&gt;      error_cntl_init   = 2&lt;/P&gt;&lt;P&gt;      error_cntl_link   = 3&lt;/P&gt;&lt;P&gt;      error_dp_create   = 4&lt;/P&gt;&lt;P&gt;      others            = 5.&lt;/P&gt;&lt;P&gt;  if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    message e000 with text-033."Unable to display data in the ALV&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt; clear wa_layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;lt;b&amp;gt; To display data in the ALV control&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;  call method ob_alvgrid-&amp;gt;set_table_for_first_display&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;      is_layout       = wa_layout&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     IT_TOOLBAR_EXCLUDING = ''&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    changing&lt;/P&gt;&lt;P&gt;      it_fieldcatalog = p_it_field_cat&lt;/P&gt;&lt;P&gt;      it_outtab       = p_it_table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 05:02:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/container-for-graph/m-p/4058861#M970217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T05:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Container for Graph</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/container-for-graph/m-p/4058862#M970218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at demo program DEMO_GFW_PRES_SHOW_MULT which shows 2 graphs on one screen... make sure in your code you are using the right container name as the parent for each separate graph.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 07:47:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/container-for-graph/m-p/4058862#M970218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-03T07:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Container for Graph</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/container-for-graph/m-p/4058863#M970219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ThanQ, it is working fine. Here one more problem, showing two graphs bar chart and pie chart from one data. I need same color pattern for two charts. like first chart x and second chart x is same color. Pl. solve this probelm.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 05:45:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/container-for-graph/m-p/4058863#M970219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-04T05:45:53Z</dc:date>
    </item>
  </channel>
</rss>

