<?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 Function Module GRAPH_MATRIX_3D in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-graph-matrix-3d/m-p/4853477#M1135023</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a query on the function module GRAPH_MATRIX_3D. What are exactly the fields of the TABLES parameter OPTS of this function module?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prosenjit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Nov 2008 06:38:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-19T06:38:06Z</dc:date>
    <item>
      <title>Function Module GRAPH_MATRIX_3D</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-graph-matrix-3d/m-p/4853477#M1135023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a query on the function module GRAPH_MATRIX_3D. What are exactly the fields of the TABLES parameter OPTS of this function module?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prosenjit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2008 06:38:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-graph-matrix-3d/m-p/4853477#M1135023</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-19T06:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module GRAPH_MATRIX_3D</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-graph-matrix-3d/m-p/4853478#M1135024</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;Check&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/52/67088e439b11d1896f0000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/52/67088e439b11d1896f0000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.saptechnical.com/Tutorials/ABAP/3DGraph/demo.htm" target="test_blank"&gt;http://www.saptechnical.com/Tutorials/ABAP/3DGraph/demo.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Neenu Jose on Nov 19, 2008 7:41 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2008 06:40:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-graph-matrix-3d/m-p/4853478#M1135024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-19T06:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module GRAPH_MATRIX_3D</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-graph-matrix-3d/m-p/4853479#M1135025</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;This parameter contains a table of display options. Setting the OPTS parameter allows the ABAP program to determine the appearance of the generated graph. You can set any display option available to the online user in the SAP Business Graphics menus.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Setting options in this table only determines the initial appearance of the display. The online user is still free to reset these options once the display appears on the monitor screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each element in the OPTS table is a string with the format:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OptionKey = Value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can pass this table as --&amp;gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF OPT OCCURS 1,&lt;/P&gt;&lt;P&gt;        C(20),&lt;/P&gt;&lt;P&gt;      END OF OPT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2008 06:42:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-graph-matrix-3d/m-p/4853479#M1135025</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2008-11-19T06:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module GRAPH_MATRIX_3D</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-graph-matrix-3d/m-p/4853480#M1135026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you checked the include program -   FTCOGRAF to know how they used this FM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Kothand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2008 06:42:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-graph-matrix-3d/m-p/4853480#M1135026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-19T06:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module GRAPH_MATRIX_3D</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-graph-matrix-3d/m-p/4853481#M1135027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2008 08:11:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-graph-matrix-3d/m-p/4853481#M1135027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-19T08:11:03Z</dc:date>
    </item>
  </channel>
</rss>

