<?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 Alternative.. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-corresponding-alternative/m-p/5242868#M1211429</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am just reading Rob's Sticky, i thought it is useful, and just want to contribute to Rob's Sticky. He already posted a link referring to the current thread. Instead of Adding my comment there, i added it to the existing thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jun 2009 11:22:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-25T11:22:18Z</dc:date>
    <item>
      <title>MOVE-CORRESPONDING Alternative..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-corresponding-alternative/m-p/5242860#M1211421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is recommended not to use the Move-corresponding statements in the code.&lt;/P&gt;&lt;P&gt;Is there any alternative of that..which improves performance.&lt;/P&gt;&lt;P&gt;ex.&lt;/P&gt;&lt;P&gt;MOVE-CORRESPONDING WA_ITAB1 TO WA_SUCLOG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 16:52:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-corresponding-alternative/m-p/5242860#M1211421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T16:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: MOVE-CORRESPONDING Alternative..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-corresponding-alternative/m-p/5242861#M1211422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a misconception. While the use of MOVE-CORRESPONDING does add a very small amount of execution time, it's not worth worrying about. It would likely take more time writing the code to move the fields individually than would be saved over the life of the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 17:03:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-corresponding-alternative/m-p/5242861#M1211422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-24T17:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: MOVE-CORRESPONDING Alternative..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-corresponding-alternative/m-p/5242862#M1211423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; It is recommended not to use the Move-corresponding statements in the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where is this recommended, except in posts here that are copied from previous posts that are copied from previous posts that are...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I stated on similar occasions, "corresponding" (in move and select statements) allows for very efficient programming techniques, whereas the performance aspect is neglectable (just compare yourself for heaven's sakes).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My favourite example is an ALV list based on a DDIC structure with the field catalog. Two new fields from already accessed tables are required. If you programmed the list correctly all you need to do is add those two fields to the DDIC structure and that's it. Thanks to "corresponding".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2009 17:17:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-corresponding-alternative/m-p/5242862#M1211423</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2009-02-24T17:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: MOVE-CORRESPONDING Alternative..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-corresponding-alternative/m-p/5242863#M1211424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rob and Thomas for ur response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gaurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2009 04:55:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-corresponding-alternative/m-p/5242863#M1211424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-25T04:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: MOVE-CORRESPONDING Alternative..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-corresponding-alternative/m-p/5242864#M1211425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Read this article also..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Using MOVE-CORRESPONDING - Myth to Meaningful|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30c02051-852d-2c10-3c91-ba2bcf404510]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2009 04:53:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-corresponding-alternative/m-p/5242864#M1211425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-23T04:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: MOVE-CORRESPONDING Alternative..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-corresponding-alternative/m-p/5242865#M1211426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Handy document!  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way what made you aware after 120 days? &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for sharing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2009 09:07:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-corresponding-alternative/m-p/5242865#M1211426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-23T09:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: MOVE-CORRESPONDING Alternative..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-corresponding-alternative/m-p/5242866#M1211427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2009 09:51:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-corresponding-alternative/m-p/5242866#M1211427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-23T09:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: MOVE-CORRESPONDING Alternative..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-corresponding-alternative/m-p/5242867#M1211428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; By the way what made you aware after 120 days? &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;It may have been Vijay's subtle way of reminding me to take care of something that I said I would do a couple of weeks ago and have now done &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2009 13:31:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-corresponding-alternative/m-p/5242867#M1211428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-23T13:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: MOVE-CORRESPONDING Alternative..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-corresponding-alternative/m-p/5242868#M1211429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am just reading Rob's Sticky, i thought it is useful, and just want to contribute to Rob's Sticky. He already posted a link referring to the current thread. Instead of Adding my comment there, i added it to the existing thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 11:22:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-corresponding-alternative/m-p/5242868#M1211429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-25T11:22:18Z</dc:date>
    </item>
  </channel>
</rss>

