<?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: BAPI_MATERIAL_SAVEDATA CIF in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata-cif/m-p/5646710#M1284994</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Charles,&lt;/P&gt;&lt;P&gt;i'm facing with a similar your problem: I want to update a standard field in material master data in R3. If I update manually the field in mm02 the chage come up to APO, but if I change it by BAPI the field is update in R3 but NOT in APO.&lt;/P&gt;&lt;P&gt;Have you found a solution? Could you or someone help me?&lt;/P&gt;&lt;P&gt;Thanks all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 06 Feb 2011 17:06:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-02-06T17:06:24Z</dc:date>
    <item>
      <title>BAPI_MATERIAL_SAVEDATA CIF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata-cif/m-p/5646707#M1284991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using this BAPI for a mass update custom fields on MARC but my changes are not making it to my SCM system.  When I change materials via MM02 the Z fields go through the user exit EXIT_SAPLCMAT_001 my changes go through just fine but the BAPI doesn't seem to hit the exit. How can I debug to determine where my error is?  Are there any special settings on either system for master data maintained via BAPI to transfer to the APO system?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Charles Dunn on May 11, 2009 2:57 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2009 18:50:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata-cif/m-p/5646707#M1284991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-11T18:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MATERIAL_SAVEDATA CIF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata-cif/m-p/5646708#M1284992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    Check the below link for data upload using BAPI for z&amp;lt;field&amp;gt;.&lt;/P&gt;&lt;P&gt;&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="7179504"&gt;&lt;/A&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;Thanks,&lt;/P&gt;&lt;P&gt;Asit Purbey.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 04:03:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata-cif/m-p/5646708#M1284992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T04:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MATERIAL_SAVEDATA CIF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata-cif/m-p/5646709#M1284993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Asit, I have the BAPI_TE_MARC and MARCX structures extended and functional.  My code is updating properly configured fields correctly in the R/3 system.  My updates however are NOT being sent over to the APO system.  When I change the same fields on the same matnr/werks combination, the updates pass through the CIF user exit, CIFMAT01, and are sent to the APO system.  Thank you very much for your time, the link you posted is a very good summary on how to update custom fields via BAPI_MATERIAL_SAVEDATA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2009 13:47:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata-cif/m-p/5646709#M1284993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-12T13:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MATERIAL_SAVEDATA CIF</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata-cif/m-p/5646710#M1284994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Charles,&lt;/P&gt;&lt;P&gt;i'm facing with a similar your problem: I want to update a standard field in material master data in R3. If I update manually the field in mm02 the chage come up to APO, but if I change it by BAPI the field is update in R3 but NOT in APO.&lt;/P&gt;&lt;P&gt;Have you found a solution? Could you or someone help me?&lt;/P&gt;&lt;P&gt;Thanks all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Feb 2011 17:06:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata-cif/m-p/5646710#M1284994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-06T17:06:24Z</dc:date>
    </item>
  </channel>
</rss>

