<?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 and move corresponding in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-and-move-corresponding/m-p/2489895#M561889</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;MOVE: means from move one field to other , and the field names may be different &lt;/P&gt;&lt;P&gt;MOVE-CORRESPONDING means both the field names in both sides are to be same.then only we use this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jul 2007 10:05:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-06T10:05:39Z</dc:date>
    <item>
      <title>move and move corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-and-move-corresponding/m-p/2489893#M561887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;Among "Move" and "Move Corresponding", which is efficient one?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 10:03:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-and-move-corresponding/m-p/2489893#M561887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T10:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: move and move corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-and-move-corresponding/m-p/2489894#M561888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;move is efficient than move-corresponding.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 10:04:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-and-move-corresponding/m-p/2489894#M561888</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T10:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: move and move corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-and-move-corresponding/m-p/2489895#M561889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;MOVE: means from move one field to other , and the field names may be different &lt;/P&gt;&lt;P&gt;MOVE-CORRESPONDING means both the field names in both sides are to be same.then only we use this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 10:05:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-and-move-corresponding/m-p/2489895#M561889</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T10:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: move and move corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-and-move-corresponding/m-p/2489896#M561890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;      MOve-Corresponding is more convinient than moving fileds individually. but this command takes more CPU time this result in poor performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raghavendra.D.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 10:07:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-and-move-corresponding/m-p/2489896#M561890</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T10:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: move and move corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-and-move-corresponding/m-p/2489897#M561891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Move statement is more efficient than move-corresponding.&lt;/P&gt;&lt;P&gt;In case of dialog programming move/movecorresponding stsmt&lt;/P&gt;&lt;P&gt;are used to put internal table workarea data into screen fields.&lt;/P&gt;&lt;P&gt;data: begin of itab occurs 0,&lt;/P&gt;&lt;P&gt;lifnr like lfa1-lifnr,&lt;/P&gt;&lt;P&gt;name1 like lfa1-name1,&lt;/P&gt;&lt;P&gt;ort01 like lfa1-ort01,&lt;/P&gt;&lt;P&gt;end of itab.(here lfa1 is DBtable name)&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;: &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;in case of movecorresponding &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Move-Corresponding itab to lfa1.&lt;/P&gt;&lt;P&gt;(here:lfa1 is screen fields name).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;in case of MOVE stmt.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Move itab-lifnr to lfa1-lifnr.&lt;/P&gt;&lt;P&gt;Move itab-name1 to lfa1-name1.&lt;/P&gt;&lt;P&gt;Move itab-ort01 to lfa1-ort01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Move-corresponding :&lt;/P&gt;&lt;P&gt;If DBtable having 1000 fields and you are using&lt;/P&gt;&lt;P&gt;movecorresponding, then system has to check all the field in&lt;/P&gt;&lt;P&gt;table to move.&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;Padmam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 10:07:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-and-move-corresponding/m-p/2489897#M561891</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T10:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: move and move corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-and-move-corresponding/m-p/2489898#M561892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Move is more efficient than Move-corresponding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;coz in Move-Corresponding the prog search for the corresponding fields hence takes more time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is recommended to use MOVE individual fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 10:19:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-and-move-corresponding/m-p/2489898#M561892</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T10:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: move and move corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-and-move-corresponding/m-p/2489899#M561893</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;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;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;DATA: BEGIN OF address,&lt;/P&gt;&lt;P&gt;        firstname(20) TYPE c VALUE 'Fred',&lt;/P&gt;&lt;P&gt;        surname(20) TYPE c VALUE 'Flintstone',&lt;/P&gt;&lt;P&gt;        initials(4) TYPE c VALUE 'FF',&lt;/P&gt;&lt;P&gt;        street(20) TYPE c VALUE 'Cave Avenue',&lt;/P&gt;&lt;P&gt;        number TYPE i VALUE '11',&lt;/P&gt;&lt;P&gt;        postcode(5) TYPE n VALUE '98765',&lt;/P&gt;&lt;P&gt;        city(20) TYPE c VALUE  'Bedrock',&lt;/P&gt;&lt;P&gt;      END OF address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF name,&lt;/P&gt;&lt;P&gt;        surname(20) TYPE c,&lt;/P&gt;&lt;P&gt;        firstname(20) TYPE c,&lt;/P&gt;&lt;P&gt;        initials(4) TYPE c,&lt;/P&gt;&lt;P&gt;        title(10) TYPE c VALUE 'Mister',&lt;/P&gt;&lt;P&gt;      END OF name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE-CORRESPONDING address TO name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this example, the values of name-surname, name-firstname and name-initials are set to 'Flintstone&amp;#146;, &amp;#145;Fred&amp;#146;, and 'FF'. name-title always has the value &amp;#145;Mister&amp;#146;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpfull answers.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 10:28:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-and-move-corresponding/m-p/2489899#M561893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T10:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: move and move corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-and-move-corresponding/m-p/2489900#M561894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Move Corressponding is efficient one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE CORRESPONDING:&lt;/P&gt;&lt;P&gt;********************************&lt;/P&gt;&lt;P&gt;      In move corresponding we can move more than one data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXAMPLE:&lt;/P&gt;&lt;P&gt;************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE-CORRESPONDING MARA TO ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE:&lt;/P&gt;&lt;P&gt;********&lt;/P&gt;&lt;P&gt;  By using move statement we can move only one data at a time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXAMPLE:&lt;/P&gt;&lt;P&gt;**************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE ITAB-MATNR TO MARA-MATNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF USEFULL REWARD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 10:43:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-and-move-corresponding/m-p/2489900#M561894</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T10:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: move and move corresponding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-and-move-corresponding/m-p/2489901#M561895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;answeered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 11:18:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-and-move-corresponding/m-p/2489901#M561895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T11:18:09Z</dc:date>
    </item>
  </channel>
</rss>

