<?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: abap 4 data type in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-4-data-type/m-p/2095937#M436370</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;when u have to use alphanumeric in ur variable use N data type,&lt;/P&gt;&lt;P&gt;and when u have to use only character in ur variable use C data type.&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;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Apr 2007 06:27:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-19T06:27:59Z</dc:date>
    <item>
      <title>abap 4 data type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-4-data-type/m-p/2095935#M436368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hye Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u tell me when to use C data type and when to use N datatype??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;apart from character and numeric character what are the more differences between these two??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnks in advance.&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 06:19:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-4-data-type/m-p/2095935#M436368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T06:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: abap 4 data type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-4-data-type/m-p/2095936#M436369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Data consists of strings of bytes in the memory area of the program. A string of related bytes is called a field. Each field has an identity (a name) and a data type. All programming languages have a concept that describes how the contents of a field are interpreted according to the data type. &lt;/P&gt;&lt;P&gt;In the ABAP type concept, fields are called data objects. Each data object is an instance of an abstract data type. Data types in ABAP are not just attributes of fields, but can be defined in their own right. There are separate name spaces for data objects and data types. This means that a name can at the same time be the name of a data object as well as the name of a data type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data Types:&lt;/P&gt;&lt;P&gt;As well as occurring as attributes of a data object, data types can also be defined independently. The definition of a user-defined data type is based on a set of predefined elementary data types. You can define data types either locally in the declaration part of a program (using the TYPES statement) or globally in the ABAP Dictionary. You can use your own data types to declare data objects or to check the types of parameters in generic operations. &lt;/P&gt;&lt;P&gt;Data types can be divided into elementary, reference, and complex types&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kishi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 06:27:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-4-data-type/m-p/2095936#M436369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T06:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: abap 4 data type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-4-data-type/m-p/2095937#M436370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;when u have to use alphanumeric in ur variable use N data type,&lt;/P&gt;&lt;P&gt;and when u have to use only character in ur variable use C data type.&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;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 06:27:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-4-data-type/m-p/2095937#M436370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T06:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: abap 4 data type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-4-data-type/m-p/2095938#M436371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one more difference is initial value of C is space and for N is 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 06:29:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-4-data-type/m-p/2095938#M436371</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T06:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: abap 4 data type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-4-data-type/m-p/2095939#M436372</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;Data type C can b used for bothe character and numeric values. it Accepts both. But when its specifically numeric values only, u can use data type N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some of the links below for data types may b useful for u:&lt;/P&gt;&lt;P&gt;1.http://help.sap.com/saphelp_nw04/helpdata/en/79/c5545eb3dc11d5993800508b6b8b11/frameset.htm&lt;/P&gt;&lt;P&gt;2.http://help.sap.com/saphelp_nw04s/helpdata/en/43/5d2ea0e84b3e2be10000000a1553f6/frameset.htm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;Reward points if useful&amp;lt;&amp;lt;&amp;lt;&lt;/P&gt;&lt;P&gt;All the best.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 06:36:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-4-data-type/m-p/2095939#M436372</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T06:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: abap 4 data type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-4-data-type/m-p/2095940#M436373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2007 07:46:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-4-data-type/m-p/2095940#M436373</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-20T07:46:45Z</dc:date>
    </item>
  </channel>
</rss>

