<?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 Function module CF_UT_UNIT_CONVERSION bdc_field_overflow error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-cf-ut-unit-conversion-bdc-field-overflow-error/m-p/5528007#M1263073</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the data type length is 13 for one of our fields. however the same is being passed onto function module CF_UT_UNIT_CONVERSION, the import parameter data type length is 9 due to which the system is giving error BCD_field_overflow error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;due to above, we are not able to create and save sales order in VA01. basically when we put too large a qty of let's say 45 lacs units, the system gives the above error. the function module is used in  a Zsmartform  which is called when we saves the sales order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to correct or is there any other FM .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Apr 2009 07:49:10 GMT</pubDate>
    <dc:creator>former_member208541</dc:creator>
    <dc:date>2009-04-13T07:49:10Z</dc:date>
    <item>
      <title>Function module CF_UT_UNIT_CONVERSION bdc_field_overflow error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-cf-ut-unit-conversion-bdc-field-overflow-error/m-p/5528007#M1263073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the data type length is 13 for one of our fields. however the same is being passed onto function module CF_UT_UNIT_CONVERSION, the import parameter data type length is 9 due to which the system is giving error BCD_field_overflow error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;due to above, we are not able to create and save sales order in VA01. basically when we put too large a qty of let's say 45 lacs units, the system gives the above error. the function module is used in  a Zsmartform  which is called when we saves the sales order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to correct or is there any other FM .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2009 07:49:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-cf-ut-unit-conversion-bdc-field-overflow-error/m-p/5528007#M1263073</guid>
      <dc:creator>former_member208541</dc:creator>
      <dc:date>2009-04-13T07:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Function module CF_UT_UNIT_CONVERSION bdc_field_overflow error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-cf-ut-unit-conversion-bdc-field-overflow-error/m-p/5528008#M1263074</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;Simplest  would be you always pass say Qty of 100 ( fix, irrespective of the sales order qty ) &amp;amp; once FM returns the qty after conversion , you can always mathematically determine what would be the converted qty for aq given sales order qty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raju Chitale&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Raju Chitale on Apr 13, 2009 11:10 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Raju Chitale on Apr 13, 2009 11:14 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2009 09:10:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-cf-ut-unit-conversion-bdc-field-overflow-error/m-p/5528008#M1263074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-13T09:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Function module CF_UT_UNIT_CONVERSION bdc_field_overflow error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-cf-ut-unit-conversion-bdc-field-overflow-error/m-p/5528009#M1263075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thanks for the response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but where we shud check the same i.e place the code.  it is a satandard function module and i think no changes can be done even through acess key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2009 09:28:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-cf-ut-unit-conversion-bdc-field-overflow-error/m-p/5528009#M1263075</guid>
      <dc:creator>former_member208541</dc:creator>
      <dc:date>2009-04-13T09:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Function module CF_UT_UNIT_CONVERSION bdc_field_overflow error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-cf-ut-unit-conversion-bdc-field-overflow-error/m-p/5528010#M1263076</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;Try this FM &lt;STRONG&gt;MD_CONVERT_MATERIAL_UNIT&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raju.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2009 09:40:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-cf-ut-unit-conversion-bdc-field-overflow-error/m-p/5528010#M1263076</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-13T09:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Function module CF_UT_UNIT_CONVERSION bdc_field_overflow error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-cf-ut-unit-conversion-bdc-field-overflow-error/m-p/5528011#M1263077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of using this FM use underlying FM from 'CF_UT_UNIT_CONVERSION'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are not passing material then use UNIT_CONVERSION_SIMPLE or MATERIAL_UNIT_CONVERSION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will resolve your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2009 09:43:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-cf-ut-unit-conversion-bdc-field-overflow-error/m-p/5528011#M1263077</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-13T09:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Function module CF_UT_UNIT_CONVERSION bdc_field_overflow error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-cf-ut-unit-conversion-bdc-field-overflow-error/m-p/5528012#M1263078</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 need to find out a suitable note &amp;amp; apply it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raju Chitale&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Raju Chitale on Apr 13, 2009 12:18 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2009 10:10:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-cf-ut-unit-conversion-bdc-field-overflow-error/m-p/5528012#M1263078</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-13T10:10:57Z</dc:date>
    </item>
  </channel>
</rss>

