<?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 data declaration in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-data-declaration/m-p/1582007#M262563</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; Better you declare it as integer.&lt;/P&gt;&lt;P&gt; If you declare it as numeric, you need to know what will be the upper limit to the no. of customers. Ofcourse, integer also has a limit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:  v_cnt(4) type n. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it can not hold greater than 9999. So, better declare as integer instead of numeric as you dont know the no of customers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sailaja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Sep 2006 13:56:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-21T13:56:27Z</dc:date>
    <item>
      <title>Regarding data declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-data-declaration/m-p/1582001#M262557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am writing a report based on the number of customers. &lt;/P&gt;&lt;P&gt;For ex: if the number of customers are greater than 50, peform this, if the number of customers are greater than 100, perform that etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is - Should I declare 'number of customers' as integer or numeric ? What difference does it make?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your input,&lt;/P&gt;&lt;P&gt;Krishen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 13:44:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-data-declaration/m-p/1582001#M262557</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T13:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding data declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-data-declaration/m-p/1582002#M262558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No difference really since you are not storing the value in a table.  Just use integar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The value is the same, but with a numeric, it is stored with leading zeros,  with integar, it is just the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 13:47:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-data-declaration/m-p/1582002#M262558</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-09-21T13:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding data declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-data-declaration/m-p/1582003#M262559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rich!&lt;/P&gt;&lt;P&gt;If I store the value in a table, should I use numeric ? If so, why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Krishen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Krishen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 13:48:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-data-declaration/m-p/1582003#M262559</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T13:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding data declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-data-declaration/m-p/1582004#M262560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi kishen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since its customer u declare it integer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;anver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mark all hlpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 13:49:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-data-declaration/m-p/1582004#M262560</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-09-21T13:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding data declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-data-declaration/m-p/1582005#M262561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no difference you can use either of the way ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 13:49:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-data-declaration/m-p/1582005#M262561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T13:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding data declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-data-declaration/m-p/1582006#M262562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It really depends on how you plan to use this value.  If it is strictly a counter type of field,  either type would be ok.&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, 21 Sep 2006 13:51:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-data-declaration/m-p/1582006#M262562</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-09-21T13:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding data declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-data-declaration/m-p/1582007#M262563</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; Better you declare it as integer.&lt;/P&gt;&lt;P&gt; If you declare it as numeric, you need to know what will be the upper limit to the no. of customers. Ofcourse, integer also has a limit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:  v_cnt(4) type n. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it can not hold greater than 9999. So, better declare as integer instead of numeric as you dont know the no of customers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sailaja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 13:56:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-data-declaration/m-p/1582007#M262563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T13:56:27Z</dc:date>
    </item>
  </channel>
</rss>

