<?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: Issue with BAPI_MATERIAL_SAVEREPLICA in ECC 6.0 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-material-savereplica-in-ecc-6-0/m-p/7191397#M1519868</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;I tried implementing the suggestion - passing the additional parameters to the BAPIE1MARA and BAPIE1MARAX structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It did not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I dont think that is a data issue either, because the code seems to work for the same set of data in SAP 4.7 system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternate suggestions please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Keerthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Aug 2010 18:08:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-12T18:08:35Z</dc:date>
    <item>
      <title>Issue with BAPI_MATERIAL_SAVEREPLICA in ECC 6.0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-material-savereplica-in-ecc-6-0/m-p/7191394#M1519865</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 am facing a strange issue in creating a Material using BAPI_MATERIAL_SAVEREPLICA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try creating a Material with this BAPI, the Material &lt;STRONG&gt;does get created&lt;/STRONG&gt;, but the problem is, I am not able to update the &lt;STRONG&gt;Net Weight&lt;/STRONG&gt; field with this approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The funny thing is, I am able to update this same field with the same set of code in SAP 4.7 version.&lt;/P&gt;&lt;P&gt;I am facing this issue only in the ECC 6.0 environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am passing the &lt;STRONG&gt;Net Weight&lt;/STRONG&gt; field in the &lt;STRONG&gt;CLIENTDATA&lt;/STRONG&gt; structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any additional field that I need to pass to any structure in ECC6.0 to achieve this? &lt;/P&gt;&lt;P&gt;I dont get a clarity from reading the BAPI's documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointers in this direction will be highly helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Keerthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Aug 2010 15:33:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-material-savereplica-in-ecc-6-0/m-p/7191394#M1519865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-12T15:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with BAPI_MATERIAL_SAVEREPLICA in ECC 6.0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-material-savereplica-in-ecc-6-0/m-p/7191395#M1519866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you populating BAPIE1MARAX parameter? &lt;/P&gt;&lt;P&gt;When updating the material pass the UPD as function...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

BAPIE1MARA-FUNCTION = 'UPD'.

BAPIE1MARAX-FUNCTION = 'UPD'.
BAPIE1MARAX-NET_WEIGHT = abap_true.


&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: gvsastry on Aug 12, 2010 12:08 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Aug 2010 16:08:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-material-savereplica-in-ecc-6-0/m-p/7191395#M1519866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-12T16:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with BAPI_MATERIAL_SAVEREPLICA in ECC 6.0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-material-savereplica-in-ecc-6-0/m-p/7191396#M1519867</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 don't you try and debug this. You may set a break-point at the statement 'message'. But most likely there are some data issues,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prasenjit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Aug 2010 17:36:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-material-savereplica-in-ecc-6-0/m-p/7191396#M1519867</guid>
      <dc:creator>prasenjit_sharma</dc:creator>
      <dc:date>2010-08-12T17:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with BAPI_MATERIAL_SAVEREPLICA in ECC 6.0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-material-savereplica-in-ecc-6-0/m-p/7191397#M1519868</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;I tried implementing the suggestion - passing the additional parameters to the BAPIE1MARA and BAPIE1MARAX structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It did not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I dont think that is a data issue either, because the code seems to work for the same set of data in SAP 4.7 system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternate suggestions please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Keerthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Aug 2010 18:08:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-material-savereplica-in-ecc-6-0/m-p/7191397#M1519868</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-12T18:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with BAPI_MATERIAL_SAVEREPLICA in ECC 6.0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-material-savereplica-in-ecc-6-0/m-p/7191398#M1519869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;keerthi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if your  fields are Z fields then it should be available in below path&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SPRO-&amp;gt;SAP Reference IMG-&amp;gt;logistics-General-&amp;gt;Material Master-&amp;gt;Field Selection -&amp;gt; Assign fields to field selection groups&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it not available then configure those Z fields.  try pass to  BAPIE1MARA and BAPIE1MARAX structures and execute the BAPI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 10:33:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-material-savereplica-in-ecc-6-0/m-p/7191398#M1519869</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-13T10:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with BAPI_MATERIAL_SAVEREPLICA in ECC 6.0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-material-savereplica-in-ecc-6-0/m-p/7191399#M1519870</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;Its not a Z field that I am talking about.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its the &lt;STRONG&gt;Net Weight&lt;/STRONG&gt; field - &lt;STRONG&gt;MARA-NTGEW&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This field is not getting updated though I am passing this field as part of the MARA structure to the BAPI - BAPI_MATERIAL_SAVEREPLICA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The material I am trying to create is a Service type material. &lt;/P&gt;&lt;P&gt;For Service type materials, the Std. Screen for usually does not show the Weight fields at all, but on passing the value in the BAPI updates the MARA table in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moreover, the same piece of code is working in my SAP 4.7 system and the issue is only seen in the SAP ECC 6.0 system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions in the direction of finding a resolution to this problem will be of great help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Keerthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 18:58:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-material-savereplica-in-ecc-6-0/m-p/7191399#M1519870</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-13T18:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with BAPI_MATERIAL_SAVEREPLICA in ECC 6.0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-material-savereplica-in-ecc-6-0/m-p/7191400#M1519871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Keerthi,&lt;/P&gt;&lt;P&gt;We face a similar issue in our upgrade. When we update the weights with other fields, it gets updated. But not individually using the same BAPI. Can you please let me know how you fixed this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;SriB K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 15:52:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-material-savereplica-in-ecc-6-0/m-p/7191400#M1519871</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-16T15:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with BAPI_MATERIAL_SAVEREPLICA in ECC 6.0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-material-savereplica-in-ecc-6-0/m-p/7191401#M1519872</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;Try passing values for the Net Weight as well as the 2 unit fields - Unit of Weight and Unit of Weight in ISO. I think in my case, we were passing only the Unit of Weight and not the ISO unit in the 4.7 environment but I had to pass both these values in ECC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if I were to be honest, I do not exactly remember if that is the only thing I did to fix the problem - it was 2 years back and I have not used that BAPI one single time since then &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote jiveImage" src="https://community.sap.com/825/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Keerthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 16:14:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-material-savereplica-in-ecc-6-0/m-p/7191401#M1519872</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-16T16:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with BAPI_MATERIAL_SAVEREPLICA in ECC 6.0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-material-savereplica-in-ecc-6-0/m-p/7191402#M1519873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Net Weight Field ( MARA- NTGEW ) gets automatically updated using your net weight value. if you go to MM01 or MM02 and try maitaining the field, it will not allow . it is greyed out because the value is computed internally.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2012 08:03:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-bapi-material-savereplica-in-ecc-6-0/m-p/7191402#M1519873</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-27T08:03:57Z</dc:date>
    </item>
  </channel>
</rss>

