<?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_MATERIAL_SAVEDATA in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata/m-p/3123595#M741822</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using BAPI_MATERIAL_SAVEDATA i am trying to extend the material from source plant to target plant.&lt;/P&gt;&lt;P&gt;In the tables parameter lt_return all the messages are stored. &lt;/P&gt;&lt;P&gt; returnmessages        = lt_return .&lt;/P&gt;&lt;P&gt;In lt_return there are 4 entries.&lt;/P&gt;&lt;P&gt;   lt_return-type     lt_return-MESSAGE &lt;/P&gt;&lt;P&gt;1.   H                   Trying to create: ACINSTREN 6020 ____ 6020&lt;/P&gt;&lt;P&gt;2.   S                   The material cannot be maintained since no maintainable data  &lt;/P&gt;&lt;P&gt;                            transferred&lt;/P&gt;&lt;P&gt;3.   H                   Trying to change: ACINSTREN 6020 ____ 6020 &lt;/P&gt;&lt;P&gt;4.   S                   No changes made&lt;/P&gt;&lt;P&gt;it is giving the above messages and the material is not extended to target plant.&lt;/P&gt;&lt;P&gt;what is the error due to which the material is not getting extended.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me its urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Arundhathi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Nov 2007 12:01:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-20T12:01:09Z</dc:date>
    <item>
      <title>BAPI_MATERIAL_SAVEDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata/m-p/3123595#M741822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using BAPI_MATERIAL_SAVEDATA i am trying to extend the material from source plant to target plant.&lt;/P&gt;&lt;P&gt;In the tables parameter lt_return all the messages are stored. &lt;/P&gt;&lt;P&gt; returnmessages        = lt_return .&lt;/P&gt;&lt;P&gt;In lt_return there are 4 entries.&lt;/P&gt;&lt;P&gt;   lt_return-type     lt_return-MESSAGE &lt;/P&gt;&lt;P&gt;1.   H                   Trying to create: ACINSTREN 6020 ____ 6020&lt;/P&gt;&lt;P&gt;2.   S                   The material cannot be maintained since no maintainable data  &lt;/P&gt;&lt;P&gt;                            transferred&lt;/P&gt;&lt;P&gt;3.   H                   Trying to change: ACINSTREN 6020 ____ 6020 &lt;/P&gt;&lt;P&gt;4.   S                   No changes made&lt;/P&gt;&lt;P&gt;it is giving the above messages and the material is not extended to target plant.&lt;/P&gt;&lt;P&gt;what is the error due to which the material is not getting extended.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me its urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Arundhathi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 12:01:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata/m-p/3123595#M741822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-20T12:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MATERIAL_SAVEDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata/m-p/3123596#M741823</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;Please use the FM BAPI_TRANSACTION_COMMIT after your BAPI_MATERIAL_SAVEDATA call.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'   &lt;/P&gt;&lt;P&gt;   EXPORTING                               &lt;/P&gt;&lt;P&gt;     WAIT   = 'X'.                   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pass this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_HEAD-PURCHASE_VIEW = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may work for u.&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;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 13:12:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata/m-p/3123596#M741823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-20T13:12:07Z</dc:date>
    </item>
  </channel>
</rss>

