<?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: Move and Assign? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-and-assign/m-p/4093734#M978910</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;If you already know the name of the field that you want to assign to the field symbol when you write a program, use the static ASSIGN statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASSIGN &amp;lt;f&amp;gt; TO &amp;lt;FS&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you assign the data object, the system checks whether the technical attributes of the data object &amp;lt;f&amp;gt; correspond to any type specifications for the field symbol &amp;lt;FS&amp;gt;. The field symbol adopts any generic attributes of &amp;lt;f&amp;gt; that are not contained in its own type specification. After the assignment, it points to &amp;lt;f&amp;gt; in memory.&lt;/P&gt;&lt;P&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 useru2019s 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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Pavan Bhamidipati on Jul 10, 2008 1:59 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jul 2008 11:58:27 GMT</pubDate>
    <dc:creator>bpawanchand</dc:creator>
    <dc:date>2008-07-10T11:58:27Z</dc:date>
    <item>
      <title>Move and Assign?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-and-assign/m-p/4093732#M978908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the difference between Move &amp;amp; assign statement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Arun  Mehta on Jul 10, 2008 1:55 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 11:54:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-and-assign/m-p/4093732#M978908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T11:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Move and Assign?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-and-assign/m-p/4093733#M978909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;Plz refer to the following link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_nw70/helpdata/en/fc/eb3260358411d1829f0000e829fbfe/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_nw70/helpdata/en/fc/eb38d5358411d1829f0000e829fbfe/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Sumit Agarwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 11:56:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-and-assign/m-p/4093733#M978909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T11:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Move and Assign?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-and-assign/m-p/4093734#M978910</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;If you already know the name of the field that you want to assign to the field symbol when you write a program, use the static ASSIGN statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASSIGN &amp;lt;f&amp;gt; TO &amp;lt;FS&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you assign the data object, the system checks whether the technical attributes of the data object &amp;lt;f&amp;gt; correspond to any type specifications for the field symbol &amp;lt;FS&amp;gt;. The field symbol adopts any generic attributes of &amp;lt;f&amp;gt; that are not contained in its own type specification. After the assignment, it points to &amp;lt;f&amp;gt; in memory.&lt;/P&gt;&lt;P&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 useru2019s 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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Pavan Bhamidipati on Jul 10, 2008 1:59 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 11:58:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-and-assign/m-p/4093734#M978910</guid>
      <dc:creator>bpawanchand</dc:creator>
      <dc:date>2008-07-10T11:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Move and Assign?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-and-assign/m-p/4093735#M978911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check this link&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/fc/eb3860358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/fc/eb3860358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All operations programmed with field symbols are applied to the field assigned to it. For example, a MOVE statement between two field symbols moves the contents of the field assigned to the first field symbol to the field assigned to the second field symbol. The field symbols themselves point to the same fields after the MOVE statement as they did before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create field symbols either without or with type specifications. If you do not specify a type, the field symbol inherits all of the technical attributes of the field assigned to it. If you do specify a type, the system checks the compatibility of the field symbol and the field you are assigning to it during the ASSIGN statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;raam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 11:58:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-and-assign/m-p/4093735#M978911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T11:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Move and Assign?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-and-assign/m-p/4093736#M978912</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;Move is used for moving value of any variable/work area to another variable.&lt;/P&gt;&lt;P&gt;where as Assign statement is specific to Field Symbols and one more thing when ever a field symbol is used it must be assigned some values else your program will give dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more details write these key words in your program and do F1. You can read the documentation given by SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lalit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 11:59:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-and-assign/m-p/4093736#M978912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T11:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Move and Assign?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-and-assign/m-p/4093737#M978913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiii!&lt;/P&gt;&lt;P&gt;  Move is basically used to move the values from one variable to another.&lt;/P&gt;&lt;P&gt;example.&lt;/P&gt;&lt;P&gt;  a = 2.&lt;/P&gt;&lt;P&gt;MOVE a TO b.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement will move the value of a to b.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASSIGN is used while using Field Symbols.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We use ASSIGN statement to assign a data object to field symbol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out this link.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.henrikfrank.dk/abaptips/abap%20language/dynamic%20programming/fieldsymbols.htm" target="test_blank"&gt;http://www.henrikfrank.dk/abaptips/abap%20language/dynamic%20programming/fieldsymbols.htm&lt;/A&gt;&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;Abhijeet Kulshreshtha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Abhijeet Kulshreshtha on Jul 10, 2008 2:00 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 11:59:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-and-assign/m-p/4093737#M978913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T11:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Move and Assign?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-and-assign/m-p/4093738#M978914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi arun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To assign the value of a data object var to a variable var1,use the following statement: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE var TO var1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or the equivalent statement&lt;/P&gt;&lt;P&gt;var = var1&lt;/P&gt;&lt;P&gt;The contents of var remain unchanged. var does not have to be a variable - it can also be a literal, a text symbol, or a constant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASSIGN &lt;/P&gt;&lt;P&gt;it is  maily used with field symbol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you already know the name of the field that you want to assign to the field symbol when you write a program, use the static ASSIGN statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASSIGN &amp;lt;f&amp;gt; TO &amp;lt;FS&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you assign the data object, the system checks whether the technical attributes of the data object &amp;lt;f&amp;gt; correspond to any type specifications for the field symbol &amp;lt;FS&amp;gt;. The field symbol adopts any generic attributes of &amp;lt;f&amp;gt; that are not contained in its own type specification. After the assignment, it points to &amp;lt;f&amp;gt; in memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 11:59:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-and-assign/m-p/4093738#M978914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T11:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: Move and Assign?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-and-assign/m-p/4093739#M978915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Arun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mainly ASSIGN is used when moving from /to &amp;lt;b&amp;gt; memory location &amp;lt;/b&amp;gt; generally uised in field symbols&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assigning Field Symbols&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of using the names of data objects, you can also assign field symbols to field symbols in all variants of the ASSIGN statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASSIGN &amp;lt;FS1&amp;gt; TO &amp;lt;FS2&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in a static ASSIGN and:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASSIGN [TABLE FIELD] (&amp;lt;f&amp;gt;) TO &amp;lt;FS2&amp;gt;(Nothing but memory location)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;move &amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To assign the value of a data object source to a variable destination, use the following statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE source TO destination.&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;destination = source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The content of source remains unchanged, source does not therefore 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 useru2019s personal settings.&lt;/P&gt;&lt;P&gt;The source and target fields can be of different data types&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Amit Kumar on Jul 10, 2008 2:18 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 12:18:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-and-assign/m-p/4093739#M978915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T12:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Move and Assign?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-and-assign/m-p/4093740#M978916</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;Move :- 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 useru2019s 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; Assign :- ASSIGN &amp;lt;f&amp;gt; TO &amp;lt;FS&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you assign the data object, the system checks whether the technical attributes of the data object &amp;lt;f&amp;gt; correspond to any type specifications for the field symbol &amp;lt;FS&amp;gt;. The field symbol adopts any generic attributes of &amp;lt;f&amp;gt; that are not contained in its own type specification. Following the assignment, it points to &amp;lt;f&amp;gt; in memory. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nikunj Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 12:21:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-and-assign/m-p/4093740#M978916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T12:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Move and Assign?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-and-assign/m-p/4093741#M978917</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;Move :- 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 useru2019s 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; Assign :- ASSIGN &amp;lt;f&amp;gt; TO &amp;lt;FS&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you assign the data object, the system checks whether the technical attributes of the data object &amp;lt;f&amp;gt; correspond to any type specifications for the field symbol &amp;lt;FS&amp;gt;. The field symbol adopts any generic attributes of &amp;lt;f&amp;gt; that are not contained in its own type specification. Following the assignment, it points to &amp;lt;f&amp;gt; in memory. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nikunj shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 12:21:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-and-assign/m-p/4093741#M978917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T12:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Move and Assign?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-and-assign/m-p/4093742#M978918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arun,&lt;/P&gt;&lt;P&gt;Hope this will help u out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Move :-&lt;/U&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 &lt;/P&gt;&lt;P&gt;statement: &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MOVE &amp;lt;f1&amp;gt; TO &amp;lt;f2&amp;gt;.&lt;/STRONG&gt; or the equivalent statement &lt;/P&gt;&lt;P&gt;&amp;lt;f2&amp;gt; = &amp;lt;f1&amp;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 &lt;/P&gt;&lt;P&gt;also be a literal, a text symbol, or a constant. You must always specify decimal points &lt;/P&gt;&lt;P&gt;with a period (.), regardless of the user's personal settings. &lt;/P&gt;&lt;P&gt;Multiple value assignments in the form &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;&lt;U&gt;Assign :-&lt;/U&gt; &lt;STRONG&gt;ASSIGN &amp;lt;f&amp;gt; TO &amp;lt;FS&amp;gt;.&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;When you assign the data object, the system checks whether the technical attributes of &lt;/P&gt;&lt;P&gt;the data object &amp;lt;f&amp;gt; correspond to any type specifications for the field symbol &amp;lt;FS&amp;gt;. The &lt;/P&gt;&lt;P&gt;field symbol adopts any generic attributes of &amp;lt;f&amp;gt; that are not contained in its own type &lt;/P&gt;&lt;P&gt;specification. Following the assignment, it points to &amp;lt;f&amp;gt; in memory. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward with pts if answered.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anurodh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 05:32:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-and-assign/m-p/4093742#M978918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-11T05:32:58Z</dc:date>
    </item>
  </channel>
</rss>

