<?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: How to display Graphics using Function Module..? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-display-graphics-using-function-module/m-p/7265521#M1529446</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;       Try the following FM&lt;/P&gt;&lt;P&gt;BRF_NETWORK_GRAPHICS           BRF: Network Graphics for BRF Objects&lt;/P&gt;&lt;P&gt;BRF_INITIALIZE_GRAPHICS_NGR    BRF: Initialize Network Graphics&lt;/P&gt;&lt;P&gt;BRF_NETWORK_GRAPHICS_NGR       BRF: Network Graphics: Start&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BUSG                           SAP Business Graphics&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;GRAPH_2D                       Calling up the 2D business graphics&lt;/P&gt;&lt;P&gt;GRAPH_2D_MENUE                 DO NOT USE (use 'GRAPH_2D' and 'GRAPH_BUSG_MENU_SET')&lt;/P&gt;&lt;P&gt;GRAPH_3D                       Calling up the 3D presentation graphics&lt;/P&gt;&lt;P&gt;GRAPH_BUSG_COLOR_SET           Definition of color pallets for business graphics&lt;/P&gt;&lt;P&gt;GRAPH_BUSG_MENU_SET            Pushbutton menu (tool bar) for all BUSG modules&lt;/P&gt;&lt;P&gt;GRAPH_MATRIX                   Calling up SAP Business Graphics (2D, 3D and 4D)&lt;/P&gt;&lt;P&gt;GRAPH_MATRIX_2D                Calling up the 2D graphics (user-friendly version)&lt;/P&gt;&lt;P&gt;GRAPH_MATRIX_3D                Structure of 3D graphics (user-friendly version)&lt;/P&gt;&lt;P&gt;GRAPH_MATRIX_4D                Calling up a 3D graphic (4th dimension stacked representation)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Sep 2010 07:46:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-23T07:46:15Z</dc:date>
    <item>
      <title>How to display Graphics using Function Module..?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-display-graphics-using-function-module/m-p/7265518#M1529443</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;&lt;/P&gt;&lt;P&gt;     I want to display &lt;STRONG&gt;circular Graphics&lt;/STRONG&gt; for a column like Netcharge from a table as  with different colors . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            There is a &lt;STRONG&gt;Function Module is available for displaying Graphics.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                   Can you please tell me that one...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 12:48:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-display-graphics-using-function-module/m-p/7265518#M1529443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-22T12:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to display Graphics using Function Module..?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-display-graphics-using-function-module/m-p/7265519#M1529444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;demo programs in transaction GRAL might be useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using following FMs,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GRAPH_2D --Demo program GRBUSG_1&lt;/P&gt;&lt;P&gt;GRAPH_3D .--Demo program GRBUSG_2&lt;/P&gt;&lt;P&gt;GRAPH_MATRIX_2D--Demo program GRBUSG_3&lt;/P&gt;&lt;P&gt;GRAPH_MATRIX_3D--Demo program&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 13:06:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-display-graphics-using-function-module/m-p/7265519#M1529444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-22T13:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to display Graphics using Function Module..?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-display-graphics-using-function-module/m-p/7265520#M1529445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;[Details  with example program|http://wiki.sdn.sap.com/wiki/display/ABAP/SAP+Graphics]This helps you to understand completely&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Detailed PDF Link|http://help.sap.com/printdocu/core/print46c/en/data/pdf/BCFESGRA2/BCFESGRA2.pdf]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: manjunath4sap on Sep 22, 2010 3:14 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 13:11:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-display-graphics-using-function-module/m-p/7265520#M1529445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-22T13:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to display Graphics using Function Module..?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-display-graphics-using-function-module/m-p/7265521#M1529446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;       Try the following FM&lt;/P&gt;&lt;P&gt;BRF_NETWORK_GRAPHICS           BRF: Network Graphics for BRF Objects&lt;/P&gt;&lt;P&gt;BRF_INITIALIZE_GRAPHICS_NGR    BRF: Initialize Network Graphics&lt;/P&gt;&lt;P&gt;BRF_NETWORK_GRAPHICS_NGR       BRF: Network Graphics: Start&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BUSG                           SAP Business Graphics&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;GRAPH_2D                       Calling up the 2D business graphics&lt;/P&gt;&lt;P&gt;GRAPH_2D_MENUE                 DO NOT USE (use 'GRAPH_2D' and 'GRAPH_BUSG_MENU_SET')&lt;/P&gt;&lt;P&gt;GRAPH_3D                       Calling up the 3D presentation graphics&lt;/P&gt;&lt;P&gt;GRAPH_BUSG_COLOR_SET           Definition of color pallets for business graphics&lt;/P&gt;&lt;P&gt;GRAPH_BUSG_MENU_SET            Pushbutton menu (tool bar) for all BUSG modules&lt;/P&gt;&lt;P&gt;GRAPH_MATRIX                   Calling up SAP Business Graphics (2D, 3D and 4D)&lt;/P&gt;&lt;P&gt;GRAPH_MATRIX_2D                Calling up the 2D graphics (user-friendly version)&lt;/P&gt;&lt;P&gt;GRAPH_MATRIX_3D                Structure of 3D graphics (user-friendly version)&lt;/P&gt;&lt;P&gt;GRAPH_MATRIX_4D                Calling up a 3D graphic (4th dimension stacked representation)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 07:46:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-display-graphics-using-function-module/m-p/7265521#M1529446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-23T07:46:15Z</dc:date>
    </item>
  </channel>
</rss>

