<?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: Type conversion in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-conversion/m-p/1205295#M132007</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Declare one variable of type &amp;lt;b&amp;gt;I&amp;lt;/b&amp;gt; assign value of fllat variable to i variable using move.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Assigning Values with MOVE&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;To assign the value of a data object &amp;lt;f1&amp;gt; to a variable &amp;lt;f2&amp;gt;, use the following statement: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE &amp;lt;f1&amp;gt; TO &amp;lt;f2&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or the equivalent statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;f2&amp;gt; = &amp;lt;f1&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The contents of &amp;lt;f1&amp;gt; remain unchanged. &amp;lt;f1&amp;gt; does not have to be a variable - it can also be a literal, a text symbol, or a constant. You must always specify decimal points with a period (.), regardless of the user&amp;#146;s personal settings. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Multiple value assignments in the form &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;f4&amp;gt; = &amp;lt;f3&amp;gt; = &amp;lt;f2&amp;gt; = &amp;lt;f1&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are also possible. ABAP processes them from right to left as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE &amp;lt;f1&amp;gt; TO &amp;lt;f2&amp;gt;. &lt;/P&gt;&lt;P&gt;MOVE &amp;lt;f2&amp;gt; TO &amp;lt;f3&amp;gt;. &lt;/P&gt;&lt;P&gt;MOVE &amp;lt;f3&amp;gt; TO &amp;lt;f4&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Apr 2006 10:05:32 GMT</pubDate>
    <dc:creator>vinod_gunaware2</dc:creator>
    <dc:date>2006-04-10T10:05:32Z</dc:date>
    <item>
      <title>Type conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-conversion/m-p/1205293#M132005</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;       I have a field of type  F .suppose its value is 668.00.I want it to be stored in table created with value the 668.How can i do that.if anyone knows .Kindly let me Know.I am working in APO-Abap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;Mohammed Ahasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2006 09:54:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-conversion/m-p/1205293#M132005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-10T09:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Type conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-conversion/m-p/1205294#M132006</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;The field of your table should be an inter, so if you MOVE the value TO the field of your table it's automatically converted:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE FIELD_F TO FIELD_I.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2006 09:57:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-conversion/m-p/1205294#M132006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-10T09:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Type conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-conversion/m-p/1205295#M132007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Declare one variable of type &amp;lt;b&amp;gt;I&amp;lt;/b&amp;gt; assign value of fllat variable to i variable using move.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Assigning Values with MOVE&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;To assign the value of a data object &amp;lt;f1&amp;gt; to a variable &amp;lt;f2&amp;gt;, use the following statement: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE &amp;lt;f1&amp;gt; TO &amp;lt;f2&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or the equivalent statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;f2&amp;gt; = &amp;lt;f1&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The contents of &amp;lt;f1&amp;gt; remain unchanged. &amp;lt;f1&amp;gt; does not have to be a variable - it can also be a literal, a text symbol, or a constant. You must always specify decimal points with a period (.), regardless of the user&amp;#146;s personal settings. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Multiple value assignments in the form &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;f4&amp;gt; = &amp;lt;f3&amp;gt; = &amp;lt;f2&amp;gt; = &amp;lt;f1&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are also possible. ABAP processes them from right to left as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE &amp;lt;f1&amp;gt; TO &amp;lt;f2&amp;gt;. &lt;/P&gt;&lt;P&gt;MOVE &amp;lt;f2&amp;gt; TO &amp;lt;f3&amp;gt;. &lt;/P&gt;&lt;P&gt;MOVE &amp;lt;f3&amp;gt; TO &amp;lt;f4&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2006 10:05:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-conversion/m-p/1205295#M132007</guid>
      <dc:creator>vinod_gunaware2</dc:creator>
      <dc:date>2006-04-10T10:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Type conversion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/type-conversion/m-p/1205296#M132008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can declare another field of type I, and move the your field to the field of type I.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Apr 2006 10:19:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/type-conversion/m-p/1205296#M132008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-10T10:19:34Z</dc:date>
    </item>
  </channel>
</rss>

