<?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: Alternate UOM to Base UOM conversion using FM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternate-uom-to-base-uom-conversion-using-fm/m-p/529756#M19274</link>
    <description>&lt;P&gt;MEINS is the base unit of measure.&lt;/P&gt;
  &lt;P&gt;MEINH is the alternative unit of measure.&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;By default, it converts INPUT from MEINS to MEINH (KZMEINH = space).&lt;/P&gt;To do the opposite, pass KZMEINH = 'X'.
  &lt;P&gt;What you're currently doing is converting 1KU to ?CS, and as you defined 1CS=10KU so it returns 0.1. If you pass KZMEINH='X', then you'll be converting 1CS to ?KU, so it will return 10.&lt;/P&gt;</description>
    <pubDate>Tue, 26 Sep 2017 12:56:27 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2017-09-26T12:56:27Z</dc:date>
    <item>
      <title>Alternate UOM to Base UOM conversion using FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternate-uom-to-base-uom-conversion-using-fm/m-p/529753#M19271</link>
      <description>&lt;P&gt;We are using MATERIAL_UNIT_CONVERSION for conversion. We passed MENGE, MATNR, MEINS and MEINH to the FM.&lt;/P&gt;
  &lt;P&gt;I have material: MATERIAL1 with KU as Base UOM.&lt;/P&gt;
  &lt;P&gt;in Alternate UOM (MM03 -&amp;gt; Additional Details -&amp;gt; Unit of Measure) we have the following details:&lt;/P&gt;
  &lt;P&gt;1CS &amp;lt;=&amp;gt; 10KU&lt;/P&gt;
  &lt;P&gt;When I enter 1CS, the BAPI will have the following parameter:&lt;/P&gt;
  &lt;P&gt;INPUT = 1&lt;/P&gt;
  &lt;P&gt;MATNR = MATERIAL1&lt;/P&gt;
  &lt;P&gt;MEINS = KU&lt;/P&gt;
  &lt;P&gt;MEINH = CS&lt;/P&gt;
  &lt;P&gt;When we check the output, it gives 0.1 as result. We expect a '10' of result. We are wondering how it happened. Can anyone advise what to do?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2017 09:50:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alternate-uom-to-base-uom-conversion-using-fm/m-p/529753#M19271</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-09-26T09:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate UOM to Base UOM conversion using FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternate-uom-to-base-uom-conversion-using-fm/m-p/529754#M19272</link>
      <description>&lt;P&gt;&lt;/P&gt;
  &lt;P&gt;MATERIAL_UNIT_CONVERSION is not a BAPI, it's a classic function module.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2017 10:12:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alternate-uom-to-base-uom-conversion-using-fm/m-p/529754#M19272</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2017-09-26T10:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate UOM to Base UOM conversion using FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternate-uom-to-base-uom-conversion-using-fm/m-p/529755#M19273</link>
      <description>&lt;P&gt;Thanks mate! I edited the title. About the topic, can you advise what to do?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2017 10:20:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alternate-uom-to-base-uom-conversion-using-fm/m-p/529755#M19273</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-09-26T10:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate UOM to Base UOM conversion using FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternate-uom-to-base-uom-conversion-using-fm/m-p/529756#M19274</link>
      <description>&lt;P&gt;MEINS is the base unit of measure.&lt;/P&gt;
  &lt;P&gt;MEINH is the alternative unit of measure.&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;By default, it converts INPUT from MEINS to MEINH (KZMEINH = space).&lt;/P&gt;To do the opposite, pass KZMEINH = 'X'.
  &lt;P&gt;What you're currently doing is converting 1KU to ?CS, and as you defined 1CS=10KU so it returns 0.1. If you pass KZMEINH='X', then you'll be converting 1CS to ?KU, so it will return 10.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2017 12:56:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alternate-uom-to-base-uom-conversion-using-fm/m-p/529756#M19274</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2017-09-26T12:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate UOM to Base UOM conversion using FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternate-uom-to-base-uom-conversion-using-fm/m-p/529757#M19275</link>
      <description>&lt;P&gt;Thank you so much! I added the parameter in exporting and it worked as expected. Gracias!!!!&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2017 03:23:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alternate-uom-to-base-uom-conversion-using-fm/m-p/529757#M19275</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-09-27T03:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate UOM to Base UOM conversion using FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternate-uom-to-base-uom-conversion-using-fm/m-p/529758#M19276</link>
      <description>&lt;P&gt;Now, if only SAP bothered to add your answer to the official documentation of that module...&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2022 14:35:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alternate-uom-to-base-uom-conversion-using-fm/m-p/529758#M19276</guid>
      <dc:creator>abo</dc:creator>
      <dc:date>2022-04-11T14:35:33Z</dc:date>
    </item>
  </channel>
</rss>

