<?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: How to avoid Move Corresponding in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-move-corresponding/m-p/11405547#M1925494</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I can not understand what is the problem of &lt;SPAN style="color: #333333; font-size: 12px;"&gt;MOVE-CORRESPONDING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;we can not live without &lt;SPAN style="color: #333333; font-size: 12px;"&gt;MOVE-CORRESPONDING, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but suppose that if you have table1 ---&amp;gt; 30 fields&lt;/P&gt;&lt;P&gt;and table 2 has ---&amp;gt; 50&amp;nbsp; fields &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;intersection 5 fields, then you have to use field symobi for these 5 fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give me only one reason that you don't want to use &lt;SPAN style="color: #333333; font-size: 12px;"&gt;MOVE-CORRESPONDING?? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ebrahim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Dec 2015 14:37:53 GMT</pubDate>
    <dc:creator>former_member184158</dc:creator>
    <dc:date>2015-12-08T14:37:53Z</dc:date>
    <item>
      <title>How to avoid Move Corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-move-corresponding/m-p/11405538#M1925485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used Move-Corresponding in my code,which I want to avoid. Logic I have used is as follow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2&amp;nbsp; tables, table A and Table B.Now if there are 10 fields in table A ,then in table B there are those same 10 and 4 more fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After populating table A,I pass the values of those 10 fields to table B and update the value of the rest 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at &amp;lt;table A&amp;gt; into &amp;lt;wa_A&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MOVE-CORRESPONDING &amp;lt;wa_A&amp;gt; to &amp;lt;wa_B&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;WA_B&amp;gt;-field1 = &amp;lt;&amp;gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;&amp;lt;WA_B&amp;gt;-field2 = &amp;lt;&amp;gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;&amp;lt;WA_B&amp;gt;-field3 = &amp;lt;&amp;gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;&amp;lt;WA_B&amp;gt;-field4 = &amp;lt;&amp;gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt; APPEND &amp;lt;wa_B&amp;gt; to &amp;lt;Table B&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;ENDLOOP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me a more efficient way of doing this.I want to avoid using Move Corresponding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 15:37:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-move-corresponding/m-p/11405538#M1925485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-07T15:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid Move Corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-move-corresponding/m-p/11405539#M1925486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tanushree,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That sample not is a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following the link about move-corresponding.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://help.sap.com/saphelp_46c/helpdata/en/34/8e732a6df74873e10000009b38f9b8/frameset.htm"&gt;http://help.sap.com/saphelp_46c/helpdata/en/34/8e732a6df74873e10000009b38f9b8/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 15:48:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-move-corresponding/m-p/11405539#M1925486</guid>
      <dc:creator>roberto_forti</dc:creator>
      <dc:date>2015-12-07T15:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid Move Corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-move-corresponding/m-p/11405540#M1925487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the issue with "MOVE-CORRESPONDING"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or if you know the sequence of the fields will also be same you can ASSIGN COMPONENT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can individually get the NAMES of the internal table A and B and use ASSIGN (V_NAME) to &amp;lt;f1&amp;gt; and &amp;lt;f2&amp;gt; respectively and then &amp;lt;f2&amp;gt; = &amp;lt;f1&amp;gt; or just simply pass field by field without field symbols. But this would require more effort and the difference may not be that "efficient" also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 17:20:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-move-corresponding/m-p/11405540#M1925487</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-07T17:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid Move Corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-move-corresponding/m-p/11405541#M1925488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does all the fields in table A are character type? And the 10 fields in table B are in the same sequence as table A? If yes, then you could do the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at table_A into wa_A.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; wa_B = wa_A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; wa_B-field1 = ...&lt;/P&gt;&lt;P&gt;&amp;nbsp; wa_B-field2 = ...&lt;/P&gt;&lt;P&gt;&amp;nbsp; wa_B-field3 = ...&lt;/P&gt;&lt;P&gt;&amp;nbsp; wa_B-field4 = ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append wa_B to table_B.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 22:19:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-move-corresponding/m-p/11405541#M1925488</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-07T22:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid Move Corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-move-corresponding/m-p/11405542#M1925489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually one of my structure is of standard type pa0002 and other is a z type with 4 custome fields.&lt;/P&gt;&lt;P&gt;The 4 custom fields are also the primary key,so the order is different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for eg:&lt;/P&gt;&lt;P&gt;struc A:&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;4&lt;/P&gt;&lt;P&gt;STRUC B:&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;a&lt;/P&gt;&lt;P&gt;b&lt;/P&gt;&lt;P&gt;c&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;4&lt;/P&gt;&lt;P&gt;d&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore I am using Move corresponding which is not that good performance wise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2015 11:16:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-move-corresponding/m-p/11405542#M1925489</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-08T11:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid Move Corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-move-corresponding/m-p/11405543#M1925490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if it is just 4 fields why can't you just move them one by one?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2015 12:00:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-move-corresponding/m-p/11405543#M1925490</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-08T12:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid Move Corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-move-corresponding/m-p/11405544#M1925491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have&amp;nbsp; just give an example.I have more than 100 fields in my table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2015 12:19:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-move-corresponding/m-p/11405544#M1925491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-08T12:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid Move Corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-move-corresponding/m-p/11405545#M1925492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok fair enough.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know why people say MOVE-CORRESPONDING is inefficient. As per me it is quite efficient in certain cases wher you just change the structures and it starts working. If MOVE-CORRESPONDING is inefficient then most of the middleware framework mainly CRM/ SRM middleware is inefficient as SAP uses it in lot of places . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still don't like it, did try for some logic using field symbols as I explained in my first post?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2015 13:54:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-move-corresponding/m-p/11405545#M1925492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-08T13:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid Move Corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-move-corresponding/m-p/11405546#M1925493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no problem with MOVE-CORRESPONDING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember: computer time is cheap. Programmer time is expensive.&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, 08 Dec 2015 14:12:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-move-corresponding/m-p/11405546#M1925493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-08T14:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid Move Corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-move-corresponding/m-p/11405547#M1925494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I can not understand what is the problem of &lt;SPAN style="color: #333333; font-size: 12px;"&gt;MOVE-CORRESPONDING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;we can not live without &lt;SPAN style="color: #333333; font-size: 12px;"&gt;MOVE-CORRESPONDING, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but suppose that if you have table1 ---&amp;gt; 30 fields&lt;/P&gt;&lt;P&gt;and table 2 has ---&amp;gt; 50&amp;nbsp; fields &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;intersection 5 fields, then you have to use field symobi for these 5 fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give me only one reason that you don't want to use &lt;SPAN style="color: #333333; font-size: 12px;"&gt;MOVE-CORRESPONDING?? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ebrahim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2015 14:37:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-move-corresponding/m-p/11405547#M1925494</guid>
      <dc:creator>former_member184158</dc:creator>
      <dc:date>2015-12-08T14:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid Move Corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-move-corresponding/m-p/11405548#M1925495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been told its not an efficient coding way,so I have been asked to avoid it in my project&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 06:41:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-move-corresponding/m-p/11405548#M1925495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-09T06:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid Move Corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-move-corresponding/m-p/11405549#M1925496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi tanushree, &lt;/P&gt;&lt;P&gt;this is your opinion, any how, just try to use field symbol, I am really curious if there is a nother alternative for Move Corresponding.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 07:08:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-move-corresponding/m-p/11405549#M1925496</guid>
      <dc:creator>former_member184158</dc:creator>
      <dc:date>2015-12-09T07:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid Move Corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-move-corresponding/m-p/11405550#M1925497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no alternative. There is no performance issue with move-corresponding. The OP has been wrongly informed. I can't see the point in this discussion continuing, so I am locking the thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 09:21:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-move-corresponding/m-p/11405550#M1925497</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2015-12-09T09:21:25Z</dc:date>
    </item>
  </channel>
</rss>

