<?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 type conversions in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-conversions/m-p/904197#M55783</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends &lt;/P&gt;&lt;P&gt; i am a learner of abap please answer my query ,&lt;/P&gt;&lt;P&gt; abap does support explicit type conversions if yes&lt;/P&gt;&lt;P&gt; give me the syntax&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Jan 2005 13:22:31 GMT</pubDate>
    <dc:creator>shiva_suvarna</dc:creator>
    <dc:date>2005-01-13T13:22:31Z</dc:date>
    <item>
      <title>type conversions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-conversions/m-p/904197#M55783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends &lt;/P&gt;&lt;P&gt; i am a learner of abap please answer my query ,&lt;/P&gt;&lt;P&gt; abap does support explicit type conversions if yes&lt;/P&gt;&lt;P&gt; give me the syntax&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2005 13:22:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-conversions/m-p/904197#M55783</guid>
      <dc:creator>shiva_suvarna</dc:creator>
      <dc:date>2005-01-13T13:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: type conversions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-conversions/m-p/904198#M55784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shiva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best way is to take a look at the SAP Help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/d3/2e974d35c511d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/d3/2e974d35c511d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Snapshot:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Type Conversions&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Every time you assign a data object to a variable, the data types involved must either be compatible , that is, their technical attributes (data type, field length, number of decimal places) must be identical, or the data type of the source field must be convertible into the data type of the target field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ABAP, two non-compatible data types can be converted to each other if a corresponding conversion rule exists. If data types are compatible, no conversion rule is necessary. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use the MOVE statement to transfer values between non-compatible objects, the value of the source object is always converted into the data type of the target object. With all ABAP operations that perform value assignments between data objects (for example, arithmetic operations or filling internal tables), the system handles all the necessary type conversions as for the MOVE statement. If you try to assign values between two data types for which no conversion rule exists, a syntax error or runtime error occurs. &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;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2005 13:35:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-conversions/m-p/904198#M55784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-13T13:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: type conversions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-conversions/m-p/904199#M55785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From the ABAP editor, SE38 or SE80, hit the help button (the blue one with an I in the middle), enter ABAP keyword MOVE and hit enter.  Scroll down to "Conversion Table for the MOVE Command" and click to get lots of good info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck getting started.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jan 2005 03:44:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-conversions/m-p/904199#M55785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-01-14T03:44:49Z</dc:date>
    </item>
  </channel>
</rss>

