<?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: Table T006 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-t006/m-p/7331311#M1538265</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;The units i.e. CCM &amp;amp; M3 belong to the same dimesion (Volume)&lt;/P&gt;&lt;P&gt;Let me describe it with an example:&lt;/P&gt;&lt;P&gt;In the FM UNIT_CONVERSION_SIMPLE, I passed the following values:&lt;/P&gt;&lt;P&gt;Input quantity = 2&lt;/P&gt;&lt;P&gt;Input Unit = CCM  (Since incoming unit is CCM)&lt;/P&gt;&lt;P&gt;Output Unit = M3  (Since I want to convert CCM to M3)&lt;/P&gt;&lt;P&gt;After executing this FM, I get the output as :&lt;/P&gt;&lt;P&gt;Output quantity = 1,9999999999999999E-06&lt;/P&gt;&lt;P&gt;Now I want to cross check whether this output is correct or not.&lt;/P&gt;&lt;P&gt;So I went to table T006 and I entered CCM in the MSEHI field. I can see one entry for this unit.&lt;/P&gt;&lt;P&gt;Now my question is : what should I check in this table T006 so that I will come to know whether the output is correct or not?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Oct 2010 12:40:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-10-19T12:40:42Z</dc:date>
    <item>
      <title>Table T006</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-t006/m-p/7331309#M1538263</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 want to do volume conversion from CCM, CDM to M3.&lt;/P&gt;&lt;P&gt;So I have used the Function module UNIT_CONVERSION_SIMPLE.&lt;/P&gt;&lt;P&gt;When I execute this FM through program, I get the output but how to check whether the output given by this FM is correct or not.&lt;/P&gt;&lt;P&gt;This FM is based on table T006. So I entered CCM in the field MSEHI of the table T006. Now what should I check so that I will come to know whether the output is correct or not?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Nitin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Oct 2010 12:02:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-t006/m-p/7331309#M1538263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-19T12:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Table T006</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-t006/m-p/7331310#M1538264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;UNIT_CONVERSION_SIMPLE is released to customers since more than ten years. It works OK based on what it finds in T006 and T006D, period.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try converting units within the same dimension where you know the relation and confirm with your calculator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check table T006D for the base unit of each dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Oct 2010 12:21:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-t006/m-p/7331310#M1538264</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2010-10-19T12:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Table T006</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-t006/m-p/7331311#M1538265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;The units i.e. CCM &amp;amp; M3 belong to the same dimesion (Volume)&lt;/P&gt;&lt;P&gt;Let me describe it with an example:&lt;/P&gt;&lt;P&gt;In the FM UNIT_CONVERSION_SIMPLE, I passed the following values:&lt;/P&gt;&lt;P&gt;Input quantity = 2&lt;/P&gt;&lt;P&gt;Input Unit = CCM  (Since incoming unit is CCM)&lt;/P&gt;&lt;P&gt;Output Unit = M3  (Since I want to convert CCM to M3)&lt;/P&gt;&lt;P&gt;After executing this FM, I get the output as :&lt;/P&gt;&lt;P&gt;Output quantity = 1,9999999999999999E-06&lt;/P&gt;&lt;P&gt;Now I want to cross check whether this output is correct or not.&lt;/P&gt;&lt;P&gt;So I went to table T006 and I entered CCM in the MSEHI field. I can see one entry for this unit.&lt;/P&gt;&lt;P&gt;Now my question is : what should I check in this table T006 so that I will come to know whether the output is correct or not?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Oct 2010 12:40:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-t006/m-p/7331311#M1538265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-19T12:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Table T006</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-t006/m-p/7331312#M1538266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I tried saying is that you don't need to check what T006 contains, because this FM works correctly with the values it finds in T006.&lt;/P&gt;&lt;P&gt;For your example, 2 ccm correctly translates to 0.000002 m3 (round about 1,9999999999999999E-06).&lt;/P&gt;&lt;P&gt;If you still must check the settings, you'll have to factor in ZAEHL and NENNR in T006 for unit CCM compared to target (and in this case dimension) unit M3 (should be 1 to 1,000,000)&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Oct 2010 13:49:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-t006/m-p/7331312#M1538266</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2010-10-19T13:49:09Z</dc:date>
    </item>
  </channel>
</rss>

