<?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: Problem with BAPI_MATERIAL_SAVEDATA in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-material-savedata/m-p/4403634#M1046674</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erwan, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry to disturb you again .I  am getting the following error while creating the material with other set of data . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unit of measure ****** is not defined; check your entry : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how to fix this issue. &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 &amp;amp; Regards, &lt;/P&gt;&lt;P&gt;Paveee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Sep 2008 14:12:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-11T14:12:14Z</dc:date>
    <item>
      <title>Problem with BAPI_MATERIAL_SAVEDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-material-savedata/m-p/4403628#M1046668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guru's,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the above BAPI to create material in the material master . I am wanted to create basic view , MRP view, accouting view.,&lt;/P&gt;&lt;P&gt;i am passing the necessary details to the FM . But it is giving me an error ' The field MARA-BRGEW is defined as a required field; it does not contain an entry.&lt;/P&gt;&lt;P&gt;I searched in MARA table it is showing it as gross wright .,But I do not have corresponding field name in client data structure of BAPI. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how to solve this issue .&lt;/P&gt;&lt;P&gt;Full points will be awarded ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Paveee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 12:52:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-material-savedata/m-p/4403628#M1046668</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T12:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BAPI_MATERIAL_SAVEDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-material-savedata/m-p/4403629#M1046669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This field is handle in the UNITSOFMEASURE table of the BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample code :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  unitsofmeasure-alt_unit    = 'ST'.
  unitsofmeasurex-alt_unit   = 'ST'.

  unitsofmeasure-alt_unit_iso    = 'ST'.
  unitsofmeasurex-alt_unit_iso   = 'ST'.

  unitsofmeasure-numerator   = '1'.
  unitsofmeasurex-numerator  = 'X'.

  unitsofmeasure-denominatr  = '1'.
  unitsofmeasurex-denominatr = 'X'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  unitsofmeasure-gross_wt    = p_brgew.
  unitsofmeasurex-gross_wt   = 'X'.

    APPEND unitsofmeasure.
    APPEND unitsofmeasurex.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erwan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 12:56:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-material-savedata/m-p/4403629#M1046669</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T12:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BAPI_MATERIAL_SAVEDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-material-savedata/m-p/4403630#M1046670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well if the field is in your client data structure of your bapi it is quite nice, tho be told that the field has to be filled with a non initial value as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and like erwan told yah, in the unitsofmeasurment structure you need to include it too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 13:04:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-material-savedata/m-p/4403630#M1046670</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T13:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BAPI_MATERIAL_SAVEDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-material-savedata/m-p/4403631#M1046671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erwan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to avoid that error with your suggestion .&lt;/P&gt;&lt;P&gt;I am getting one more error 'Enter the scheduling margin key'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in getting the error resolved.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt; Manjuantha Goudra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 13:59:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-material-savedata/m-p/4403631#M1046671</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T13:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BAPI_MATERIAL_SAVEDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-material-savedata/m-p/4403632#M1046672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the field plantdata-sm_key.&lt;/P&gt;&lt;P&gt;You should put a value of table T436A depending on the plant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;erwan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 14:03:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-material-savedata/m-p/4403632#M1046672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T14:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BAPI_MATERIAL_SAVEDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-material-savedata/m-p/4403633#M1046673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erwan, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to create the  material successfully in the system.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;again thanks a lot &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Manjunatha Goudra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 14:17:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-material-savedata/m-p/4403633#M1046673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T14:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BAPI_MATERIAL_SAVEDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-material-savedata/m-p/4403634#M1046674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erwan, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry to disturb you again .I  am getting the following error while creating the material with other set of data . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unit of measure ****** is not defined; check your entry : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how to fix this issue. &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 &amp;amp; Regards, &lt;/P&gt;&lt;P&gt;Paveee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2008 14:12:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-material-savedata/m-p/4403634#M1046674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-11T14:12:14Z</dc:date>
    </item>
  </channel>
</rss>

