<?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 Export to shared buffer performance Implications in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-to-shared-buffer-performance-implications/m-p/6643963#M1443891</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the following statement in one of the programs to export an internal table &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
EXPORT it_dtab TO SHARED BUFFER indx(st) ID 'ZMME'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I like to know what the performance implications by using this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 07 Feb 2010 07:03:39 GMT</pubDate>
    <dc:creator>former_member194669</dc:creator>
    <dc:date>2010-02-07T07:03:39Z</dc:date>
    <item>
      <title>Export to shared buffer performance Implications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-to-shared-buffer-performance-implications/m-p/6643963#M1443891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the following statement in one of the programs to export an internal table &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
EXPORT it_dtab TO SHARED BUFFER indx(st) ID 'ZMME'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I like to know what the performance implications by using this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Feb 2010 07:03:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-to-shared-buffer-performance-implications/m-p/6643963#M1443891</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2010-02-07T07:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: Export to shared buffer performance Implications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-to-shared-buffer-performance-implications/m-p/6643964#M1443892</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;Unless your internal table is too huge (May be millions of records) it is fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Feb 2010 07:44:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-to-shared-buffer-performance-implications/m-p/6643964#M1443892</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2010-02-07T07:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Export to shared buffer performance Implications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-to-shared-buffer-performance-implications/m-p/6643965#M1443893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vinod,&lt;/P&gt;&lt;P&gt;I have internal table max of 50000  records and ( Internal table only 7 fields ) , But i am lloking some kind of link or documentation that it will not affect performance.&lt;/P&gt;&lt;P&gt;I have search lot to find exact info that it will not affect performance&lt;/P&gt;&lt;P&gt; a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Feb 2010 07:49:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-to-shared-buffer-performance-implications/m-p/6643965#M1443893</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2010-02-07T07:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Export to shared buffer performance Implications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-to-shared-buffer-performance-implications/m-p/6643966#M1443894</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 records are 50K then you don't have to think much about it. You can do the performance test by debugging the EXPORT and IMPORT statements. I don't think it takes more than a second.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you search in help.sap.com where you can find the proof?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Feb 2010 08:26:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-to-shared-buffer-performance-implications/m-p/6643966#M1443894</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2010-02-07T08:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Export to shared buffer performance Implications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-to-shared-buffer-performance-implications/m-p/6643967#M1443895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any document related to this. I have search help.sap.com but could not found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2010 04:20:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-to-shared-buffer-performance-implications/m-p/6643967#M1443895</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2010-02-08T04:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Export to shared buffer performance Implications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-to-shared-buffer-performance-implications/m-p/6643968#M1443896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2010 06:05:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-to-shared-buffer-performance-implications/m-p/6643968#M1443896</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2010-02-08T06:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Export to shared buffer performance Implications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-to-shared-buffer-performance-implications/m-p/6643969#M1443897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vinod,&lt;/P&gt;&lt;P&gt;The link provided not specifiying anything about export to shared buffer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2010 06:10:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-to-shared-buffer-performance-implications/m-p/6643969#M1443897</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2010-02-08T06:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Export to shared buffer performance Implications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-to-shared-buffer-performance-implications/m-p/6643970#M1443898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any other comments ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2010 07:03:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-to-shared-buffer-performance-implications/m-p/6643970#M1443898</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2010-02-08T07:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Export to shared buffer performance Implications</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/export-to-shared-buffer-performance-implications/m-p/6643971#M1443899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Helo,&lt;/P&gt;&lt;P&gt;You could check the current memory limit set for SAP shared space @ transaction &lt;STRONG&gt;RZ11&lt;/STRONG&gt; .&lt;/P&gt;&lt;P&gt;Pass the profile parameter as &lt;STRONG&gt;&lt;EM&gt;rsdb/obj/buffersize&lt;/EM&gt;&lt;/STRONG&gt; and check the field 'Current Value' .&lt;/P&gt;&lt;P&gt;You could discuss with your Basis counterpart if there's a need to increase the shared memory space which &lt;/P&gt;&lt;P&gt;is generally not favourable as performance of other sap applns can come down on doing so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Dedeepya C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Mar 2010 05:23:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/export-to-shared-buffer-performance-implications/m-p/6643971#M1443899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-08T05:23:02Z</dc:date>
    </item>
  </channel>
</rss>

