<?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: EXPORT/IMPORT using DATA BUFFER in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-using-data-buffer/m-p/777650#M38936</link>
    <description>&lt;P&gt;Ah, I see it now:&lt;/P&gt;&lt;P&gt;Spot the difference.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;IMPORT p1 = lt_matl FROM &lt;B&gt;DATA BUFFER &lt;/B&gt;iv_buff .&lt;/LI&gt;&lt;LI&gt;FREE &lt;B&gt;MEMORY&lt;/B&gt; &lt;B&gt;ID &lt;/B&gt;iv_buff&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;1 puts information into a &lt;STRONG&gt;data buffer&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2 frees a &lt;STRONG&gt;memory id&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Quite different things. Why would you expect it to work?&lt;/P&gt;&lt;P&gt;Try: clear iv_buff. &lt;/P&gt;</description>
    <pubDate>Wed, 30 Jan 2019 15:14:38 GMT</pubDate>
    <dc:creator>matt</dc:creator>
    <dc:date>2019-01-30T15:14:38Z</dc:date>
    <item>
      <title>EXPORT/IMPORT using DATA BUFFER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-using-data-buffer/m-p/777646#M38932</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;In a current process, there are around 500K records exported and imported to data buffer. While this works most of the time, occasionally we see failure in the job that implements export/import process. the job runs into HOLD status with reason SLEEP which I think is of resource bottleneck. I couldn't discard the reason of this error linked to the way how EXPORT/IMPORT is used. &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;Keeping the existing process of export/import to data buffer unchanged, how do I clear the data buffer? &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;Below is the code I have for import:&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;IMPORT p1 = lt_matl FROM DATA BUFFER iv_buff .&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;After the import how i can reset or clear the buffer iv_buff. FREE MEMORY ID results in syntax error as iv_buff must be a character type field. &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;OL&gt; 
   &lt;LI&gt;Any suggestion on how to clear the data buffer ?&lt;/LI&gt; 
   &lt;LI&gt;Is there any limitation on using IMPORT/EXPORT using DATA BUFFER for large volumes of data?&lt;/LI&gt; 
  &lt;/OL&gt;</description>
      <pubDate>Tue, 29 Jan 2019 19:46:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-using-data-buffer/m-p/777646#M38932</guid>
      <dc:creator>prabhu_s2</dc:creator>
      <dc:date>2019-01-29T19:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: EXPORT/IMPORT using DATA BUFFER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-using-data-buffer/m-p/777647#M38933</link>
      <description>&lt;P&gt;If &lt;STRONG&gt;FREE MEMORY ID iv_buff&lt;/STRONG&gt; fails due to&lt;STRONG&gt; iv_buff&lt;/STRONG&gt; not being a character field, that would indicate to me, that you need to make it a character field. What is its type?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jan 2019 21:12:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-using-data-buffer/m-p/777647#M38933</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2019-01-29T21:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: EXPORT/IMPORT using DATA BUFFER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-using-data-buffer/m-p/777648#M38934</link>
      <description>&lt;P&gt;If it's really IMPORT which makes the workprocess hang forever, then it's abnormal (it should just fail) and you should check if there are patches to correct that, or contact the SAP support if there are none.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 09:00:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-using-data-buffer/m-p/777648#M38934</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-01-30T09:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: EXPORT/IMPORT using DATA BUFFER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-using-data-buffer/m-p/777649#M38935</link>
      <description>&lt;P&gt;it is a RAWSTRING&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 15:10:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-using-data-buffer/m-p/777649#M38935</guid>
      <dc:creator>prabhu_s2</dc:creator>
      <dc:date>2019-01-30T15:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: EXPORT/IMPORT using DATA BUFFER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-using-data-buffer/m-p/777650#M38936</link>
      <description>&lt;P&gt;Ah, I see it now:&lt;/P&gt;&lt;P&gt;Spot the difference.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;IMPORT p1 = lt_matl FROM &lt;B&gt;DATA BUFFER &lt;/B&gt;iv_buff .&lt;/LI&gt;&lt;LI&gt;FREE &lt;B&gt;MEMORY&lt;/B&gt; &lt;B&gt;ID &lt;/B&gt;iv_buff&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;1 puts information into a &lt;STRONG&gt;data buffer&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2 frees a &lt;STRONG&gt;memory id&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Quite different things. Why would you expect it to work?&lt;/P&gt;&lt;P&gt;Try: clear iv_buff. &lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 15:14:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-using-data-buffer/m-p/777650#M38936</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2019-01-30T15:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: EXPORT/IMPORT using DATA BUFFER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-using-data-buffer/m-p/777651#M38937</link>
      <description>&lt;P&gt;thanks Sandra .... what I missed to include in the post is the import is performed within a submit job in background .... currently I could see there are atleast 140 jobs created&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 15:15:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-using-data-buffer/m-p/777651#M38937</guid>
      <dc:creator>prabhu_s2</dc:creator>
      <dc:date>2019-01-30T15:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: EXPORT/IMPORT using DATA BUFFER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-using-data-buffer/m-p/777652#M38938</link>
      <description>&lt;P&gt;Ouch. 500 thousand lines * 140 jobs, that's a huge amount of memory! Because there is first the IV_BUFF variable which contains the compressed data, and you uncompress it into LT_MATL. PS: in that context, "DATA BUFFER" just means that the compressed data is inside the variable (IV_BUFF). Clearing the variable clears the "data buffer".&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 17:19:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-import-using-data-buffer/m-p/777652#M38938</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-01-30T17:19:58Z</dc:date>
    </item>
  </channel>
</rss>

