<?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: fields type problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-type-problem/m-p/3279566#M784295</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;Please try to use data type F (Floating point number) or I (Integer) for your sum calculation.&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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Jan 2008 16:25:13 GMT</pubDate>
    <dc:creator>ferry_lianto</dc:creator>
    <dc:date>2008-01-07T16:25:13Z</dc:date>
    <item>
      <title>fields type problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-type-problem/m-p/3279559#M784288</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 have to take care in program that have dump(not mine), what happen is that the program doing sum to field type char10 but it sum fields (10 fields) of curr 15.2 and when i check in the debuger (the fields of doing sum into)i  see number&lt;/P&gt;&lt;P&gt;like *052364588 (num with asterisk  ) i dont now way the program is working like that but what can be the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Jan 2008 21:32:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-type-problem/m-p/3279559#M784288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-06T21:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: fields type problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-type-problem/m-p/3279560#M784289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It shows the value has exceeded the &lt;STRONG&gt;sum field length of 10&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats the reason why you are seeing  *&lt;STRONG&gt;052364588&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to increase the field length, such that it holds the summation value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vinodh Balakrishnan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Jan 2008 21:43:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-type-problem/m-p/3279560#M784289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-06T21:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: fields type problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-type-problem/m-p/3279561#M784290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;you havev to increase the dimension of the field. from char10 to char17 or more.&lt;/P&gt;&lt;P&gt;bye &lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Jan 2008 22:39:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-type-problem/m-p/3279561#M784290</guid>
      <dc:creator>mnicolai_77</dc:creator>
      <dc:date>2008-01-06T22:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: fields type problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-type-problem/m-p/3279562#M784291</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;in st22 i get this erorr what it is?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the caller of the procedure could not have expected this exception&lt;/P&gt;&lt;P&gt; to occur, the running program was terminated.&lt;/P&gt;&lt;P&gt;The reason for the exception is:&lt;/P&gt;&lt;P&gt;The program attempted to interpret the value "*005926427" as a number, but&lt;/P&gt;&lt;P&gt;since the value contravenes the rules for correct number formats,&lt;/P&gt;&lt;P&gt;this was not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Integers are represented in ABAP using a sequence of digits and, in some&lt;/P&gt;&lt;P&gt;  cases, a preceding sign.&lt;/P&gt;&lt;P&gt; The system offers the following options for displaying floating point&lt;/P&gt;&lt;P&gt; numbers:&lt;/P&gt;&lt;P&gt;   [sign][mantissa]E[sign][exponent]&lt;/P&gt;&lt;P&gt;   [sign][whole number part].[fractional part]&lt;/P&gt;&lt;P&gt; e.g. -12E+34, +12E-34, 12E34, 12.34&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If the error occurred in one of your own programs or in an SAP program&lt;/P&gt;&lt;P&gt; that you modified, try to correct it yourself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 07:25:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-type-problem/m-p/3279562#M784291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T07:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: fields type problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-type-problem/m-p/3279563#M784292</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;any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 07:44:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-type-problem/m-p/3279563#M784292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T07:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: fields type problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-type-problem/m-p/3279564#M784293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Split &amp;lt;char variable&amp;gt; at * into &amp;lt;val1&amp;gt; ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the * is removed from ur value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now u can use that Val1 in ur calculations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;awrd points if useful&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bhupal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 07:49:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-type-problem/m-p/3279564#M784293</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T07:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: fields type problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-type-problem/m-p/3279565#M784294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i try it an let u now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 07:54:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-type-problem/m-p/3279565#M784294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-07T07:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: fields type problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fields-type-problem/m-p/3279566#M784295</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;Please try to use data type F (Floating point number) or I (Integer) for your sum calculation.&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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2008 16:25:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fields-type-problem/m-p/3279566#M784295</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2008-01-07T16:25:13Z</dc:date>
    </item>
  </channel>
</rss>

