<?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: Conversion Issue: CX_SY_CONVERSION_OVERFLOW in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-issue-cx-sy-conversion-overflow/m-p/5988489#M1342044</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes from -2&lt;SUP&gt;(32-1) to 2&lt;/SUP&gt;(32-1) - 1, old memories...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Aug 2009 13:14:30 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2009-08-10T13:14:30Z</dc:date>
    <item>
      <title>Conversion Issue: CX_SY_CONVERSION_OVERFLOW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-issue-cx-sy-conversion-overflow/m-p/5988485#M1342040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are having problem in one of our program.There is a conversion of data type P(length 11) to Data type I for one of the field(Key figure in SAP-BI).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data is getting converted correctly when the field value is less than &amp;lt; 2,200,000,000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But whenever the value of field is more than 2,200,000,000 it is giving &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Runtime Errors         BCD_OVERFLOW".&lt;/P&gt;&lt;P&gt;Except.                CX_SY_CONVERSION_OVERFLOW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The reason for the exception is:&lt;/P&gt;&lt;P&gt; In the current arithmetic operation with operands of type P an overflow&lt;/P&gt;&lt;P&gt; has been detected. Possible causes are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 1. The result field of type P is too small to store the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 2. The result or an intermediate result has more than 31 decimal places.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a problem in Converion routine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help on this is hghly appreciated.&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;Ashitosh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 12:55:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-issue-cx-sy-conversion-overflow/m-p/5988485#M1342040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-10T12:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion Issue: CX_SY_CONVERSION_OVERFLOW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-issue-cx-sy-conversion-overflow/m-p/5988486#M1342041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It is because the field is too small to hold the value.&lt;/P&gt;&lt;P&gt;Get a field of a data type which can hold a large value.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Try using a data element whose domain is DECV23_2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur Parab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 13:05:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-issue-cx-sy-conversion-overflow/m-p/5988486#M1342041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-10T13:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion Issue: CX_SY_CONVERSION_OVERFLOW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-issue-cx-sy-conversion-overflow/m-p/5988487#M1342042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From [Numeric Data Types|http://help.sap.com/abapdocu/en/ABENNUMBER_TYPES.htm]&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;The data type of integers, i, has a value range of -2.147.483.648 to +2.147.483.647&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;So your field will never be able to contain a value as large as 2,200,000,000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 13:07:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-issue-cx-sy-conversion-overflow/m-p/5988487#M1342042</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2009-08-10T13:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion Issue: CX_SY_CONVERSION_OVERFLOW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-issue-cx-sy-conversion-overflow/m-p/5988488#M1342043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;2^31 is what? These are computer basics....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 13:08:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-issue-cx-sy-conversion-overflow/m-p/5988488#M1342043</guid>
      <dc:creator>rainer_hbenthal</dc:creator>
      <dc:date>2009-08-10T13:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion Issue: CX_SY_CONVERSION_OVERFLOW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-issue-cx-sy-conversion-overflow/m-p/5988489#M1342044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes from -2&lt;SUP&gt;(32-1) to 2&lt;/SUP&gt;(32-1) - 1, old memories...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 13:14:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-issue-cx-sy-conversion-overflow/m-p/5988489#M1342044</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2009-08-10T13:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion Issue: CX_SY_CONVERSION_OVERFLOW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-issue-cx-sy-conversion-overflow/m-p/5988490#M1342045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Raymond for your valuable inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls suggest the data type which will solve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are further calculations with the help of this filed.Which data type will be a better choice for me to go with.This is a BI system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 15:35:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-issue-cx-sy-conversion-overflow/m-p/5988490#M1342045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-10T15:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion Issue: CX_SY_CONVERSION_OVERFLOW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-issue-cx-sy-conversion-overflow/m-p/5988491#M1342046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to use type F (floating point)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to convert floating to type p you need to use an intermediate parameter of type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F &amp;gt; C then C &amp;gt; P&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use 'FLTP_CHAR_CONVERSION' to convert floating value to Charac&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 20:02:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-issue-cx-sy-conversion-overflow/m-p/5988491#M1342046</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-08-10T20:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion Issue: CX_SY_CONVERSION_OVERFLOW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-issue-cx-sy-conversion-overflow/m-p/5988492#M1342047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here conversion of data type from P to I is taking place.Now I need to look for other data type which will not effect my further calculations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I use the data type P with some considerations like, I should not get decimals in my final value Initial value may contain decimals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls suggest data type to resolve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 06:00:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-issue-cx-sy-conversion-overflow/m-p/5988492#M1342047</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-11T06:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Conversion Issue: CX_SY_CONVERSION_OVERFLOW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-issue-cx-sy-conversion-overflow/m-p/5988493#M1342048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Follow SAP advocacy ([Numeric Data Types - Hints on Use |http://help.sap.com/abapdocu/en/ABENNUMBER_TYPES_HINTS.htm])&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;If you need whole numbers, use data type i.&lt;/P&gt;&lt;P&gt;If the [value range|http://help.sap.com/abapdocu/en/ABENBUILT_IN_TYPES_VALUES.htm] of i is too small, use [packed numbers|http://help.sap.com/abapdocu/en/ABENPACKED_NUMBER_GLOSRY.htm] without fractional portions. If the value range of the packed numbers is too small, use [decimal floating point numbers|http://help.sap.com/abapdocu/en/ABENDECFLOAT_GLOSRY.htm]. &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 06:07:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/conversion-issue-cx-sy-conversion-overflow/m-p/5988493#M1342048</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2009-08-11T06:07:31Z</dc:date>
    </item>
  </channel>
</rss>

