<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/2508772#M567263</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;can u tell me wht is functionality , how to pass parameters to this FM &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CNET_GRAPHIC_NETWORK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards points is awarded for correct answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jul 2007 05:30:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-12T05:30:25Z</dc:date>
    <item>
      <title>function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/2508772#M567263</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;can u tell me wht is functionality , how to pass parameters to this FM &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CNET_GRAPHIC_NETWORK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards points is awarded for correct answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2007 05:30:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/2508772#M567263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-12T05:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/2508773#M567264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer&lt;/P&gt;&lt;P&gt;&lt;A href="http://membres.lycos.fr/benjaminroger/pg_sap/abap/GRAPH/H_Network_Graphics_Without_Dialog.txt" target="test_blank"&gt;http://membres.lycos.fr/benjaminroger/pg_sap/abap/GRAPH/H_Network_Graphics_Without_Dialog.txt&lt;/A&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;* Calling SAP Network Graphics 
  CALL FUNCTION 'CNET_GRAPHIC_NETWORK'
       EXPORTING
            STAT      = STAT
       IMPORTING
            M_TYP     = M_TYP
       TABLES
            CLUSTERS  = CLUSTERS_TAB
            CVALS     = CVALS_TAB
            DELETIONS = DELETE_TAB

            INODES    = INODES_TAB
            LINES     = LINES_TAB
            LVALS     = LVALS_TAB
            NODES     = NET_NODES_TAB
            NVALS     = NVALS_TAB
            POSITIONS = POSITIONS_TAB.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2007 05:32:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/2508773#M567264</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-12T05:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/2508774#M567265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    Start network graphics&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This module is a summary of the modules 'CNET_GRAPHIC_NETWORK_PBO', 'GRAPH_RECEIVE' and 'CNET_GRAPHIC_PAI'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The short text can be taken from these modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2007 05:32:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/2508774#M567265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-12T05:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/2508775#M567266</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 the report REMIG_OBJECT_HIERARCHY.&lt;/P&gt;&lt;P&gt;It has a documentation of the report. For this you can judge what purpose this FM is serving.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This module is a summary of the modules 'CNET_GRAPHIC_NETWORK_PBO', 'GRAPH_RECEIVE' and 'CNET_GRAPHIC_PAI'. The short text can be taken from these modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2007 05:33:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/2508775#M567266</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-07-12T05:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/2508776#M567267</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;program will accept Sales Order and Item as input and display&lt;/P&gt;&lt;P&gt; how raw material turned into finished goods with vendor information &lt;/P&gt;&lt;P&gt;then i want to submit this to sap network graphics.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2007 05:46:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/2508776#M567267</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-12T05:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/2508777#M567268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;*"             VALUE(ABAP_CMD) LIKE  NET_GRAPH-ABAP_CMD DEFAULT SPACE&lt;/P&gt;&lt;P&gt;*"             VALUE(CONFIRM) LIKE  NET_SET-CONFIRM DEFAULT SPACE&lt;/P&gt;&lt;P&gt;*"             VALUE(PROFILE) LIKE  NET_PROFIL STRUCTURE  NET_PROFIL&lt;/P&gt;&lt;P&gt;*"                             DEFAULT 'SAP DEFAULT     0'&lt;/P&gt;&lt;P&gt;*"             VALUE(PWDID) LIKE  NET_GRAPH-PWDID DEFAULT SPACE&lt;/P&gt;&lt;P&gt;*"             VALUE(SET_FOCUS) LIKE  NET_GRAPH-FLAG DEFAULT 'X'&lt;/P&gt;&lt;P&gt;*"             VALUE(SO_CONTENTS) LIKE  SOS00-S_OBJDES DEFAULT SPACE&lt;/P&gt;&lt;P&gt;*"             VALUE(SO_SEND) LIKE  NET_GRAPH-FLAG DEFAULT SPACE&lt;/P&gt;&lt;P&gt;*"             VALUE(STAT) LIKE  NET_GRAPH-STAT DEFAULT SPACE&lt;/P&gt;&lt;P&gt;*"             VALUE(STATUS_TEXT) LIKE  NET_GRAPH-STATUSTEXT&lt;/P&gt;&lt;P&gt;*"                             DEFAULT SPACE&lt;/P&gt;&lt;P&gt;*"             VALUE(SUPER) LIKE  NET_GRAPH-SUPER DEFAULT SPACE&lt;/P&gt;&lt;P&gt;*"             VALUE(TITLEBAR) LIKE  NET_GRAPH-TITLEBAR DEFAULT SPACE&lt;/P&gt;&lt;P&gt;*"             VALUE(WAIT_FOR_INPUT) LIKE  NET_GRAPH-FLAG DEFAULT 'X'&lt;/P&gt;&lt;P&gt;*"             VALUE(WINID) LIKE  NET_GRAPH-WINID DEFAULT SPACE&lt;/P&gt;&lt;P&gt;*"       EXPORTING&lt;/P&gt;&lt;P&gt;*"             VALUE(GR_MES) LIKE  NET_GRAPH-GR_MES&lt;/P&gt;&lt;P&gt;*"             VALUE(GR_MODE) LIKE  NET_GRAPH-GR_MODE&lt;/P&gt;&lt;P&gt;*"             VALUE(GR_SEL_FIELD) LIKE  NET_GRAPH-SEL_FIELD&lt;/P&gt;&lt;P&gt;*"             VALUE(M_TYP) LIKE  NET_GRAPH-M_TYP&lt;/P&gt;&lt;P&gt;*"             VALUE(RWNID) LIKE  NET_GRAPH-RWNID&lt;/P&gt;&lt;P&gt;*"             VALUE(SETTINGS) LIKE  NET_SET STRUCTURE  NET_SET&lt;/P&gt;&lt;P&gt;*"       TABLES&lt;/P&gt;&lt;P&gt;*"              CLUSTERS STRUCTURE  CNG_CLUSTR OPTIONAL&lt;/P&gt;&lt;P&gt;*"              CVALS STRUCTURE  NET_CVALS OPTIONAL&lt;/P&gt;&lt;P&gt;*"              DELETIONS STRUCTURE  NET_DELETE OPTIONAL&lt;/P&gt;&lt;P&gt;*"              INODES STRUCTURE  CNG_INODES OPTIONAL&lt;/P&gt;&lt;P&gt;*"              LINES STRUCTURE  CNG_LINES&lt;/P&gt;&lt;P&gt;*"              LVALS STRUCTURE  NET_LVALS&lt;/P&gt;&lt;P&gt;*"              NODES STRUCTURE  CNG_NODES&lt;/P&gt;&lt;P&gt;*"              NVALS STRUCTURE  NET_NVALS&lt;/P&gt;&lt;P&gt;*"              POSITIONS STRUCTURE  NET_POS OPTIONAL&lt;/P&gt;&lt;P&gt;*"       EXCEPTIONS&lt;/P&gt;&lt;P&gt;*"              ERR_IN_PROFILE&lt;/P&gt;&lt;P&gt;*"              INV_PROFILE&lt;/P&gt;&lt;P&gt;*"              INV_WINID&lt;/P&gt;&lt;P&gt;*"              NO_BATCH&lt;/P&gt;&lt;P&gt;*"              FRONTEND_ERROR&lt;/P&gt;&lt;P&gt;*"              INV_COMMUNICATION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.....&lt;/P&gt;&lt;P&gt;Abhay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rewards if useful.............&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2007 09:36:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module/m-p/2508777#M567268</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-12T09:36:01Z</dc:date>
    </item>
  </channel>
</rss>

