<?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: multi line export-import in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/multi-line-export-import/m-p/4819203#M1127852</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;use internal table to hold the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pass this internal table to a memory ID and export it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then import the same at the other end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF ITABY OCCURS 0,&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;END OF ITABY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT ITABY TO MEMORY ID 'ABC'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at other end use&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF ITABY OCCURS 0,&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;END OF ITABY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT ITABY FROM MEMORY ID 'ABC.'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you have any queries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Dec 2008 11:25:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-02T11:25:10Z</dc:date>
    <item>
      <title>multi line export-import</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multi-line-export-import/m-p/4819202#M1127851</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;im using user exit LMR1M004 to export some variables which are imported in user exit RGGBS000. It works fine wherever there is only one line item. However this import-export doesnt happen line by line. After all line items are exported the second user exit imports the values , so it loses the variables of first line item and fetches values of second line item for both lines. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i overcome this problem ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 11:17:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multi-line-export-import/m-p/4819202#M1127851</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T11:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: multi line export-import</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multi-line-export-import/m-p/4819203#M1127852</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;use internal table to hold the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pass this internal table to a memory ID and export it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then import the same at the other end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF ITABY OCCURS 0,&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;END OF ITABY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT ITABY TO MEMORY ID 'ABC'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at other end use&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF ITABY OCCURS 0,&lt;/P&gt;&lt;P&gt;.......&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;END OF ITABY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORT ITABY FROM MEMORY ID 'ABC.'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you have any queries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 11:25:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multi-line-export-import/m-p/4819203#M1127852</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T11:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: multi line export-import</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multi-line-export-import/m-p/4819204#M1127853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnx for ur prompt response. However i dont have the internal table ready .....i mean my user exits exports lines one by one. So probably i need to store the lines in table and export once all lines are stored in table . That would require that the records in table should be static. I mean between calls to user exit it should remember the previous lines. How do i make my internal table static so that previous lines are remembered ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 11:34:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multi-line-export-import/m-p/4819204#M1127853</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T11:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: multi line export-import</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multi-line-export-import/m-p/4819205#M1127854</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;Declare a string variable in your internal table.&lt;/P&gt;&lt;P&gt;pass all the values to that string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use LOOP statement. Also use append statement within LOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remaining syntax will remain same as mentioned in my previous reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 11:43:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multi-line-export-import/m-p/4819205#M1127854</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T11:43:10Z</dc:date>
    </item>
  </channel>
</rss>

