<?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: difference between move-corresponding and = in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-move-corresponding-and/m-p/2777302#M647393</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amarendar..&lt;/P&gt;&lt;P&gt;1.&lt;/P&gt;&lt;P&gt;Move-Corresponding is used to Assign only work areas . where as MOVE or = can be used to Assign any type of variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&lt;/P&gt;&lt;P&gt;Move-corresponding wa1 to wa2.&lt;/P&gt;&lt;P&gt;Move-Corresponding will assign the Fields of the Source work area to the Target work area when the field names are same irrespective of their position.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Move wa1 to wa2.&lt;/P&gt;&lt;P&gt;of &lt;/P&gt;&lt;P&gt;wa2 = wa1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will Copy the Workarea character by character irrespective of the fieldnames.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if Helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Sep 2007 07:42:16 GMT</pubDate>
    <dc:creator>varma_narayana</dc:creator>
    <dc:date>2007-09-04T07:42:16Z</dc:date>
    <item>
      <title>difference between move-corresponding and =</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-move-corresponding-and/m-p/2777299#M647390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;   can someone expalin the difference between move-correpnsponding and =.&lt;/P&gt;&lt;P&gt;i have two structures wa1 and wa2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;move-corresponding wa1 to wa2.&lt;/P&gt;&lt;P&gt;wa2 = wa1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any diffrence between above two statements.?&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;Amarender Reddy B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 07:23:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-move-corresponding-and/m-p/2777299#M647390</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T07:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: difference between move-corresponding and =</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-move-corresponding-and/m-p/2777300#M647391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in case of move-corresponding only dose fields of wa1 will be move to wa2 which have same field names..i.e. even if wa1 and wa2 have different structres(fields) dis statemnt 'll b executed but incase of wa2 = wa1, dis statment 'll only b execute if both structures are identical 'i.e all fields same otherwise it'll giv error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz reward points if di helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 07:26:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-move-corresponding-and/m-p/2777300#M647391</guid>
      <dc:creator>former_member188827</dc:creator>
      <dc:date>2007-09-04T07:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: difference between move-corresponding and =</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-move-corresponding-and/m-p/2777301#M647392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;In move-corresponding ITAB1 to ITAB2, fields are moved field/record by record/field, if the fields are similar in both itabs and we have to APPEND ITAB2 every time&lt;/P&gt;&lt;P&gt;where as&lt;/P&gt;&lt;P&gt;ITAB2[] = itab1[]&lt;/P&gt;&lt;P&gt;all the data from itab1 is dumped at a time to ITAB2, including complete body.&lt;/P&gt;&lt;P&gt;here also both should have same structures.No need of Append here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if useful&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;pritha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 07:26:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-move-corresponding-and/m-p/2777301#M647392</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T07:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: difference between move-corresponding and =</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-move-corresponding-and/m-p/2777302#M647393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amarendar..&lt;/P&gt;&lt;P&gt;1.&lt;/P&gt;&lt;P&gt;Move-Corresponding is used to Assign only work areas . where as MOVE or = can be used to Assign any type of variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&lt;/P&gt;&lt;P&gt;Move-corresponding wa1 to wa2.&lt;/P&gt;&lt;P&gt;Move-Corresponding will assign the Fields of the Source work area to the Target work area when the field names are same irrespective of their position.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Move wa1 to wa2.&lt;/P&gt;&lt;P&gt;of &lt;/P&gt;&lt;P&gt;wa2 = wa1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will Copy the Workarea character by character irrespective of the fieldnames.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if Helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 07:42:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-move-corresponding-and/m-p/2777302#M647393</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-09-04T07:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: difference between move-corresponding and =</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-move-corresponding-and/m-p/2777303#M647394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;move-corresponding wa1 to wa2.&amp;lt;/b&amp;gt; - Using this will move the values of the similar fields of WA1 to WA2. In this case WA1 and WA2 needs to have some common fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;wa2 = wa1&amp;lt;/b&amp;gt; &amp;gt;&amp;gt; U can do this if and only is Wa2 and WA1 are the same structures. Otherwise WA2 will be populated wrongly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 07:50:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-move-corresponding-and/m-p/2777303#M647394</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T07:50:39Z</dc:date>
    </item>
  </channel>
</rss>

