<?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 error with conversion factor in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata-error-with-conversion-factor/m-p/5067541#M1177441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;---&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Apr 2009 10:33:46 GMT</pubDate>
    <dc:creator>iklovski</dc:creator>
    <dc:date>2009-04-02T10:33:46Z</dc:date>
    <item>
      <title>bapi_material_savedata error with conversion factor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata-error-with-conversion-factor/m-p/5067538#M1177438</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'm creating caterials using BAPI_MATERIAL_SAVEDATA but I have a problem because BAPI is throwing me the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Maintain the conversion factor for the alternative unit CV"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been searching for this error and I found that I have to fill UNITSOFMEASSURE BAPI table parameter, and I'm filling as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_bapi_marm-ALT_UNIT      = p_lrmei.    " CV&lt;/P&gt;&lt;P&gt;wa_bapi_marm-numerator      = p_umrez.  " 1&lt;/P&gt;&lt;P&gt;wa_bapi_marm-denominatr     = p_umren. " 1&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;wa_bapi_marmx-ALT_UNIT     = p_lrmei. "CV&lt;/P&gt;&lt;P&gt;wa_bapi_marmx-numerator     = 'X'.&lt;/P&gt;&lt;P&gt;wa_bapi_marmx-denominatr    = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append wa_bapi_marm to bapi_marm.&lt;/P&gt;&lt;P&gt;append wa_bapi_marmx to bapi_marmx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_MATERIAL_SAVEDATA'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      headdata             = bapi_head&lt;/P&gt;&lt;P&gt;      clientdata           = bapi_mara&lt;/P&gt;&lt;P&gt;      clientdatax          = bapi_marax&lt;/P&gt;&lt;P&gt;      plantdata            = bapi_marc&lt;/P&gt;&lt;P&gt;      plantdatax           = bapi_marcx&lt;/P&gt;&lt;P&gt;      storagelocationdata  = bapi_mard&lt;/P&gt;&lt;P&gt;      storagelocationdatax = bapi_mardx&lt;/P&gt;&lt;P&gt;      valuationdata        = bapi_mbew&lt;/P&gt;&lt;P&gt;      valuationdatax       = bapi_mbewx&lt;/P&gt;&lt;P&gt;      warehousenumberdata  = bapi_mlgn&lt;/P&gt;&lt;P&gt;      warehousenumberdatax = bapi_mlgnx&lt;/P&gt;&lt;P&gt;      salesdata            = bapi_mvke&lt;/P&gt;&lt;P&gt;      salesdatax           = bapi_mvkex&lt;/P&gt;&lt;P&gt;      storagetypedata      = bapi_mlgt&lt;/P&gt;&lt;P&gt;      storagetypedatax     = bapi_mlgtx&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      return               = bapi_return&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      materialdescription  = it_makt&lt;/P&gt;&lt;P&gt;      UNITSOFMEASURE       = bapi_marm&lt;/P&gt;&lt;P&gt;      UNITSOFMEASUREX      = bapi_marmx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And it supossed to be fixed with this parameters in the BAPI but the program keeps sending that message error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you can help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards ,&lt;/P&gt;&lt;P&gt;Moises Grappin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2009 18:05:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata-error-with-conversion-factor/m-p/5067538#M1177438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-20T18:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: bapi_material_savedata error with conversion factor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata-error-with-conversion-factor/m-p/5067539#M1177439</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;Please check how the unit of measure stores internally in SAP system, this might be the problem.&lt;/P&gt;&lt;P&gt;Also check whether alternative unit of measure CV exists in your system and applicable for your material / material group?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2009 18:44:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata-error-with-conversion-factor/m-p/5067539#M1177439</guid>
      <dc:creator>nkr1shna</dc:creator>
      <dc:date>2009-01-20T18:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: bapi_material_savedata error with conversion factor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata-error-with-conversion-factor/m-p/5067540#M1177440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you have to do is to insert all different conversion in table MARM for BAPI, i.e. If you have 3 units of meassure you have to set rules for those 3 units, for example CS ==&amp;gt; ST 1,1 and CS ==&amp;gt; PIC 1,1, we have three units CS, ST and PIC, so you have to insert this three combinations of data in table BAPI_MARM &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2009 00:54:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata-error-with-conversion-factor/m-p/5067540#M1177440</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-21T00:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: bapi_material_savedata error with conversion factor</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata-error-with-conversion-factor/m-p/5067541#M1177441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;---&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 10:33:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-savedata-error-with-conversion-factor/m-p/5067541#M1177441</guid>
      <dc:creator>iklovski</dc:creator>
      <dc:date>2009-04-02T10:33:46Z</dc:date>
    </item>
  </channel>
</rss>

