<?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: 'MD_CONVERT_MATERIAL_UNIT' error............ in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/md-convert-material-unit-error/m-p/3946194#M943687</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;   Do one thing just open tcode MM03, then enter your material number for which this fm is not working then press enter and select basic views, in the coming screen press CONTROL+F6 (function key F6) or Additional data. in the coming screen press on Units of measure tab. Check is there any entry with the same 'bag' and 'car'. If yes then this fm should work otherwise it wont work. And also i observed there is a double quotation in the below of your code, please remove that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;i_out_me = ''car'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Bujji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 May 2008 12:26:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-30T12:26:32Z</dc:date>
    <item>
      <title>'MD_CONVERT_MATERIAL_UNIT' error............</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/md-convert-material-unit-error/m-p/3946189#M943682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when i call the function module  'MD_CONVERT_MATERIAL_UNIT' like below:&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'MD_CONVERT_MATERIAL_UNIT'&lt;/P&gt;&lt;P&gt;   EXPORTING&lt;/P&gt;&lt;P&gt;    i_matnr                    = it_item-matnr&lt;/P&gt;&lt;P&gt;    i_in_me                    = 'bag'&lt;/P&gt;&lt;P&gt;    i_out_me                   = ''car'&lt;/P&gt;&lt;P&gt;    i_menge                    = 5000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;   E_MENGE                    = v_case&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ERROR_IN_APPLICATION       = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ERROR                      = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OTHERS                     = 3&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i got the error like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"There is no conversion factor for material MEDIUSA9X24OZ and unit of measure BAG"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls tell me the solution...............&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 11:37:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/md-convert-material-unit-error/m-p/3946189#M943682</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T11:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: 'MD_CONVERT_MATERIAL_UNIT' error............</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/md-convert-material-unit-error/m-p/3946190#M943683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;- Insure that you give the correct values to the function module : Internal format of unit of measure (conversion exit CUNIT using table T006A)&lt;/P&gt;&lt;P&gt;- If yes, check the material via MM03, are there any conversion factors for this part and those units.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 11:49:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/md-convert-material-unit-error/m-p/3946190#M943683</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2008-05-30T11:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: 'MD_CONVERT_MATERIAL_UNIT' error............</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/md-convert-material-unit-error/m-p/3946191#M943684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Babu,&lt;/P&gt;&lt;P&gt;This error is because for ur material there is no conversion factors maintained for the units u r passing to the FM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to MM02-&amp;gt;Select basic data view for this material-&amp;gt;Press Unit of measures push button in tool bar. Now check here whether the units u r passing to FM will not exist. Try to maintain appropriate conversions here n see. Ideally these things will be populated automatically when u create the material based on SPRO settings. Check with ur functional for maore details on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also Declare some variables/Constants of same type as of FM for these parameters(UOMs) and pass them in Capital letters and see. This may also be the point of problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vinod Kumar Vemuru on May 30, 2008 5:24 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 11:54:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/md-convert-material-unit-error/m-p/3946191#M943684</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-05-30T11:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: 'MD_CONVERT_MATERIAL_UNIT' error............</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/md-convert-material-unit-error/m-p/3946192#M943685</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;You have to pass the UOM from which you are converting into i_in_me and the UOM into which u have to convert into i_out_me .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;rwrd points if useful&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Bhupal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 11:56:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/md-convert-material-unit-error/m-p/3946192#M943685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T11:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: 'MD_CONVERT_MATERIAL_UNIT' error............</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/md-convert-material-unit-error/m-p/3946193#M943686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi vinod , the UOM is already there in mmo2.&lt;/P&gt;&lt;P&gt;wat can i do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 12:14:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/md-convert-material-unit-error/m-p/3946193#M943686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T12:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: 'MD_CONVERT_MATERIAL_UNIT' error............</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/md-convert-material-unit-error/m-p/3946194#M943687</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;   Do one thing just open tcode MM03, then enter your material number for which this fm is not working then press enter and select basic views, in the coming screen press CONTROL+F6 (function key F6) or Additional data. in the coming screen press on Units of measure tab. Check is there any entry with the same 'bag' and 'car'. If yes then this fm should work otherwise it wont work. And also i observed there is a double quotation in the below of your code, please remove that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;i_out_me = ''car'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Bujji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 12:26:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/md-convert-material-unit-error/m-p/3946194#M943687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T12:26:32Z</dc:date>
    </item>
  </channel>
</rss>

