<?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: Exponential number in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/exponential-number/m-p/1233559#M140021</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to assign to a type F field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Apr 2006 00:53:27 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2006-04-06T00:53:27Z</dc:date>
    <item>
      <title>Exponential number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exponential-number/m-p/1233557#M140019</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 a .txt file that I'm uploading to a Z table.&lt;/P&gt;&lt;P&gt;In the .txt file I have some numbers like 7.77E-10 that are giving me problems when I try to assign it to a field of type DEC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone have an idea of what do I need to do to solve this problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2006 00:12:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exponential-number/m-p/1233557#M140019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-06T00:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Exponential number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exponential-number/m-p/1233558#M140020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The error that I receive is "Unable to interpret "7.77E-10" as a number"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2006 00:18:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exponential-number/m-p/1233558#M140020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-06T00:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Exponential number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exponential-number/m-p/1233559#M140021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to assign to a type F field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2006 00:53:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exponential-number/m-p/1233559#M140021</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-04-06T00:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Exponential number</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exponential-number/m-p/1233560#M140022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what you actually have is a character field that you need to convert to a float...try this:&lt;/P&gt;&lt;P&gt;data f type f.                            &lt;/P&gt;&lt;P&gt;                                          &lt;/P&gt;&lt;P&gt;data c(20) type c value '7.77E-10'.       &lt;/P&gt;&lt;P&gt;                               &lt;/P&gt;&lt;P&gt;call function 'CHAR_FLTP_CONVERSION'      &lt;/P&gt;&lt;P&gt;exporting string = c                      &lt;/P&gt;&lt;P&gt;importing flstr = f.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2006 00:54:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exponential-number/m-p/1233560#M140022</guid>
      <dc:creator>former_member186741</dc:creator>
      <dc:date>2006-04-06T00:54:03Z</dc:date>
    </item>
  </channel>
</rss>

