<?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 which statement is used to move identically named fields between structures in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/which-statement-is-used-to-move-identically-named-fields-between-structures/m-p/2925091#M689039</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;which statement is used to move identically named fields between structures&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Oct 2007 06:53:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-09T06:53:08Z</dc:date>
    <item>
      <title>which statement is used to move identically named fields between structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/which-statement-is-used-to-move-identically-named-fields-between-structures/m-p/2925091#M689039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;which statement is used to move identically named fields between structures&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 06:53:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/which-statement-is-used-to-move-identically-named-fields-between-structures/m-p/2925091#M689039</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T06:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: which statement is used to move identically named fields between structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/which-statement-is-used-to-move-identically-named-fields-between-structures/m-p/2925092#M689040</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 the both structures are same you can use &lt;/P&gt;&lt;P&gt;MOVE str1 TO str2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This means that both the structures should have same number of fields and moreover the field names should be the same but length of the fileds may vary. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Example:&amp;lt;/b&amp;gt; str1-name may have 20 chars length and str2-name may have 15 chars length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the both structures are not same you can use &lt;/P&gt;&lt;P&gt;MOVE-CORRESPONDING  str1 TO str2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 06:55:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/which-statement-is-used-to-move-identically-named-fields-between-structures/m-p/2925092#M689040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T06:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: which statement is used to move identically named fields between structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/which-statement-is-used-to-move-identically-named-fields-between-structures/m-p/2925093#M689041</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;'Move corresponding' will do..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 06:56:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/which-statement-is-used-to-move-identically-named-fields-between-structures/m-p/2925093#M689041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T06:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: which statement is used to move identically named fields between structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/which-statement-is-used-to-move-identically-named-fields-between-structures/m-p/2925094#M689042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;use move corresponding,&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;move table1[] to table2[]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful&lt;/P&gt;&lt;P&gt;vivekanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 06:56:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/which-statement-is-used-to-move-identically-named-fields-between-structures/m-p/2925094#M689042</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T06:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: which statement is used to move identically named fields between structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/which-statement-is-used-to-move-identically-named-fields-between-structures/m-p/2925095#M689043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MOVE-CORRESPONDING STRUCT1 to STRUCT2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 06:56:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/which-statement-is-used-to-move-identically-named-fields-between-structures/m-p/2925095#M689043</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T06:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: which statement is used to move identically named fields between structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/which-statement-is-used-to-move-identically-named-fields-between-structures/m-p/2925096#M689044</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;Move-corresponding struct1 to struct2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chitra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 07:02:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/which-statement-is-used-to-move-identically-named-fields-between-structures/m-p/2925096#M689044</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T07:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: which statement is used to move identically named fields between structures</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/which-statement-is-used-to-move-identically-named-fields-between-structures/m-p/2925097#M689045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jyothsna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We use &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;b&amp;gt;MOVE-CORRESPONDING STRU1 TO STRU2.&amp;lt;/b&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: begin of stru1,&lt;/P&gt;&lt;P&gt;f1,&lt;/P&gt;&lt;P&gt;f2,&lt;/P&gt;&lt;P&gt;f3,&lt;/P&gt;&lt;P&gt;end of stru1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: begin of stru2,&lt;/P&gt;&lt;P&gt;f1,&lt;/P&gt;&lt;P&gt;f2,&lt;/P&gt;&lt;P&gt;f3,&lt;/P&gt;&lt;P&gt;end of stru2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;stru1-f1 = 'a'. stru1-f2 = 'b'. stru1-f3 = 'c'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MOVE-CORRESPONDING STRU1 TO STRU2.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write: stru2-f1, stru2-f2, stru2-f3.&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;--&lt;/P&gt;&lt;P&gt;Sasidhar Reddy Matli.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 07:04:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/which-statement-is-used-to-move-identically-named-fields-between-structures/m-p/2925097#M689045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T07:04:30Z</dc:date>
    </item>
  </channel>
</rss>

