<?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 material_maintain_dark in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-maintain-dark/m-p/936988#M62363</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to change the field MSTAE(MARA) for an existing material number as well as the field MMSTA(MARC) for all plants concerned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a entry in table AMARA_UEB with the transaction number 1 and n-entries in table AMARC_UEB with the same transaction number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After execution of the funtion material_maintain_dark the file MARA was updated. But it was only one plant in the file MARC updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I have to proceed, to update all plants ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Sep 2005 12:24:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-09-12T12:24:14Z</dc:date>
    <item>
      <title>material_maintain_dark</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-maintain-dark/m-p/936988#M62363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to change the field MSTAE(MARA) for an existing material number as well as the field MMSTA(MARC) for all plants concerned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a entry in table AMARA_UEB with the transaction number 1 and n-entries in table AMARC_UEB with the same transaction number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After execution of the funtion material_maintain_dark the file MARA was updated. But it was only one plant in the file MARC updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I have to proceed, to update all plants ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2005 12:24:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-maintain-dark/m-p/936988#M62363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-12T12:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: material_maintain_dark</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-maintain-dark/m-p/936989#M62364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would need to have all records for all plants in the AMARC_UEB  table.  Loop at that ITAB and change the value of MMSTA for all plants.  That should be it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2005 12:33:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-maintain-dark/m-p/936989#M62364</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-09-12T12:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: material_maintain_dark</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-maintain-dark/m-p/936990#M62365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table AMARC_UEB is filled with all plants for the Material to change. MMSTA is changed in the ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the function changes only the last plant in the file MARC. The other plants were not changed in the file MARC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We would like to change all plants with one call of the function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Catherine Jamann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2005 07:29:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-maintain-dark/m-p/936990#M62365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-13T07:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: material_maintain_dark</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-maintain-dark/m-p/936991#M62366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Catherine,&lt;/P&gt;&lt;P&gt;Unfortunately MATERIAL_MAINTAIN_DARK can process only one record in AMARC_UEB for one logical transaction. If you want update all plants for particular material in one call of MATERIAL_MAINTAIN_DARK then I would suggest creation of several logical update transactions for the function (though never tried it myself) for each plant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2005 07:58:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-maintain-dark/m-p/936991#M62366</guid>
      <dc:creator>sergey_korolev</dc:creator>
      <dc:date>2005-09-13T07:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: material_maintain_dark</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-maintain-dark/m-p/936992#M62367</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;Why dont you try transation MASS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2005 08:13:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-maintain-dark/m-p/936992#M62367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-13T08:13:04Z</dc:date>
    </item>
  </channel>
</rss>

