<?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 data to stable in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-data-to-stable/m-p/2479682#M558518</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SHNYA,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will have to concatenate the values of the other fields in the structure other than the mandatory ones into 255 char lenght field and then append into the table. But care must be taken while reading the data out at the destination. May be you could use some values to identify the same and move into corresponding structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structure1&lt;/P&gt;&lt;P&gt;Pernr &lt;/P&gt;&lt;P&gt;Persno&lt;/P&gt;&lt;P&gt;i.d&lt;/P&gt;&lt;P&gt;date&lt;/P&gt;&lt;P&gt;Name&lt;/P&gt;&lt;P&gt;Date of bearth&lt;/P&gt;&lt;P&gt;Country &lt;/P&gt;&lt;P&gt;Religion&lt;/P&gt;&lt;P&gt;end of structure1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structure2&lt;/P&gt;&lt;P&gt;Pernr &lt;/P&gt;&lt;P&gt;Persno&lt;/P&gt;&lt;P&gt;i.d&lt;/P&gt;&lt;P&gt;date&lt;/P&gt;&lt;P&gt;Name&lt;/P&gt;&lt;P&gt;Data&lt;/P&gt;&lt;P&gt;end of structure2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at tableofStucture2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;wa_structure1-data = Date of bearth &amp;amp;&amp;amp; Country  &amp;amp;&amp;amp; Religion&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append wa_structure1 to tableofStructure1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;P&gt;Preetham S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jun 2007 10:59:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-25T10:59:15Z</dc:date>
    <item>
      <title>move data to stable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-data-to-stable/m-p/2479681#M558517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallow &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a interface program that I have to send a many(30) different structre but in all stuctre I have 5 fields that is requirement in all stuctre. I heard that I can do a strucre with the requirement fields and one field type char 255 that I move for him all the data from other fields maybe in concatente&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do that?&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;Pernr &lt;/P&gt;&lt;P&gt;Persno&lt;/P&gt;&lt;P&gt;i.d&lt;/P&gt;&lt;P&gt;date&lt;/P&gt;&lt;P&gt;Name&lt;/P&gt;&lt;P&gt;Data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pernr &lt;/P&gt;&lt;P&gt;Persno&lt;/P&gt;&lt;P&gt;i.d&lt;/P&gt;&lt;P&gt;date&lt;/P&gt;&lt;P&gt;Name&lt;/P&gt;&lt;P&gt;Date of bearth&lt;/P&gt;&lt;P&gt;Country &lt;/P&gt;&lt;P&gt;Religion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And more fields&amp;#133;..&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 10:51:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-data-to-stable/m-p/2479681#M558517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T10:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: move data to stable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-data-to-stable/m-p/2479682#M558518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SHNYA,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will have to concatenate the values of the other fields in the structure other than the mandatory ones into 255 char lenght field and then append into the table. But care must be taken while reading the data out at the destination. May be you could use some values to identify the same and move into corresponding structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structure1&lt;/P&gt;&lt;P&gt;Pernr &lt;/P&gt;&lt;P&gt;Persno&lt;/P&gt;&lt;P&gt;i.d&lt;/P&gt;&lt;P&gt;date&lt;/P&gt;&lt;P&gt;Name&lt;/P&gt;&lt;P&gt;Date of bearth&lt;/P&gt;&lt;P&gt;Country &lt;/P&gt;&lt;P&gt;Religion&lt;/P&gt;&lt;P&gt;end of structure1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structure2&lt;/P&gt;&lt;P&gt;Pernr &lt;/P&gt;&lt;P&gt;Persno&lt;/P&gt;&lt;P&gt;i.d&lt;/P&gt;&lt;P&gt;date&lt;/P&gt;&lt;P&gt;Name&lt;/P&gt;&lt;P&gt;Data&lt;/P&gt;&lt;P&gt;end of structure2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at tableofStucture2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;wa_structure1-data = Date of bearth &amp;amp;&amp;amp; Country  &amp;amp;&amp;amp; Religion&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append wa_structure1 to tableofStructure1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;P&gt;Preetham S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 10:59:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-data-to-stable/m-p/2479682#M558518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T10:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: move data to stable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-data-to-stable/m-p/2479683#M558519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi preetham&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i cant do it in field symbol ? i have to do this to much time in my program&lt;/P&gt;&lt;P&gt;and i thihnk that field symbol reduce performance&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, 25 Jun 2007 12:24:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-data-to-stable/m-p/2479683#M558519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-25T12:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: move data to stable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/move-data-to-stable/m-p/2479684#M558520</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 can also use a field symbol. In fact it improves the performance since there is no transport of data from table to workarea before assigning the values to DATA field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;P&gt;Preetham S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 03:29:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/move-data-to-stable/m-p/2479684#M558520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T03:29:07Z</dc:date>
    </item>
  </channel>
</rss>

