<?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 Problem with BAPI BAPI_MATERIAL_SAVEDATA when calling from other system in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-bapi-material-savedata-when-calling-from-other-system/m-p/4418411#M1049529</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 able create new material using the BAPI BAPI_MATERIAL_SAVEDATA in development system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when i am calling this BAPI from other systems by passing the same values that i used in the development system . system is giving me an error ( in the return statement) saying that material number doesn't exists . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one have some pointers towards this ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards, &lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Sep 2008 11:23:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-11T11:23:14Z</dc:date>
    <item>
      <title>Problem with BAPI BAPI_MATERIAL_SAVEDATA when calling from other system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-bapi-material-savedata-when-calling-from-other-system/m-p/4418411#M1049529</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 able create new material using the BAPI BAPI_MATERIAL_SAVEDATA in development system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when i am calling this BAPI from other systems by passing the same values that i used in the development system . system is giving me an error ( in the return statement) saying that material number doesn't exists . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one have some pointers towards this ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards, &lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2008 11:23:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-bapi-material-savedata-when-calling-from-other-system/m-p/4418411#M1049529</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-11T11:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BAPI BAPI_MATERIAL_SAVEDATA when calling from other system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-bapi-material-savedata-when-calling-from-other-system/m-p/4418412#M1049530</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;this FM BAPI_MATERIAL_SAVEDATA&lt;/P&gt;&lt;P&gt;is used to extend a material to another plant&lt;/P&gt;&lt;P&gt;for that you need to read the original data via BAPI_MATERIAL_GET_DETAIL and then select additional data from MKVE and save it via BAPI_MATERIAL_SAVEDATA with table parameter SALESDATA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also check with&lt;/P&gt;&lt;P&gt;BAPI_STANDARDMATERIAL_CREATE Create/Extend Material&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="166913"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="401906"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards,&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2008 11:30:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-bapi-material-savedata-when-calling-from-other-system/m-p/4418412#M1049530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-11T11:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BAPI BAPI_MATERIAL_SAVEDATA when calling from other system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-bapi-material-savedata-when-calling-from-other-system/m-p/4418413#M1049531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can refer code from given lin..i hope it will help you.&lt;/P&gt;&lt;P&gt;[ BAPI_MATERIAL_SAVEDATA |&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="4134264"&gt;&lt;/A&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;twinkal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2008 11:35:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-bapi-material-savedata-when-calling-from-other-system/m-p/4418413#M1049531</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-11T11:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BAPI BAPI_MATERIAL_SAVEDATA when calling from other system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-bapi-material-savedata-when-calling-from-other-system/m-p/4418414#M1049532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The BAPI BAPI_MATERIAL_SAVEDATA can be used to create the material and i have created 10 materials numbers as per the my requirement in the development system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI is not working only when i called it from the remote system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any authorization is needed to make the RFC call for creation of documents ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Praveen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2008 11:55:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-bapi-material-savedata-when-calling-from-other-system/m-p/4418414#M1049532</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-11T11:55:18Z</dc:date>
    </item>
  </channel>
</rss>

