<?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: Material Update (MARC) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-update-marc/m-p/12604938#M2011298</link>
    <description>&lt;P&gt;1. yes, we use MM02&lt;/P&gt;&lt;P&gt;2. we change MARA-Zfield1 which trigger a change MARC-Zfield2 for all plants. how to update MARC-Zfield2 after saving MM02?&lt;/P&gt;</description>
    <pubDate>Mon, 20 Jun 2022 08:55:24 GMT</pubDate>
    <dc:creator>former_member3003</dc:creator>
    <dc:date>2022-06-20T08:55:24Z</dc:date>
    <item>
      <title>Material Update (MARC)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-update-marc/m-p/12604934#M2011294</link>
      <description>&lt;P&gt;Dear colleagues,&lt;/P&gt;
  &lt;P&gt;Material is available in 2 plants (for example, A and B). User goes to MM02 (plant A) and changes a field (f1) on the tab Basic Data (table MARA). But this field (f1) affects on a plant-field (f2) for both plants (table MARC). How can we update the field (f2) for both plants automatically?&lt;/P&gt;
  &lt;P&gt;Best regards,&lt;/P&gt;
  &lt;P&gt;Dmitry&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 07:15:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-update-marc/m-p/12604934#M2011294</guid>
      <dc:creator>former_member3003</dc:creator>
      <dc:date>2022-06-20T07:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Material Update (MARC)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-update-marc/m-p/12604935#M2011295</link>
      <description>&lt;P&gt;Use: BAPI_MATERIAL_SAVEDATA&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 08:01:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-update-marc/m-p/12604935#M2011295</guid>
      <dc:creator>former_member620069</dc:creator>
      <dc:date>2022-06-20T08:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Material Update (MARC)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-update-marc/m-p/12604936#M2011296</link>
      <description>&lt;P&gt;When do I have to call it? in V2 process after saving material?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 08:10:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-update-marc/m-p/12604936#M2011296</guid>
      <dc:creator>former_member3003</dc:creator>
      <dc:date>2022-06-20T08:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Material Update (MARC)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-update-marc/m-p/12604937#M2011297</link>
      <description>&lt;P&gt;Can you please explain &lt;/P&gt;&lt;P&gt;1. Are you using MM02?&lt;/P&gt;&lt;P&gt;2. Which fields - you are trying to change?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 08:23:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-update-marc/m-p/12604937#M2011297</guid>
      <dc:creator>venkateswaran_k</dc:creator>
      <dc:date>2022-06-20T08:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Material Update (MARC)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-update-marc/m-p/12604938#M2011298</link>
      <description>&lt;P&gt;1. yes, we use MM02&lt;/P&gt;&lt;P&gt;2. we change MARA-Zfield1 which trigger a change MARC-Zfield2 for all plants. how to update MARC-Zfield2 after saving MM02?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 08:55:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-update-marc/m-p/12604938#M2011298</guid>
      <dc:creator>former_member3003</dc:creator>
      <dc:date>2022-06-20T08:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Material Update (MARC)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-update-marc/m-p/12604939#M2011299</link>
      <description>&lt;P&gt;Did you look for a BAdI (such as those of Enh. spot ES_SAPLMGMU) an Exit (such as EXIT_SAPLMGMU_001) or a BTE (such as 00001250) to trigger an execution of (example) BAPI_MATERIAL_GETLIST, BAPI_MATERIAL_GET_DETAIL, BAPI_MATERIAL_SAVEDATA, BAPI_TRANSATION_COMMIT/ROLLBACK wrapped in a RFC enabled FM called &lt;A href="https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/index.htm?file=abapcall_function_background_unit.htm"&gt;in background task/unit&lt;/A&gt; to change/adapt related records after the transaction commit?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 13:17:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-update-marc/m-p/12604939#M2011299</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2022-06-28T13:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Material Update (MARC)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-update-marc/m-p/12604940#M2011300</link>
      <description>&lt;P&gt;Hi, yes, this is I am going to do. Is this only solution?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 13:58:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-update-marc/m-p/12604940#M2011300</guid>
      <dc:creator>former_member3003</dc:creator>
      <dc:date>2022-06-28T13:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Material Update (MARC)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-update-marc/m-p/12604941#M2011301</link>
      <description>&lt;P&gt;There are many solutions, but this one is relatively simple and robust (in fact, a transaction like MM02 can only lock one MARC record at a time, so you'd have to twist it to get it to do the job...)&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 16:00:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-update-marc/m-p/12604941#M2011301</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2022-06-28T16:00:47Z</dc:date>
    </item>
  </channel>
</rss>

