<?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: moving fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-fields/m-p/1798523#M342984</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;&lt;/P&gt;&lt;P&gt;Declare the table with all the required fields(for both 2 records). then while comparing the key value move the fields to the corresponding fileds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Dec 2006 13:24:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-11T13:24:59Z</dc:date>
    <item>
      <title>moving fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-fields/m-p/1798518#M342979</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;how to move values of 2 records into 1 single record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 13:19:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-fields/m-p/1798518#M342979</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T13:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: moving fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-fields/m-p/1798519#M342980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SVJ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use &amp;lt;b&amp;gt;MOVE-CORRESPONDING&amp;lt;/b&amp;gt; statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use two MOVE-CORRESPONDIG statement for each record to push into a single record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MOVE-CORRESPONDING record1 INTO record.&lt;/P&gt;&lt;P&gt;MOVE-CORRESPONDING record2 INTO record.&lt;/P&gt;&lt;P&gt;APPEND record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 13:21:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-fields/m-p/1798519#M342980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T13:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: moving fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-fields/m-p/1798520#M342981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have sufficient fields to move the data into?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itab&lt;/P&gt;&lt;P&gt; - field1&lt;/P&gt;&lt;P&gt; - field2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then,&lt;/P&gt;&lt;P&gt;itab-field1 = wa1-field.&lt;/P&gt;&lt;P&gt;itab-field2 = wa2-field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 13:22:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-fields/m-p/1798520#M342981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T13:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: moving fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-fields/m-p/1798521#M342982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use like this..&lt;/P&gt;&lt;P&gt;Use Move-corresponding struct1 into struct.&lt;/P&gt;&lt;P&gt;Use Move-corresponding struct2 into struct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where Struct1 &amp;amp; struct2 are your 2 records and struct is a single final record..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if usefull..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 13:23:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-fields/m-p/1798521#M342982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T13:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: moving fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-fields/m-p/1798522#M342983</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;the concatenate command can be used to move the value of two records into one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : field1(5) type c value 'abc',&lt;/P&gt;&lt;P&gt;         field2(10) type c value '123' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; field1 , field2 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE  field1 field2 into field2 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; field2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The output would be : abc123&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz revert if it doen't suffice ur requirement.&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;Pankaj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz award points if it helps u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 13:24:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-fields/m-p/1798522#M342983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T13:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: moving fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-fields/m-p/1798523#M342984</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;&lt;/P&gt;&lt;P&gt;Declare the table with all the required fields(for both 2 records). then while comparing the key value move the fields to the corresponding fileds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 13:24:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-fields/m-p/1798523#M342984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T13:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: moving fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/moving-fields/m-p/1798524#M342985</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 the records data into two different structure&lt;/P&gt;&lt;P&gt;create new structure which is having two structure fields.&lt;/P&gt;&lt;P&gt;append new structure to internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bhupal Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 13:40:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/moving-fields/m-p/1798524#M342985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T13:40:37Z</dc:date>
    </item>
  </channel>
</rss>

