<?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 TYPE conversion / translate in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-conversion-translate/m-p/3938386#M942355</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;Is there a Function Module available for converting a number in the format:&lt;/P&gt;&lt;P&gt;	example: 1.200000000000000E+03&lt;/P&gt;&lt;P&gt;to an hour?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, then do I have to convert it myself (the +03 at the stand stands for the number of place to move the decimal to the right, making the converted number 1200.00 hours)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jun 2008 21:31:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-03T21:31:15Z</dc:date>
    <item>
      <title>TYPE conversion / translate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-conversion-translate/m-p/3938386#M942355</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;Is there a Function Module available for converting a number in the format:&lt;/P&gt;&lt;P&gt;	example: 1.200000000000000E+03&lt;/P&gt;&lt;P&gt;to an hour?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, then do I have to convert it myself (the +03 at the stand stands for the number of place to move the decimal to the right, making the converted number 1200.00 hours)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 21:31:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-conversion-translate/m-p/3938386#M942355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-03T21:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: TYPE conversion / translate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-conversion-translate/m-p/3938387#M942356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just move it to another numeric type, like p&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
data: hour type f value '1200',
      hour_p type p,
      hour_i type i,
      hour_n(5) type n.
hour_n = hour_p = hour_i = hour.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 21:44:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-conversion-translate/m-p/3938387#M942356</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-03T21:44:23Z</dc:date>
    </item>
  </channel>
</rss>

