<?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: Data size Catagory. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-size-catagory/m-p/5135125#M1190294</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Size category &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Allows you to specify estimated space requirement for the table.&lt;/P&gt;&lt;P&gt;&amp;lt;&amp;lt; Cut and paste from &lt;A href="http://help.sap.com/saphelp_nw04/helpdata/EN/cf/21ead2446011d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/EN/cf/21ead2446011d189700000e8322d00/frameset.htm&lt;/A&gt; removed &amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shravani boddu - Welcome to SDN. We appreciate your effort to contribute, but before posting, please read the rules of engagement. Cutting and pasting answers without attributing the source is frowned upon here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rob Burbank on Feb 9, 2009 9:51 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Feb 2009 14:39:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-09T14:39:58Z</dc:date>
    <item>
      <title>Data size Catagory.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-size-catagory/m-p/5135107#M1190276</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;In SE11, in Technical Settings, there is a field for DATA size catagory.&lt;/P&gt;&lt;P&gt;what significance this field has?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i searched forums, most of the replies were it is just an indication and it can be overshot etc. Basically they were telling it was simillar to "occurs" in ABAP reports.. (my interpretation)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a report which has performance issue and it is accesing standard function modules to evaluate the output.. but still it is taking long time to execute and hence giving the time_out error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After running SE30 on the report, i found 97% of the time was taken by database queries which reside within standard SAP programs. So, i could not make any programming modifications, but all of the database tables which consume more time have overshot their respective data size catagory atlease by 2-3 times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it the reason report is giving performance issue? should i consider all the tables mentioned for archiving? is the data size catagory number a standard which should be maintained in order for system to run smoothly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2009 07:13:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-size-catagory/m-p/5135107#M1190276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-30T07:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Data size Catagory.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-size-catagory/m-p/5135108#M1190277</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;Size category is the max. no. of data records a table can hold. If the records in the table are more than the size category it throws dump. So it can be further enhanced by Basis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2009 07:22:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-size-catagory/m-p/5135108#M1190277</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-30T07:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Data size Catagory.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-size-catagory/m-p/5135109#M1190278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, it doesnt work that way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2009 08:21:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-size-catagory/m-p/5135109#M1190278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-30T08:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: Data size Catagory.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-size-catagory/m-p/5135110#M1190279</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;Size category defines how much memory that porticular field can hold.If the field length is less than size category it will throw dump.Its better to adjust the size category to maximum,but extra space is wasted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2009 08:23:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-size-catagory/m-p/5135110#M1190279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-30T08:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Data size Catagory.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-size-catagory/m-p/5135111#M1190280</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;  I think there won't be a major problem because of SIZE CATEGORY, it just defines the Max No of records a table can hold.just check out some performance improvement tips.&lt;/P&gt;&lt;P&gt;it would have been better if you would have pasted the screen shot of your report(FM calling coding part). &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;Mukesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2009 09:31:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-size-catagory/m-p/5135111#M1190280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-30T09:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Data size Catagory.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-size-catagory/m-p/5135112#M1190281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Hi &lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Size category defines how much memory that porticular field can hold.If the field length is less than size category it will throw dump.Its better to adjust the size category to maximum,but extra space is wasted.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Please press F1 on the field before answereing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jan 2009 14:52:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-size-catagory/m-p/5135112#M1190281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-30T14:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Data size Catagory.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-size-catagory/m-p/5135113#M1190282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chinmay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly go through this link,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/EN/c9/02561b6dc4ef46a21b68c1fc178560/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/EN/c9/02561b6dc4ef46a21b68c1fc178560/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regrds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mansi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 08:11:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-size-catagory/m-p/5135113#M1190282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-03T08:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Data size Catagory.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-size-catagory/m-p/5135114#M1190283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Expected&lt;/EM&gt; size of the table, also determines the size of additional extents once the size has been reached, no dump whatsoever.&lt;/P&gt;&lt;P&gt;I've heard that the code inspector (SCI) uses the size category to analyse potential performance problems of open SQL statements.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 08:19:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-size-catagory/m-p/5135114#M1190283</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2009-02-03T08:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Data size Catagory.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-size-catagory/m-p/5135115#M1190284</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;  Data size category determines the number of records a table can hold.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An initial extent(memory) is reserved for every table which will be created in the database,but,we need to give size category to provide enough memory for the records that would be created at future point once the initial extent gets filled up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If suppose the initial extent is 8 bytes and size category mentioned is 12 bytes,once this initial extent gets filled up ,next 12 bytes will be alloted and once this 12 bytes gets filled ,another 12 bytes will be allotted,this continues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if you are sure that you will be entering few records,then choose size category accordingly,while creating table ,depending on the fields of the table and datatypes of the fields,size category values gets changed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 05:08:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-size-catagory/m-p/5135115#M1190284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T05:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: Data size Catagory.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-size-catagory/m-p/5135116#M1190285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Size category describes the probable space requirement of the table in the database. &lt;/P&gt;&lt;P&gt;It varies from  (0-4) .Each category is assigned a certain fixed memory size in the database, which depends on the database system used.&lt;/P&gt;&lt;P&gt;When a table is created, initial space i,e Initial Extent) is reserved in the database. If more space is required for data entries, additional memory will be added depending on the selected size category.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 05:13:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-size-catagory/m-p/5135116#M1190285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T05:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Data size Catagory.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-size-catagory/m-p/5135117#M1190286</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>Wed, 04 Feb 2009 05:46:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-size-catagory/m-p/5135117#M1190286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T05:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Data size Catagory.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-size-catagory/m-p/5135118#M1190287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi chinmay kulkarni  ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Size category mainly describes about the size(number of records) that a table occupies.&lt;/P&gt;&lt;P&gt;There are different categories.Based on the number of records we require then we go for size categories. &lt;/P&gt;&lt;P&gt;For example,&lt;/P&gt;&lt;P&gt; A company requires to maintain 5,000 records then we go for category 0 like that we choose the size categories.&lt;/P&gt;&lt;P&gt;There is an initial fixed size for every table and there after it allocates the size based on the user selected size category.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 08:25:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-size-catagory/m-p/5135118#M1190287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T08:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Data size Catagory.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-size-catagory/m-p/5135119#M1190288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chinmay,&lt;/P&gt;&lt;P&gt;                 I read the question. I think the major concern is the database usage, and ,not the size category .As you wanted to minimize the database usage.It may be possible that size category is increasing the usage.As the size category you have mentioned will eventually leads to the number of records you can create in the Dictionary.If during the process the size category is increasing definately the database performance will be in red.That is 97% as you stated.&lt;/P&gt;&lt;P&gt;                 If during the process there is no added entry or adjustment in the database table then this is not the reason.&lt;/P&gt;&lt;P&gt;                The database performance also depends on Indexes.So I would suggest that check on Indexes Primary or Secondary.I hope once we analyze the index usage we can minimize the error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 08:42:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-size-catagory/m-p/5135119#M1190288</guid>
      <dc:creator>gaursri</dc:creator>
      <dc:date>2009-02-04T08:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Data size Catagory.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-size-catagory/m-p/5135120#M1190289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sumalatha,&lt;/P&gt;&lt;P&gt;                    R u sure it is so.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2009 05:57:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-size-catagory/m-p/5135120#M1190289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-05T05:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Data size Catagory.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-size-catagory/m-p/5135121#M1190290</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;I faced a similar situation some time and got it resolved after the basis has increased the size limit of the table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2009 06:06:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-size-catagory/m-p/5135121#M1190290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-05T06:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Data size Catagory.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-size-catagory/m-p/5135122#M1190291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Size category in the table will indicate that how many buffer rows allocated to that particular table. After this will overflow it will allocate the same amount of buffer rows again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2009 06:13:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-size-catagory/m-p/5135122#M1190291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-05T06:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Data size Catagory.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-size-catagory/m-p/5135123#M1190292</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;A href="http://help.sap.com/saphelp_nw70/helpdata/EN/c9/02561b6dc4ef46a21b68c1fc178560/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/EN/c9/02561b6dc4ef46a21b68c1fc178560/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope this link helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 05:18:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-size-catagory/m-p/5135123#M1190292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T05:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Data size Catagory.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-size-catagory/m-p/5135124#M1190293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Chinmay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Try reading the F1 help provided; and you'll be clear of the size category&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; " The size category determines the probable space requirement for a table&lt;/P&gt;&lt;P&gt; in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &amp;lt;&amp;lt; Cut and paste from &lt;A href="http://www.erpgenie.com/forum/viewtopic.php?f=1&amp;amp;t=12970" target="test_blank"&gt;http://www.erpgenie.com/forum/viewtopic.php?f=1&amp;amp;t=12970&lt;/A&gt; removed &amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regarding the performance issue..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please make sure that you have provided all the key fields in the se3lect query and also, make sure that the fields mentioned in the select query are exactly in the same order as they appear in the Data base table.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Also, make sure that you have not used Select--Endselect.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Ensure that joins are used properly&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Also try to avoid Order By in the select statement. Instead, try to read the data into internal table and then Sort the table.&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Theses are some of the tips to improve the performance of the select statement. In order to avaoid short dump, try to execute the program in back ground; and if you are sure that the performance issue is because of size category, you may increase it as per requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shiny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rob Burbank on Feb 9, 2009 9:25 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2009 13:17:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-size-catagory/m-p/5135124#M1190293</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-09T13:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Data size Catagory.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-size-catagory/m-p/5135125#M1190294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Size category &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Allows you to specify estimated space requirement for the table.&lt;/P&gt;&lt;P&gt;&amp;lt;&amp;lt; Cut and paste from &lt;A href="http://help.sap.com/saphelp_nw04/helpdata/EN/cf/21ead2446011d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/EN/cf/21ead2446011d189700000e8322d00/frameset.htm&lt;/A&gt; removed &amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shravani boddu - Welcome to SDN. We appreciate your effort to contribute, but before posting, please read the rules of engagement. Cutting and pasting answers without attributing the source is frowned upon here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rob Burbank on Feb 9, 2009 9:51 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2009 14:39:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-size-catagory/m-p/5135125#M1190294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-09T14:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Data size Catagory.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-size-catagory/m-p/5135126#M1190295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;don't copy&amp;amp;paste from copy Righted material&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vijay Babu Dudla on Feb 12, 2009 6:49 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2009 10:17:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-size-catagory/m-p/5135126#M1190295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-12T10:17:15Z</dc:date>
    </item>
  </channel>
</rss>

