<?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 &amp; WRITE &amp; = in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-write/m-p/4173155#M997645</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All your 4 transfers can be achieved using MOVE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You use WRITE when you want to write amounts with specific to certain currency.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE AMT TO AMT1 CURRENCY WAERS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rest, you can check the documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;SKJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jul 2008 18:46:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-23T18:46:41Z</dc:date>
    <item>
      <title>MOVE &amp; WRITE &amp; =</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-write/m-p/4173154#M997644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I transfer the data from variable to other, just like that, either by using MOVE, WRITE, = etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, am curiuos that, Wht is correct/ideal for transfer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 - Wanna to transfer the data from my_CHAR1_variable to my_CHAR2_variable? Is it MOVE or WRITE or = ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 - Wanna to transfer the data from my_QUANT_variable to my_QUANT_variable? Is it MOVE or WRITE or = ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3 - Wanna to transfer the data from my_INTEGER_variable to my_INTEGER_variable? Is it MOVE or WRITE or = ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4 - Wanna to transfer the data from my_P_type_variable to my_P_type_variable? Is it MOVE or WRITE or = ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5- Basically, Wht is the difference btwn MOVE &amp;amp; WRITE?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanq&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 18:39:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-write/m-p/4173154#M997644</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T18:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: MOVE &amp; WRITE &amp; =</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-write/m-p/4173155#M997645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All your 4 transfers can be achieved using MOVE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You use WRITE when you want to write amounts with specific to certain currency.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE AMT TO AMT1 CURRENCY WAERS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rest, you can check the documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;SKJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 18:46:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-write/m-p/4173155#M997645</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T18:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: MOVE &amp; WRITE &amp; =</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-write/m-p/4173156#M997646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WRITE TO statement takes care of formatting the data in destination format. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;WRITE my_date to my_date_chars. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will format the my_date contents in my_date_chars formats. Check the documentaion WRITE TO for more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE is '=' are same, they just assign the content of the operand source to the data object destination&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do read the documentation for more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Romit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 18:48:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-write/m-p/4173156#M997646</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T18:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: MOVE &amp; WRITE &amp; =</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-write/m-p/4173157#M997647</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;Refer the below thread...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="5475519"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chithra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 18:50:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-write/m-p/4173157#M997647</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T18:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: MOVE &amp; WRITE &amp; =</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-write/m-p/4173158#M997648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MOVE &amp;amp; WRITE?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;move will blindly move the contant to other field.. immaterial of format and data element..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write will send data to anther variable in a format you wanted...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 18:51:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-write/m-p/4173158#M997648</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-07-23T18:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: MOVE &amp; WRITE &amp; =</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-write/m-p/4173159#M997649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1 - Wanna to transfer the data from my_CHAR1_variable to my_CHAR2_variable? Is it MOVE or WRITE or = ?  &lt;STRONG&gt;=&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 - Wanna to transfer the data from my_QUANT_variable to my_QUANT_variable? Is it MOVE or WRITE or = ? &lt;STRONG&gt;=&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3 - Wanna to transfer the data from my_INTEGER_variable to my_INTEGER_variable? Is it MOVE or WRITE or = ? &lt;STRONG&gt;=&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4 - Wanna to transfer the data from my_P_type_variable to my_P_type_variable? Is it MOVE or WRITE or = ? &lt;STRONG&gt;=&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5- Basically, Wht is the difference btwn MOVE &amp;amp; WRITE?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE source {TO|?TO} destination. &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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;Both these statements assign the content of the operand source to the data object destination. The variants with the addition TO or the assignment operator = are valid for all assignments between operands that are not reference variables, and for assignments between reference variables for which the static type of source is more specific than or the same as the static type of destination (narrowing cast). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variants with the addition ?TO or the assignment operator ?= (casting operator) must be used if the source and destination are reference variables and the static type of source is more general than the static type of destination (down cast). For assignments between operands that are not reference variables, use of the question mark ? is not permitted. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data object destination can be any data object that can be listed at a write position, and the data object source can be a data object, a predefined function or a functional method (as of release 6.10). The data type of the data object destination must either be compatible with the data type of source, or it must be possible to convert the content of source into the data type of destination according to one of the conversion rules. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE {source|(source_name)} TO destination &lt;/P&gt;&lt;P&gt;                            [int_format_options]. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect: &lt;/P&gt;&lt;P&gt;This statement assigns the formatted content of the data object source, or the formatted content of the data object whose name is contained in source_name, to the data object destination. The data objects source_name and destination must be character type and flat. source_name can contain the name of the data object to be assigned in upper or lower case. If the data object specified in source_name does not exist, the assignment is not executed, and sy-subrc is set to 4. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The statement WRITE TO has the same effect as the statement WRITE for lists. This statement formats the content of source or the source field specified in source_name as described in the field. It does not, however, store the result in an output area of a list in the list buffer, but instead stores it in a variable. The output length is determined by the length of the variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 18:52:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-write/m-p/4173159#M997649</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T18:52:33Z</dc:date>
    </item>
  </channel>
</rss>

