<?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>Question Re: data type xsd:decimal in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/data-type-xsd-decimal/qaa-p/5851618#M2160453</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any specific reason for this condition?&lt;/P&gt;&lt;P&gt;If I want to have a range higher or lesser than this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no point declaring decimal for which SAP transforms and sends string .&lt;/P&gt;&lt;P&gt;Can you please provide me the exact link?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jul 2009 21:54:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-09T21:54:10Z</dc:date>
    <item>
      <title>data type xsd:decimal</title>
      <link>https://community.sap.com/t5/technology-q-a/data-type-xsd-decimal/qaq-p/5851616</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;If you declare a field type as "xsd:decimal" and activate proxy, it makes the ABAP technical type as "String" of type xsd:decimal.&lt;/P&gt;&lt;P&gt;similarly if u make that variable with a entry in total no of digits then it gets activated with xsd:decimal and ABAP type DECIMAL.&lt;/P&gt;&lt;P&gt;I tested on 7.1 and 7.0 SP13. same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont see this problem with integer. has any one noticed this?&lt;/P&gt;&lt;P&gt;is this a bug or has SAP has some reason before making this functionality?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has any one faced the similar problem earlier?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Venkat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Venkat A on Jul 8, 2009 12:54 AM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2009 04:26:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/data-type-xsd-decimal/qaq-p/5851616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-08T04:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: data type xsd:decimal</title>
      <link>https://community.sap.com/t5/technology-q-a/data-type-xsd-decimal/qaa-p/5851617#M2160452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;               While converting xsd:decimal to ABAP's DECIMAL type, the source decimal has condition like &lt;STRONG&gt;Decimal with fractionDigits&amp;lt;=14, totalDigits&amp;lt;=31&lt;/STRONG&gt;, It has specified in sap help.  If the source xsd:decimal is with in this limits then only it'll convert into ABAP's DECIMAL type. For xsd:int there is so such conditions or limits to convert, that is the reason why xsd:int to ABAP INT conversion works fine in your case. For xsd:decimal other than the specifid range it might convert into String, perhaps that was what hapnning in your case,it's not bug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prasanna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2009 06:37:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/data-type-xsd-decimal/qaa-p/5851617#M2160452</guid>
      <dc:creator>prasannakrishna_mynam</dc:creator>
      <dc:date>2009-07-08T06:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: data type xsd:decimal</title>
      <link>https://community.sap.com/t5/technology-q-a/data-type-xsd-decimal/qaa-p/5851618#M2160453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any specific reason for this condition?&lt;/P&gt;&lt;P&gt;If I want to have a range higher or lesser than this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no point declaring decimal for which SAP transforms and sends string .&lt;/P&gt;&lt;P&gt;Can you please provide me the exact link?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2009 21:54:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/data-type-xsd-decimal/qaa-p/5851618#M2160453</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-09T21:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: data type xsd:decimal</title>
      <link>https://community.sap.com/t5/technology-q-a/data-type-xsd-decimal/qaa-p/5851619#M2160454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                The reason behind this, i don't have idea,  you can  refer the below link where the conversion range has specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/de/705c3c3806af06e10000000a11402f/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/de/705c3c3806af06e10000000a11402f/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regads,&lt;/P&gt;&lt;P&gt;Prasanna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2009 05:13:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/data-type-xsd-decimal/qaa-p/5851619#M2160454</guid>
      <dc:creator>prasannakrishna_mynam</dc:creator>
      <dc:date>2009-07-10T05:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: data type xsd:decimal</title>
      <link>https://community.sap.com/t5/technology-q-a/data-type-xsd-decimal/qaa-p/5851620#M2160455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Prasanna.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hello experts, does any one know why string value is declared as ABAP type for decimal value lying outside the specified range?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2009 12:01:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/data-type-xsd-decimal/qaa-p/5851620#M2160455</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-10T12:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: data type xsd:decimal</title>
      <link>https://community.sap.com/t5/technology-q-a/data-type-xsd-decimal/qaa-p/5851621#M2160456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi venkat ,&lt;/P&gt;&lt;P&gt;   31 Digits of decimal with 14 decimal digits would give you the possibility of handling a number as big as &lt;/P&gt;&lt;P&gt;9999999999999999.99999999999999&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In real life scenarios, i do not think anyone would be dealing with such astronomically large values, unless you are dealing with the weight of earth or the distance between stars ..:) and 14 decimals of precision is also very rare, unless you want to measure the diameter of an atom or something...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know my answer is based on the premise of common sense, I would wait along with you for a more technical answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi Kanth Talagana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2009 12:18:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/data-type-xsd-decimal/qaa-p/5851621#M2160456</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-10T12:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: data type xsd:decimal</title>
      <link>https://community.sap.com/t5/technology-q-a/data-type-xsd-decimal/qaa-p/5851622#M2160457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here in my scenario, it would be sufficient to deal human weight only... Hence, i dont need such a huge numbers &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I wasnt aware of this fact about pi decimal to abap string and declared the field as "decimal"only without any range for which ABAP type was string which is not processing if we send decimal values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2009 13:47:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/data-type-xsd-decimal/qaa-p/5851622#M2160457</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-10T13:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: data type xsd:decimal</title>
      <link>https://community.sap.com/t5/technology-q-a/data-type-xsd-decimal/qaa-p/5851623#M2160458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi venkat,&lt;/P&gt;&lt;P&gt;   When you say "Not processing" what exactly is happening?&lt;/P&gt;&lt;P&gt;By the way, this a server proxy correct?&lt;/P&gt;&lt;P&gt;So, when you send  a decimal value from XI to the Proxy, then it is treated as a string and what happens next?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2009 14:01:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/data-type-xsd-decimal/qaa-p/5851623#M2160458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-10T14:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: data type xsd:decimal</title>
      <link>https://community.sap.com/t5/technology-q-a/data-type-xsd-decimal/qaa-p/5851624#M2160459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MONI, RWB Mesg monitor - shows succesful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The CC shows :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scenario 1:&lt;/P&gt;&lt;P&gt;with XI - Decimal ABAP - String - Error message as above&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scenario 2:&lt;/P&gt;&lt;P&gt;with XI - Decimal ABAP - String -  on PI for decimal fields I did a UDF with parseFloat.&lt;/P&gt;&lt;P&gt;Result : working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scenario 3: &lt;/P&gt;&lt;P&gt;With PI- Decimal ( with total digits and fractions ) , ABAP - DEC .&lt;/P&gt;&lt;P&gt;without above UDF in PI&lt;/P&gt;&lt;P&gt;Result :  Same error message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scenario 4: &lt;/P&gt;&lt;P&gt;With PI- Decimal ( with total digits and fractions ) , ABAP - DEC .&lt;/P&gt;&lt;P&gt;with above UDF in PI&lt;/P&gt;&lt;P&gt;Result :  Same error message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only scenario 2 is working now.&lt;/P&gt;&lt;P&gt;I am confused to trade the exact problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2009 16:49:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/data-type-xsd-decimal/qaa-p/5851624#M2160459</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-10T16:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: data type xsd:decimal</title>
      <link>https://community.sap.com/t5/technology-q-a/data-type-xsd-decimal/qaa-p/5851625#M2160460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Standard definition of xs:decimal is unlimited number of digits. So to properly convert xs:decimal type for all cases, you would need to use String type, because ABAP decimal type has limitations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 14:31:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/data-type-xsd-decimal/qaa-p/5851625#M2160460</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-27T14:31:50Z</dc:date>
    </item>
  </channel>
</rss>

