<?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-corresponding in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-corresponding/m-p/2570945#M586997</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 both the tables have same fields, With respect to their type and length then you can just use = or MOVE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE-CORRESPONDING should be used only when you want to move the data based on field names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The performance of MOVE Is better than MOVE-CORRESPONDING since here you dont compare the field names but just do a byte/char sequence copy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Aug 2007 11:10:22 GMT</pubDate>
    <dc:creator>seshatalpasai_madala</dc:creator>
    <dc:date>2007-08-06T11:10:22Z</dc:date>
    <item>
      <title>move-corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-corresponding/m-p/2570939#M586991</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;Is this line a cause to performance issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE-CORRESPONDING t_bt_pos_match TO t_db_match_send.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The tables used here are having 10 fields each.&lt;/P&gt;&lt;P&gt;Shall I enter values in each field individually or its ok to use this statement ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Binay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2007 09:51:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-corresponding/m-p/2570939#M586991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-06T09:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: move-corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-corresponding/m-p/2570940#M586992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It causes a performance issue.&lt;/P&gt;&lt;P&gt;Its better to move each field individually instead of using move-corresponding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2007 09:54:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-corresponding/m-p/2570940#M586992</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2007-08-06T09:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: move-corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-corresponding/m-p/2570941#M586993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its depends on data how much ur passing one table to another.&lt;/P&gt;&lt;P&gt;If internal table contains lacs of data better u need to use move with each field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2007 10:17:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-corresponding/m-p/2570941#M586993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-06T10:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: move-corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-corresponding/m-p/2570942#M586994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the move-corresponding does not come for free, but I don't think that it causes a performance problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Be aware that if the structures change, then the move-corresponding will still work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally it is of course recommended to use identical structures, if possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siegfried&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2007 10:38:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-corresponding/m-p/2570942#M586994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-06T10:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: move-corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-corresponding/m-p/2570943#M586995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MOVE-CORRESPONDING  Should not cause performance issues. It will work in mojority of cases. If your development guidelines does not restrict the usage, it will be good to use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vishal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2007 10:44:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-corresponding/m-p/2570943#M586995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-06T10:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: move-corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-corresponding/m-p/2570944#M586996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for completeness,&lt;/P&gt;&lt;P&gt;move-corresponding should not be used with selects to buffered tables. The runtime on the table buffer is much faster, such that you will notice the time for the move-corresponding, in relation to the buffer access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There it makes sense to do direct moves of the few wanted fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In relation to database select the move-corresponding should not play a role.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siegfried&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2007 11:02:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-corresponding/m-p/2570944#M586996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-06T11:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: move-corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-corresponding/m-p/2570945#M586997</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 both the tables have same fields, With respect to their type and length then you can just use = or MOVE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE-CORRESPONDING should be used only when you want to move the data based on field names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The performance of MOVE Is better than MOVE-CORRESPONDING since here you dont compare the field names but just do a byte/char sequence copy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2007 11:10:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-corresponding/m-p/2570945#M586997</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-08-06T11:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: move-corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-corresponding/m-p/2570946#M586998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Don&amp;#146;t use Move-corresponding statements normally because it affects the performance, so it is better to avoid this statement whenever possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway you have only 10 fields so that you can use the 'move' statement for each field instead of Move-corresponding statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 07:56:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-corresponding/m-p/2570946#M586998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T07:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: move-corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-corresponding/m-p/2570947#M586999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; Be aware that if the structures change, then the&lt;/P&gt;&lt;P&gt;&amp;gt; move-corresponding will still work.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Generally it is of course recommended to use&lt;/P&gt;&lt;P&gt;&amp;gt; identical structures, if possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE-CORRESPONDING is a beautiful statement. Very nice if you want to join information from various structures into one. However, it does have one disadvantage - which is also its strength mentioned by Siegfried.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you change an include that is used in both structures, everything works without any needs for updating the code. However, if you remove a field from an include, or a list of selected fields, you don't get any warnings that you were actually using this field for something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would say the advantages outweigh the disadvantage, but I have kicked myself a couple of times after finally finding out why my code didn't work as I expected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 08:00:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-corresponding/m-p/2570947#M586999</guid>
      <dc:creator>KjetilKilhavn</dc:creator>
      <dc:date>2007-08-07T08:00:13Z</dc:date>
    </item>
  </channel>
</rss>

