<?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 Data element for integer in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-for-integer/m-p/1964004#M396065</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;       There is a  field 'NUM' in a custom database table it should store only integer values .What  will be the apt data element for this field? &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;Ruby.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Feb 2007 09:08:38 GMT</pubDate>
    <dc:creator>former_member202474</dc:creator>
    <dc:date>2007-02-21T09:08:38Z</dc:date>
    <item>
      <title>Data element for integer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-for-integer/m-p/1964004#M396065</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;       There is a  field 'NUM' in a custom database table it should store only integer values .What  will be the apt data element for this field? &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;Ruby.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 09:08:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-for-integer/m-p/1964004#M396065</guid>
      <dc:creator>former_member202474</dc:creator>
      <dc:date>2007-02-21T09:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Data element for integer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-for-integer/m-p/1964005#M396066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Ruby,&lt;/P&gt;&lt;P&gt; YOu can use Pre defined data types instead of Data elements in se11.&lt;/P&gt;&lt;P&gt;There will be a button just above the Data element column in se11, upload clicking which you can specify the pre defined data types like int2 int4 int8 etc.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 09:11:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-for-integer/m-p/1964005#M396066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-21T09:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Data element for integer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-for-integer/m-p/1964006#M396067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruby&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One way to get the required data element is via table &amp;lt;b&amp;gt;DD04L&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;Check the data type of type Integer to find a suitable data element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, as Ravi adviced we can use the Built-In Data type that suits the requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 09:15:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-for-integer/m-p/1964006#M396067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-21T09:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Data element for integer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-for-integer/m-p/1964007#M396068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it the field name is 'NUM' or it is a numeric field??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the field name is NUM give its data type as 'INT4'. It will store Integer values. &lt;/P&gt;&lt;P&gt;There is also a Data Element by name 'INT4', you can use this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even if data type is NUMC it also stores integers but in character format. In this case you can also provide decimals. You have already declared Data Elements for NUMC for various lengths such as 'NUMC2' (It takes 2 digits) similarly 'NUMC3',...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Paul.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 09:16:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-for-integer/m-p/1964007#M396068</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-21T09:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Data element for integer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-for-integer/m-p/1964008#M396069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;u can go to SE15 and can look out for the pre-defined data elements there ... SE15 is SAP repository u can put INT* and can look out ... it will give u a list and u can select one u needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will help &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bbye taccare&lt;/P&gt;&lt;P&gt;Ashwani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 21:03:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-for-integer/m-p/1964008#M396069</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-21T21:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: Data element for integer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-for-integer/m-p/1964009#M396070</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;&lt;/P&gt;&lt;P&gt;these are the data elemennts for integer &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INT1                           Dummy for B20 int1 (Local Everywhere)  &lt;/P&gt;&lt;P&gt;INT2                           2 byte integer (signed)                &lt;/P&gt;&lt;P&gt;INT2_DATA                      Data for the Call of "SAPOSCOL" with RF&lt;/P&gt;&lt;P&gt;INT3                           3-Character Integer Field              &lt;/P&gt;&lt;P&gt;INT4                           Natural number                         &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;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 04:55:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-for-integer/m-p/1964009#M396070</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-22T04:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Data element for integer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-for-integer/m-p/1964010#M396071</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 could very well use INT types for dataelement???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Feb 2007 23:43:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-for-integer/m-p/1964010#M396071</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2007-02-25T23:43:39Z</dc:date>
    </item>
  </channel>
</rss>

