<?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 n move corresponding in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-n-move-corresponding/m-p/2155904#M455506</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DATA: BEGIN OF wa_tab1,     &lt;/P&gt;&lt;P&gt;   fld1(4) VALUE &amp;#146;FLD1&amp;#146;,       &lt;/P&gt;&lt;P&gt; fld2(4) VALUE &amp;#146;FLD2&amp;#146;,       &lt;/P&gt;&lt;P&gt; fld3(4) VALUE &amp;#146;FLD3&amp;#146;,      &lt;/P&gt;&lt;P&gt;  fld4(4) VALUE &amp;#146;FLD4&amp;#146;,       &lt;/P&gt;&lt;P&gt; fld5(4) VALUE &amp;#146;FLD5&amp;#146;,      &lt;/P&gt;&lt;P&gt;END OF wa_tab1,     &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; BEGIN OF wa_tab2,       &lt;/P&gt;&lt;P&gt; fld1(4),        &lt;/P&gt;&lt;P&gt;fld2(4),        &lt;/P&gt;&lt;P&gt;fld3(4),       &lt;/P&gt;&lt;P&gt; fld4(4),      &lt;/P&gt;&lt;P&gt;END OF wa_tab2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="13" type="ul"&gt;&lt;P&gt;Move Corresponding *************&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;MOVE-CORRESPONDING wa_tab1 to wa_tab2.&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="12" type="ul"&gt;&lt;P&gt;End Move Corresponding ******************************&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="20" type="ul"&gt;&lt;P&gt;Move*******************&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;MOVE: wa_tab1-fld1 to wa_tab2-fld1,      &lt;/P&gt;&lt;P&gt;wa_tab1-fld2 to wa_tab2-fld2,    &lt;/P&gt;&lt;P&gt;  wa_tab1-fld3 to wa_tab2-fld3,     &lt;/P&gt;&lt;P&gt; wa_tab1-fld4 to wa_tab2-fld4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="18" type="ul"&gt;&lt;P&gt;End Move ******************     &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;In above example, the result of MOVE and MOVE-CORRESPONDING is same. MOVE-CORRESPONDING is look like easy to coding but MOVE statement have performance better than MOVE-CORRESPONDING because when you apply MOVE-CORRESPONDING CPU usage of system will be increased.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Apr 2007 06:09:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-16T06:09:52Z</dc:date>
    <item>
      <title>move n move corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-n-move-corresponding/m-p/2155901#M455503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;frends please provide me the detail document and scenarios where we use with examples about move and move corresponding  statements?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Apr 2007 15:05:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-n-move-corresponding/m-p/2155901#M455503</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-14T15:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: move n move corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-n-move-corresponding/m-p/2155902#M455504</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;Please check this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assigning Values with MOVE: &lt;/P&gt;&lt;P&gt;To assign the value of a data object source to a variable destination, use the following statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE source TO destination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or the equivalent statement&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;The content of source remains unchanged, source does not therefore have to be a variable - it can also be a literal, a text symbol, or a constant. You must always specify decimal points with a period (.), regardless of the user&amp;#146;s personal settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Multiple assignments&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;f4 = f3 = f2 = f1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are also possible. ABAP processes them from right to left as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE f1 TO f2. &lt;/P&gt;&lt;P&gt;MOVE f2 TO f3. &lt;/P&gt;&lt;P&gt;MOVE f3 TO f4. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assigning Values Between Components of Structures (MOVE-CORRESPONDING):&lt;/P&gt;&lt;P&gt;The rules for value assignments between data objects also apply to structures. With the command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: struct1 TYPE structure,&lt;/P&gt;&lt;P&gt;      struct2 TYPE structure.&lt;/P&gt;&lt;P&gt;struct1 = struct2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;two structures of the same type can be assigned to one another without difficulty. Here, the entire source structure is seen as a unit and copied to the source structure. It is then possible to access the components individually again. If the structures in question are not compatible, see the conversion rules for structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In practice, however, you will often only need to assign certain components of a structure to be certain components of another structure. ABAP has a special statement for this purpose:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE-CORRESPONDING sourcestruct TO destinationstruct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This statement assigns the contents of the components of structure sourcestruct to the components of the destinationstruct structure that have identical names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When it is executed, it is broken down into a set of MOVEstatements, one for each pair of fields with identical names, as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE sourcestruct-comp1 TO destinationstruct-comp1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE sourcestruct-comp2 TO destinationstruct-comp2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Apr 2007 15:15:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-n-move-corresponding/m-p/2155902#M455504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-14T15:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: move n move corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-n-move-corresponding/m-p/2155903#M455505</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;You use move command to assing data from one variable to another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Example.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: var1 TYPE c VAULE 'A',
      var2 TYPE c.

MOVE var1 to var2.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You use moe-corresponding to move the data from one structure where the definition of both the strucutre are not same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Example.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: BEGIN OF lst_struct1,
             field1,
             field2,
             field3,
             field4,
           END OF lst_struct1.

DATA: BEGIN OF lst_struct2,
             field2,
             field3,
           END OF lst_struct2.

MOVE-CORRESPONDING lst_struct1 TO lst_struct2.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, you want to populate the data in lst_struct2 from lst_struct1. But both contains the fields in different order. You can not just do lst_struct2 = lst_struct1. Since fields are out of order, you use MOVE-CORRESPONDING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link for your referece.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/34/8e732a6df74873e10000009b38f9b8/frameset.htm" target="test_blank"&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;Let me know if you need any other information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Apr 2007 15:20:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-n-move-corresponding/m-p/2155903#M455505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-14T15:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: move n move corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-n-move-corresponding/m-p/2155904#M455506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DATA: BEGIN OF wa_tab1,     &lt;/P&gt;&lt;P&gt;   fld1(4) VALUE &amp;#146;FLD1&amp;#146;,       &lt;/P&gt;&lt;P&gt; fld2(4) VALUE &amp;#146;FLD2&amp;#146;,       &lt;/P&gt;&lt;P&gt; fld3(4) VALUE &amp;#146;FLD3&amp;#146;,      &lt;/P&gt;&lt;P&gt;  fld4(4) VALUE &amp;#146;FLD4&amp;#146;,       &lt;/P&gt;&lt;P&gt; fld5(4) VALUE &amp;#146;FLD5&amp;#146;,      &lt;/P&gt;&lt;P&gt;END OF wa_tab1,     &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; BEGIN OF wa_tab2,       &lt;/P&gt;&lt;P&gt; fld1(4),        &lt;/P&gt;&lt;P&gt;fld2(4),        &lt;/P&gt;&lt;P&gt;fld3(4),       &lt;/P&gt;&lt;P&gt; fld4(4),      &lt;/P&gt;&lt;P&gt;END OF wa_tab2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="13" type="ul"&gt;&lt;P&gt;Move Corresponding *************&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;MOVE-CORRESPONDING wa_tab1 to wa_tab2.&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="12" type="ul"&gt;&lt;P&gt;End Move Corresponding ******************************&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="20" type="ul"&gt;&lt;P&gt;Move*******************&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;MOVE: wa_tab1-fld1 to wa_tab2-fld1,      &lt;/P&gt;&lt;P&gt;wa_tab1-fld2 to wa_tab2-fld2,    &lt;/P&gt;&lt;P&gt;  wa_tab1-fld3 to wa_tab2-fld3,     &lt;/P&gt;&lt;P&gt; wa_tab1-fld4 to wa_tab2-fld4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="18" type="ul"&gt;&lt;P&gt;End Move ******************     &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;In above example, the result of MOVE and MOVE-CORRESPONDING is same. MOVE-CORRESPONDING is look like easy to coding but MOVE statement have performance better than MOVE-CORRESPONDING because when you apply MOVE-CORRESPONDING CPU usage of system will be increased.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 06:09:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-n-move-corresponding/m-p/2155904#M455506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T06:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: move n move corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-n-move-corresponding/m-p/2155905#M455507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;       As everyone gave you detailed technical analysis, let me tell you briefly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'MOVE' will move all the records from one work area to another work area. If both the structures are different, it would result in an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'MOVE-CORRESPONDING' will move data from one work area to other with similar fields. ex: wa_work1 has 3 fields called a,b, and c. wa_work2 has 3 fields called f,b, and c. Then contents from b are copied to wa_work2 when u use a statement like move-corresponding wa_work1 to wa_work2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 06:14:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-n-move-corresponding/m-p/2155905#M455507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T06:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: move n move corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-n-move-corresponding/m-p/2155906#M455508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kudala,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The simple scenario is like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.  STRUCTURE 1      =  STRUCTURE 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   (Both structure are EXACTLY The same)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   We use MOVE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. STRUCTURE 1      ~=   STRUCTURE 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  (Only Some Field name are common in both)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   then we use Move-Corresponding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 06:24:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-n-move-corresponding/m-p/2155906#M455508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T06:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: move n move corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-n-move-corresponding/m-p/2155907#M455509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;move&amp;lt;/b&amp;gt; is used to assign the value of 1 varaible to another  pr 1 table to another having same structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg move a to b.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;move cforresponding is used to move the values of 1 internal table to another having different structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;move correponding fields of itab1 to table itab2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ravish   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;plz reward points if helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 06:29:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-n-move-corresponding/m-p/2155907#M455509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T06:29:28Z</dc:date>
    </item>
  </channel>
</rss>

