Transporting Table Size Category

We are increasing the size category on a table in our database (Oracle).  I made the change in development and was prompted for a transport, which was saved, released and migrated to QAS.  However, in checking the tables techical settings in QAS it appears that the size category did not change. 
I verified that the transport went in cleanly, even tried re-transporting, and making sure the object was generated.  Nothing I do seems to be bringing the change over.  Is anyone aware of any tricks in transporting technical settings on a table, or size categories in particular?

Hi Bret,
If this is the case in QAS, then I doubt whether the technical setting changes have been properly added in the transport request. Please cross check the objects and stuffs added to that paricular TP request ini SE01 and confirm back that all the technical setting changes have been added the TP request.
I doubt it is not added to the TP request.
regards,
Vinodh.

Similar Messages

  • Table Size Category

    We have a table (FMIFIIT) which has 15,000,000 records.  This table is sized at level 4, which is 40,000 to 160,000 expected records.  Obviously, performance is very slow on this table.  Will increasing this size category speed up performance?  If so, are other steps involved?  If not, what other options other than indexes can we take.  We are running ECC 6.0 and Oracle 10g
    Thanks,
    Blake

    Hi,
    Changing the table category now will not improve performance.
    It is just a hint for the DB tools to size the tablespace next extent at installation.
    Check to see if the indexes need to be reconstructed and check to see if the table needs to be reorganized.
    And check if you need to add one index.
    Regards,
    Olivier

  • Size category in technical settings while creating database table

    Hi all,
    I am creating custom table in ABAP dictionary, while allocating size category in technical settings F4 help values are not coming.i am entering 0,but number of records expected range is not coming.i searched across SDN but couldn't find  anything related to it.
    Thanks in advance.
    Sheela Patil
    Edited by: Sheela Patil on Oct 4, 2011 7:21 PM

    Hi
    Check it properly it will dispaly the size ranges on clicking F4 button.
    In this format it will display on clicking F4 button on size category field.
    SzCat Number of data records of table expected
    0                0 to         4,800
    1            4,800 to        19,000
    2           19,000 to        76,000
    3           76,000 to       300,000
    4          300,000 to     1,200,000
    5        1,200,000 to     2,400,000
    6        2,400,000 to     4,900,000
    7        4,900,000 to     9,800,000
    8        9,800,000 to    19,000,000
    I hope it is solved for you.

  • Changing Size Category of CIF_IMOD table

    Hi,
    There was a performance issue in CO11 transaction, then we found out that , select query fetching data from the table CIF_IMOD iis expensive. So we created a secondary index for this table(N0n-Unique index-->No database index). The performance issue was resolved for few days. Again we are facing the same issue and now we are trying to change the size category fo the table CIF_IMOD. Currently its size category is 1 (holds  75 to  340 records) . but it contains more records.
    Please advice me will it improve the performance after changing the size category and what will be its impact on the system.
    If someone had faced the same issue please share your experience,
    Thanks
    -Always Learner

    Hi,
    Size category will not improve the performance data reading from table, It used only how motch tablespace allow when extend the table size.
    You should check for which index is corrently and it is right index or not.
    Check for last Index Statistics update date, if it is not updated recently, Tell basis person to update index statics.
    Rgds
    Ravi Lanjewar
    Edited by: Ravishankar Lanjewar on Jun 23, 2010 1:48 PM

  • Size Category of a standard table  - - Urgent

    Guys,
    Suppose the data in the table exceeds the size category of the table defined, will there be any problem??
    Is there any possibility of changing the size category of the standard table??
    Regards
    Jiku

    Hi,
    <u><b>Internal tables</b></u>
    Internal tables provide a means of taking data from a fixed structure and storing it in working memory in ABAP. The data is stored line by line in memory, and each line has the same structure. In ABAP, internal tables fulfill the function of arrays. Since they are dynamic data objects, they save the programmer the task of dynamic memory management in his or her programs. You should use internal tables whenever you want to process a dataset with a fixed structure within a program. A particularly important use for internal tables is for storing and
    formatting data from a database table within a program. They are also a good way of including very complicated data structures in an ABAP program.
    Like all elements in the ABAP type concept, internal tables can exist both as data types and as data objects. A data type is the abstract description of an internal table, either in a program or centrally in the ABAP Dictionary, that you use to create a concrete data object. The data type is also an attribute of an existing data object.
    <b>Internal Tables as Dynamic Data Objects</b>
    Data objects that are defined either with the data type of an internal table, or directly as an internal table, are always fully defined in respect of their line type, key and access method. However, the number of lines is not fixed. Thus internal tables are dynamic data objects, since they can contain any number of lines of a particular type. The only restriction on the number of lines an internal table may contain are the limits of your system installation. The maximum memory that can be occupied by an internal table (including its internal administration) is 2
    gigabytes. A more realistic figure is up to 500 megabytes. An additional restriction for hashed tables is that they may not contain more than 2 million entries. The line types of internal tables can be any ABAP data types - elementary, structured, or internal tables. The individual lines of an internal table are called table lines or table entries. Each component of a structured line is called a column in the internal table.
    Regards,
    Bhaskar

  • Why SXMSPMAST and SXMSPMAST2 have diferent size category

    In PI 7.0 size category of tables SXMSPMAST and SXMSPMAST2 was 4 (200.000). After installing SP 18 I found that category increase till 6(830.000). But it increase only for SXMSPMAST2.
    Why they have diferent size category?

    You can use TA: SE11 => "Database table: SXMSPMAST" => "Technical settings" => change size category to "6". Then activate your changes!
    A transport will be generated for this change which has to go from DEV => QA => Prod system!
    Regards,
    Kai

  • How to find our PSA Tables Size in my BI System Database ?

    How can we discover the size of PSA Tables  in out BI System.
    my  PSAPSR3 Table space size is 1 TB and want to identify the PSAP size in 1 TB
    Rgds
    PR

    Hi Srinivas
    you can set the amount of space the table is thought to need in the database.Five categories are available in the input help. You can also see here how many data records correspond to each individual category. When creating the table, the system reserves an initial storage space in the database. If the table later requires more storage space, it obtains it as set out in the
    size category. Correctly setting the size category prevents there being too many small extents (save areas) for a table. It also prevents the wastage of storage space when creating extents that are too large.
    You can use the maintenance for storage parameters to better manage databases
    For PSA tables, the maintenance of database storage parameters can be found in the transfer rules maintenance, in the Extras menu. (Go to Change Mode .--> extras --> Maintain DBstorage Parameter)
    You can also assign storage parameters for a PSA table already in the system. However, this has no effect on the existing table. If the system generates a new PSA version, that is, a new PSA table, due to changes in the transfer structure,
    this is created in the data area for the current storage parameters.
    Last Option is
    Go to st14.
    Choose Business WareHouse. now you will find the total size of Bw objects and  you get the size in last 1 month
    If you want full size ...change the date range .
    Pleasure Answering your Question.Assign Points if this is help full
    Santosh Nagaraj
    Edited by: Santosh Nagaraj on Aug 5, 2009 6:25 PM
    Edited by: Santosh Nagaraj on Aug 5, 2009 6:25 PM
    Edited by: Santosh Nagaraj on Aug 5, 2009 6:27 PM

  • Data dictionary size category

    Hello Experts!
    What is the case if the expected number of data records in sap database table are very much more than the records expected for the size category 4? Will it leads to dump?
    Regards
    Sanguine
    Moderator message: FAQ, please search for previous discussions and read F1 help.
    Edited by: Thomas Zloch on Mar 8, 2012

    Hi
    No..it wil not  leads to dump..size cat is for initial buffer alloaction.
    Regards,
    Raghu.l

  • Error in Size category in COPA

    Dear experts,
    When i creating Operating concern.System is showing error message'" maintain size category of CE1s001 in SE13 tcode.
    Not able to understand the logic.Why it is required?
    If i will maintain.Will not hurt the process.Becoz i will create operating concern later based on client requirements.
    Right now i m adding Batch field in operating concern S001 in gloden client so that i can do some testing.
    regards
    RR

    HI,
    for CE1S001 the size category is empty in SE13, thus you cannot use this sample operating concern if you don't maintain a size category.
    F1 help: Size category
         The size category determines the probable space requirement for a table
         in the database.
         You can select the categories 0 to 4 for your table. Each category is
         assigned a specific fixed storage area value in the database. When you
         create a table, initial space is saved for it in the database. If more
         space is required later as a result of data that has been entered, the
         storage space is increased in accordance with the category selected.
         Press F4 on the field Size category to see the number of data records
         that can be maintained for the individual categories of your table
         without complications ensuing. These complications could be for example
         a reorganization becoming necessary because the maximum space to be
         reserved for the table was exceeded due to the maintained size category.
    BR Christian

  • LIKP Techinical Settings Size Category

    Hello colleagues, I'm opening this thread on behalf of a friend.
    In DEV System, the table LIKP contains 7.2 million records and size category in Technical Settings is '2' (Data records expected: 2,500 to
    10,000 ). Is it advisable to increase the size category to 6. Does this improve the database performance? If Yes, then can we increase the size category? can this be applied to other SAP standard Tables whose size category is not matching with the record count?
    Thanks in advance!
    Best regards,
    Daniel.

    This is what the f1 documentation on size category says
    Each category is assigned a specific fixed storage area value in the database. When you create a table, initial space is saved for it in the database. If more space is required later as a result of data that has been entered, the storage space is increased in accordance with the category selected.
    So defining the size category is for storage . .Hope this gives the answer for your question.

  • Changing of data class and size category for keyfigures .

    Hi,
    I am not able to change the data class and size category for keyfigures .
    can you please let me know how to enable the changing of data class and size category for keyfigure under Maintain DB storage parameters.

    Ok then it sounds like your primary key of 8 fields and secondary index of 3 non-unique fields appear somewhat similar to the database and it wrongly uses the secondary index. Perhaps you can try to declare the table as a SORTED table with index fields as key. I doubt this will do any good, but you can try.
    You can try to deactivate the sec. index if it is not being used.
    Or by far the best but also debatable, try to pass hints to the SQL parser by %_hints statement. Please refer to SAP note 129385 for details on hints in general and note 772497 for various hints statements for  ORACLE DB. This will surely make the DB interface use the primary index and the update would be faster. But with 1 million records, hopefully you are not looking at response time in micro seconds, are you?
    rgds,
    Prabhu

  • Size category

    Hi Experts
           While creating table in SE11, we mention size category,
    If the records exceeds the limit what we mentioned in the table,
    then how it will store data.
       for example, if exceeds 12000 records,  cant we store data in the table.
    pls advice me.
    regards
    rajaram

    Hi,
      The size category describes the expected storage requirements for the table on the database.
    An initial extent is reserved when a table is created on the database. the size of the initial extent is identical for all size categories. If the table needs more space for data at a later time, extents are added. These additional extents have a fixed size that is determined by the size category specified in dictionary.
    Regards
    Abhijeet

  • Regarding size category

    i have created a custom table with size category as 0 to....
    as it aceepts only 19000 records.when i need to add 25000 record will it accept.if not,what error will be passed.

    hi
    size cataogiry just allocate space in database to store that table data; if the table records exceed than size catagory limits then those rows are stored in data base but not in sequence because of that performance has slite effect but u need not to consider about that. till the size cataogiry range the records will entered line by line in data base , so when retriving data simple to retrive.
    with regds:
    rajesh.k

  • Size category while creating a ztable

    Hi,
    I had created a ZTABLE with Size category(Technical Settings) as 1 which has a capacity of 1,400 to ,5700.
    Just in case at a later date if the no.fo records gets increased will the system take care of the size category by itself
    or it has to  be changed again.
    Thanks,
    K.Kiran

    if you know that this may be increased, better define it as a greater value range.
    but any ways.
    The size category determines the probable space requirement for a table in the database.
    You can select the categories 0 to 4 for your table. Each category is assigned a specific fixed storage area value in the database.
    When you create a table, initial space is saved for it in the database. If more space is required later as a result of data that has been
    entered, the storage space is increased in accordance with the category selected.

  • "Convert Text to Table" Size limit issue?

    Alphabetize a List
    I’ve been using this well known work around for years.
    Select your list and in the Menu bar click Format>Table>Convert Text to Table
    Select one of the column’s cells (1st click selects entire table, 2nd click selects individual cell)
    Open “Table Inspector” (Click Table icon at top of Pages document)
    Make sure “table” button is selected, not “format” button
    Choose Sort Ascending from the Edit Rows & Columns pop-up menu
    Finally, click Format>Table>Convert Table to Text.
    A few days ago I added items & my list was 999 items long, ~22 pages.
    Tonight, I added 4 more items. Still the same # pages but now 1,003 items long.
    Unable to Convert Text to Table! Tried for 45 minutes. I think there is a list length limit, perhaps 999 items?
    I tried closing the document w/o any changes. Re-opening Pages & re-adding my new items to the end of the list as always & once again when I highlight list & Format>Table>Convert Text to Table .....nothing happens! I could highlight part of the list up to 999 items & leave the 4 new items unhighlighted & it works. I pasted the list into a new doc and copied a few items from the middle of the list & added them to the end of my new 999 list to make it 1003 items long (but different items) & did NOT work. I even attempted to add a single new item making the list an even 1000 items long & nope, not working. Even restarted iMac, no luck.
    I can get it to work with 999 or fewer items easily as always but no way when I add even a single new item.
    Anyone else have this problem?  It s/b easy to test out. If you have a list of say, 100 items, just copy & repeatedly paste into a new document multiple times to get over 1,000 & see if you can select all & then convert it from text to table.
    Thanks!
    Pages 08 v 3.03
    OS 10.6.8

    G,
    Yes, Pages has a table size limit, as you have discovered. Numbers has a much greater capacity for table length, so if you do your sort in Numbers you won't have any practical limitation.
    A better approach than switching to Numbers for the sort would be to download, install and activate Devon Wordservice. Then you could sort your list without converting it to a table.
    Jerry

Maybe you are looking for

  • ILife Site Causes Crashes

    While at work on a PC, I've tried to browse the iLife site and had several different browsers crash due to a QuickTime "malfunction." I'm using QT 7.0.3 for Windows, and the following browsers IE 6, Firefox 1.5 and Opera 8 all crashed. The crashes oc

  • Firefox crashes when starting up, does work in savemode.

    Firefox crashes most of the time when you start it up. I've already done a whole lot of things, like: -updating everything (firefox, plugins, addons). -removing addons -disabling / turning off plugins It does NOT happen in save mode, so that makes yo

  • How do I make a backup of photo albums on an external  hard drive?

    I have many photos in albums but don't understand how to copy them on an external harddrive. Once done I want to store the as backup on another laptop or keep them on the harddrive so I can restore them anywhere if needed.

  • Associated Trips not shown in SCASE for Post Audit Cases

    Hi All,         In My Project there was an EHP6 upgrade after which there were some issues. Most of them were resolved expect for this SCASE tcode issue. Here when a search is made to check Violated Trips case for Items, Associated Trips are not gett

  • Flash builder not functioning in eclipse

    I installed Adobe Flash Builder 4 as a plugin for Eclipse for J2EE developers (galileo Eclipse Build id: 20100218-1602). The code highlighting doesn't work for mxml files, and the Outline view doesn't work for either MXML or AS files. When I start it