<?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: unit conversion in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unit-conversion/m-p/2424024#M541338</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this FM :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UNIT_CONVERSION_SIMPLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~ Laxmi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Reward helpful answers&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jun 2007 11:43:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-21T11:43:15Z</dc:date>
    <item>
      <title>unit conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unit-conversion/m-p/2424021#M541335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt; i need a function module, which will convert the different unit into one unit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if for e.g i am possing some gms,kgs and so on.. weight to it, the output is in any one of the unit weight.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz reply to it..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 11:38:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unit-conversion/m-p/2424021#M541335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T11:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: unit conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unit-conversion/m-p/2424022#M541336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chk UNIT_CONVERSION_SAMPLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also chk this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CF_UT_UNIT_CONVERSION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some Insights-&lt;/P&gt;&lt;P&gt;Unit conversions&lt;/P&gt;&lt;P&gt;with NW2004s the HOW-TO GUIDE for qty conversion is obsolete.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/27/b65c42b4e05542e10000000a1550b0/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/27/b65c42b4e05542e10000000a1550b0/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As of SAP NetWeaver 2004s you can create quantity conversion types using transaction RSUOM. &lt;/P&gt;&lt;P&gt;The business transaction rules of the conversion are established in the quantity conversion type. The conversion type is a combination of different parameters (conversion factors, source and target units of measure) that determine how the &lt;/P&gt;&lt;P&gt;conversion is performed.&lt;/P&gt;&lt;P&gt;In terms of functionality, quantity conversion is structured similarly to currency translation.&lt;/P&gt;&lt;P&gt;Quantity conversion allows you to convert key figures with units that have different units of measure in the source system into a uniform unit of measure in the BI system when you update them into InfoCubes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/27/b38c4284a8c353e10000000a1550b0/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/27/b38c4284a8c353e10000000a1550b0/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is entered in ODS table linked to info object (0material)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you need to do basically is-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 ) Goto your infoobject for eg- 0material&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 ) In Info object Maintenance- Tab page- Bex Explorer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3 ) Enter 0BASE_UOM in Base unit of measure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4 ) Generate UOM ODS (System generates it with prefix UOM)&lt;/P&gt;&lt;P&gt;It is made of 4 fields (1 more in case of compounding) with SID for them. This is the place where you enter numerator and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;denominator to calculate conversion factor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5 ) Load the UOM ODS with conversion from 0MAT_UNIT_ATTR or flat file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6 ) Define conversion type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7 ) In the conversion type, then you can select 0Material in the dynamic determination of conversion factor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8 ) Select source unit and target unit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more help refer SAP help file on NW2004s. It is comprehensive and even explain - How to do unit conversion in &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;transformation rule?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/4f/707242df019c60e10000000a1550b0/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/4f/707242df019c60e10000000a1550b0/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it Helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 11:40:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unit-conversion/m-p/2424022#M541336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T11:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: unit conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unit-conversion/m-p/2424023#M541337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Try the fun modules&lt;/P&gt;&lt;P&gt;UNIT_CONVERSION_SIMPLE&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;MD_CONVERT_MATERIAL_UNIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 11:42:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unit-conversion/m-p/2424023#M541337</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T11:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: unit conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unit-conversion/m-p/2424024#M541338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this FM :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UNIT_CONVERSION_SIMPLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~ Laxmi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Reward helpful answers&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 11:43:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unit-conversion/m-p/2424024#M541338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T11:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: unit conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unit-conversion/m-p/2424025#M541339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FM:  MD_CONVERT_MATERIAL_UNIT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 11:45:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unit-conversion/m-p/2424025#M541339</guid>
      <dc:creator>alex_m</dc:creator>
      <dc:date>2007-06-21T11:45:26Z</dc:date>
    </item>
  </channel>
</rss>

