<?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: Regarding Datatypes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-datatypes/m-p/4266271#M1017965</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;Try with N(Numeric) or P(Packed) type instead of Char. it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for further detail check&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb2fd9358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb2fd9358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anirban&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Aug 2008 03:29:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-05T03:29:37Z</dc:date>
    <item>
      <title>Regarding Datatypes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-datatypes/m-p/4266270#M1017964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For my calculation purpose i'm using Charater datatype,&lt;/P&gt;&lt;P&gt;So the issue here is, I'm getting *(asterik) for the first value in the internal table, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot use integer bcoz for some records there are no calculation, so for that it had to display space, but if we use integer we will get 0(zero).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So please suggest wat is the  way to avoid * for the first record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 03:17:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-datatypes/m-p/4266270#M1017964</guid>
      <dc:creator>rohit_kaikala</dc:creator>
      <dc:date>2008-08-05T03:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Datatypes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-datatypes/m-p/4266271#M1017965</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;Try with N(Numeric) or P(Packed) type instead of Char. it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for further detail check&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb2fd9358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb2fd9358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anirban&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 03:29:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-datatypes/m-p/4266271#M1017965</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-05T03:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Datatypes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-datatypes/m-p/4266272#M1017966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go with num.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sure you are also refreshing the table before fetching the data into that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Type N&lt;/STRONG&gt; is a text type, not a numeric data type (although its values are strings of digits), because the strings are not used for calculation purposes. Typical examples of type N fields are account and article numbers (provided they contain only digits), as well as the sub-fields of date and time fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;calculations involving packed &lt;STRONG&gt;numbers (type P)&lt;/STRONG&gt; are programmed, and thus noticeably slower. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Type F values range from &lt;EM&gt;/- 2.2250738585072014E-308 to 1.7976931348623157E&lt;/EM&gt;308, as well as the number 0, with an accuracy of at least 15 decimal places. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I Guess go for the Num data type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do have a look when using the data type if in case its large data dont go for packed .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mohinder&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 03:53:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-datatypes/m-p/4266272#M1017966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-05T03:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Datatypes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-datatypes/m-p/4266273#M1017967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rohit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to suggest a couple of references,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[SDN Weblog Code Gallery - Standard Reference for Automatic Calculation of Totals in Table Controls - See Avoiding Asterisks ( Refer: See what's going whatu2019s going on Section)|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/9802] &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[SDN - Reference - Passing asterick with Table name in programs|&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="338151"&gt;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that's usefull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck &amp;amp; Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Harsh Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 05:17:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-datatypes/m-p/4266273#M1017967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-05T05:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Datatypes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-datatypes/m-p/4266274#M1017968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 11:32:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-datatypes/m-p/4266274#M1017968</guid>
      <dc:creator>rohit_kaikala</dc:creator>
      <dc:date>2008-12-24T11:32:13Z</dc:date>
    </item>
  </channel>
</rss>

