<?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 BAPI_NETWORK_COMP_ADD in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-network-comp-add/m-p/5349466#M1231883</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 am currently using BAPI_NETWORK_MAINTAIN to create a network (with id NETWORK1) on a project. I then need to use BAPI_NETWORK_COMP_ADD to add a material component to this same network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to use the id NETWORK1 as the Paremeter, but I get the error&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Network NETWORK1 does not exist&lt;/STRONG&gt;. I have determined that you require the network internal number to run bapi BAPI_NETWORK_COMP_ADD, but I need both actions to run succesfully before I commit the work. How can I get the correct network number for the newly created network before commit?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;Johan Kriek.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Mar 2009 08:04:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-11T08:04:56Z</dc:date>
    <item>
      <title>BAPI_NETWORK_COMP_ADD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-network-comp-add/m-p/5349466#M1231883</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 am currently using BAPI_NETWORK_MAINTAIN to create a network (with id NETWORK1) on a project. I then need to use BAPI_NETWORK_COMP_ADD to add a material component to this same network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to use the id NETWORK1 as the Paremeter, but I get the error&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Network NETWORK1 does not exist&lt;/STRONG&gt;. I have determined that you require the network internal number to run bapi BAPI_NETWORK_COMP_ADD, but I need both actions to run succesfully before I commit the work. How can I get the correct network number for the newly created network before commit?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;Johan Kriek.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2009 08:04:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-network-comp-add/m-p/5349466#M1231883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-11T08:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_NETWORK_COMP_ADD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-network-comp-add/m-p/5349467#M1231884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi once again experts,&lt;/P&gt;&lt;P&gt;Is there a FM that converts an external Network number to an internal network number?&lt;/P&gt;&lt;P&gt;Would this solve my problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2009 08:56:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-network-comp-add/m-p/5349467#M1231884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-11T08:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_NETWORK_COMP_ADD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-network-comp-add/m-p/5349468#M1231885</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;Try this ...&lt;/P&gt;&lt;P&gt; CONVERSION_EXIT_ALPHA_INPUT    Conversion exit ALPHA, external-&amp;gt;internal&lt;/P&gt;&lt;P&gt; CONVERSION_EXIT_ALPHA_OUTPUT   Conversion exit ALPHA, internal-&amp;gt;external&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2009 09:24:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-network-comp-add/m-p/5349468#M1231885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-11T09:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_NETWORK_COMP_ADD</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-network-comp-add/m-p/5349469#M1231886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prakash&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your response&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to use these function modules, but the network number remained the same, and BAPI_NETWORK_COMP_ADD still did not execute. Any other suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2009 10:23:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-network-comp-add/m-p/5349469#M1231886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-11T10:23:40Z</dc:date>
    </item>
  </channel>
</rss>

