<?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: Help in Data types behavior in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-data-types-behavior/m-p/7381997#M1544274</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;[These predefined types|http://help.sap.com/abapdocu_70/en/ABENBUILT_IN_TYPES_DICTIONARY.htm] are only ones available and can only be used when typing &lt;EM&gt;data element&lt;/EM&gt; in DDIC , but not directly in ABAP program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moreover what do you need such huge memory allocation for (i.e int64) ? I can't even imagine what max value would that be. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to create dynamically certain data type (local to program) use &lt;STRONG&gt;cl_abap_elemdescr=&amp;gt;get_YYY&lt;/STRONG&gt; where YYY stands for data type you want the data object be typed with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Oct 2010 13:48:06 GMT</pubDate>
    <dc:creator>MarcinPciak</dc:creator>
    <dc:date>2010-10-13T13:48:06Z</dc:date>
    <item>
      <title>Help in Data types behavior</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-data-types-behavior/m-p/7381995#M1544272</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;I have some data types that i dont know what are the behavior of them &lt;/P&gt;&lt;P&gt;I need to know that for all the following data types &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data types such as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;byte -  Unsigned 8-bit integer value
guid - a 16-byte (128-bit) unique identifier value
SByte -  a signed 8-bit integer value
Int16	a  - signed 16-bit integer value
Int32	a -  signed 32-bit integer value
Int64	a -  signed 64-bit integer value
Single - a floating point number with 7 digits precision&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know if user want to create such of data types&lt;/P&gt;&lt;P&gt;does he need to specify a length and decimal for example .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for instance to string data type user dont need to specify anything&lt;/P&gt;&lt;P&gt;but for char ne need to specify a length ,etc .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I search for this data type in the help &lt;/P&gt;&lt;P&gt;and i found this following links but it's help for this data types  .&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;&lt;A href="http://help.sap.com/saphelp_crm/helpdata/en/fc/eb3138358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_crm/helpdata/en/fc/eb3138358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alex Dean on Oct 13, 2010 3:14 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Oct 2010 12:30:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-data-types-behavior/m-p/7381995#M1544272</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-13T12:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Data types behavior</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-data-types-behavior/m-p/7381996#M1544273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In almost 12 years in SAP, I've never declared any of these, and I doubt you will either.  But, may I suggest ABAP Help (F1) on the data: statement....should provide a wealth of information about the various data types.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Oct 2010 13:16:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-data-types-behavior/m-p/7381996#M1544273</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-13T13:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Data types behavior</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-data-types-behavior/m-p/7381997#M1544274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;[These predefined types|http://help.sap.com/abapdocu_70/en/ABENBUILT_IN_TYPES_DICTIONARY.htm] are only ones available and can only be used when typing &lt;EM&gt;data element&lt;/EM&gt; in DDIC , but not directly in ABAP program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moreover what do you need such huge memory allocation for (i.e int64) ? I can't even imagine what max value would that be. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to create dynamically certain data type (local to program) use &lt;STRONG&gt;cl_abap_elemdescr=&amp;gt;get_YYY&lt;/STRONG&gt; where YYY stands for data type you want the data object be typed with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Oct 2010 13:48:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-data-types-behavior/m-p/7381997#M1544274</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2010-10-13T13:48:06Z</dc:date>
    </item>
  </channel>
</rss>

