<?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 Graphical Display in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/graphical-display/m-p/1281900#M152895</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to display something like a binary tree Graphically i.e. with shapes like oval and arrows to point the hierarchy, in ABAP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Apr 2006 12:31:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-20T12:31:36Z</dc:date>
    <item>
      <title>Graphical Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/graphical-display/m-p/1281900#M152895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to display something like a binary tree Graphically i.e. with shapes like oval and arrows to point the hierarchy, in ABAP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2006 12:31:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/graphical-display/m-p/1281900#M152895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-20T12:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Graphical Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/graphical-display/m-p/1281901#M152896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prasanna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you talking about a normal tree control? Go to transaction SE83 (Reuse Library) and look under Controls &amp;gt; Tree Controls. There are some sample programs that show  you how it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2006 12:34:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/graphical-display/m-p/1281901#M152896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-20T12:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Graphical Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/graphical-display/m-p/1281902#M152897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prassanna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer this link..&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="325603"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srikanth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2006 12:39:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/graphical-display/m-p/1281902#M152897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-20T12:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Graphical Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/graphical-display/m-p/1281903#M152898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No i'm not talking about a Tree control.Let me try to explain this differently.&lt;/P&gt;&lt;P&gt; I need a graphical display of data that i've in the internal table. In this table i've a list of materials, which are related to one another in someway. I need to display these materials diagrammatically meaning i need to represent these relationships by means of a diagram something like a flowchart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2006 12:51:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/graphical-display/m-p/1281903#M152898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-20T12:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Graphical Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/graphical-display/m-p/1281904#M152899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then you can use Business Graphics&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for such a representation, you should try function module GRAPH_HIERARCHY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is some sample program available at&lt;/P&gt;&lt;P&gt;&lt;A href="http://membres.lycos.fr/jolyeric/SAP/Note_de_Cours_Ben/Graph/D_Hierarchy_Graphics_and_Others_With_Dialog.txt" target="test_blank"&gt;http://membres.lycos.fr/jolyeric/SAP/Note_de_Cours_Ben/Graph/D_Hierarchy_Graphics_and_Others_With_Dialog.txt&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Apr 2006 13:31:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/graphical-display/m-p/1281904#M152899</guid>
      <dc:creator>franois_henrotte</dc:creator>
      <dc:date>2006-04-20T13:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Graphical Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/graphical-display/m-p/1281905#M152900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi prasanna ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following link is the ebook link for Business Graphics which will solve your problem ,since it shows how you can display 2D and 3D images.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/39/cc9e3b576911d1896f0000e829fbbd/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/39/cc9e3b576911d1896f0000e829fbbd/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward if it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2006 09:35:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/graphical-display/m-p/1281905#M152900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-25T09:35:55Z</dc:date>
    </item>
  </channel>
</rss>

