<?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: Problem With BAPI to add component to Network in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-to-add-component-to-network/m-p/4563183#M1077058</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh there was problem with the conversion only now my problem solved &lt;/P&gt;&lt;P&gt;thanks a lot to bring this point to my mind&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 04 Oct 2008 10:26:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-04T10:26:18Z</dc:date>
    <item>
      <title>Problem With BAPI to add component to Network</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-to-add-component-to-network/m-p/4563180#M1077055</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;My Requirment is to add Components to a network ( t-code CN22) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To achive this I am using BAPI &lt;/P&gt;&lt;P&gt;  BAPI_NETWORK_COMP_ADD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this BAPI I am passing following parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Number = '5680994'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I_COMPONENTS_ADD-ACTIVITY = 'CC01'.&lt;/P&gt;&lt;P&gt;I_COMPONENTS_ADD-ITEM_NUMBER = '0010'.&lt;/P&gt;&lt;P&gt;I_COMPONENTS_ADD-MATERIAL = '2000679226'.&lt;/P&gt;&lt;P&gt;I_COMPONENTS_ADD-PLANT = 'M011'.&lt;/P&gt;&lt;P&gt;I_COMPONENTS_ADD-ENTRY_QUANTITY = '10'.&lt;/P&gt;&lt;P&gt;I_COMPONENTS_ADD-BASE_UOM = 'M'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append I_COMPONENTS_ADD to I_COMPONENTS_ADD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_NETWORK_COMP_ADD'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    number                 = Number&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  RETURN                 =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  tables&lt;/P&gt;&lt;P&gt;    i_components_add       = I_COMPONENTS_ADD&lt;/P&gt;&lt;P&gt;    e_message_table        =   e_message_table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it always give the Same error which is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Material 2000679226 not found in plant M011&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked with this material it exists even I am able to configure this material to the plant through the T-code &lt;/P&gt;&lt;P&gt;I tried with some other material plant combination but it is giving same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please guide me where I am missing ........ If there is any other BAPI or FM to add component to Network please let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2008 09:34:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-to-add-component-to-network/m-p/4563180#M1077055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-04T09:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With BAPI to add component to Network</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-to-add-component-to-network/m-p/4563181#M1077056</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;There may be the conversion problem for the materail due to internal and external type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please use FM 'CONVERSION_EXIT_MATN1_RANGE_I' to converet the field 'I_COMPONENTS_ADD-MATERIAL'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Swapnil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2008 09:53:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-to-add-component-to-network/m-p/4563181#M1077056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-04T09:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With BAPI to add component to Network</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-to-add-component-to-network/m-p/4563182#M1077057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swapnil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the conversion exit but it is not working I also went to the debug mode and examined the values they are in currect formate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest my problem still not solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2008 10:12:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-to-add-component-to-network/m-p/4563182#M1077057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-04T10:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem With BAPI to add component to Network</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-to-add-component-to-network/m-p/4563183#M1077058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh there was problem with the conversion only now my problem solved &lt;/P&gt;&lt;P&gt;thanks a lot to bring this point to my mind&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2008 10:26:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-to-add-component-to-network/m-p/4563183#M1077058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-04T10:26:18Z</dc:date>
    </item>
  </channel>
</rss>

