Determine Data Size of InfoObject

Hi,  InfoObject maintenance allows you to specify the data class size of the infoObject. 
Example:  3 = < 25meg
          4 = > 160 Meg
Does anyone know how to determine this size?  Is it determined by one specific table or a combination of the the various master data tables?
Any opinions or experiences are greatly appreciated!

The procedure is as follows (assuming the backend is Oracle):
Check the data class in the infoobject (Extras --> Maintain Db storage parameters --> note the data class).
Check the tablespace assigned to the data class (SE16 TAORA --> note the tablespace)
Go to DB02 transaction --> Click on the current sizes --> double click on the tablespace --> in object name give the <infoobject name without 0 in case of std delivered> eg: for 0PROFIT_CTR give PROFIT_CTR
This should give you a list of all the tables and indices with the current sizes. you can also check the growth over a period of time.
The above procedure should work in most of the cases except the cases where the infoobject refers to different table for text (say for example 0FISCPER refers to T009C for text)
If the Data class is not populated the you need to find the tablespace by hit and trial method (though usually the tablespace would be PSAPDW2 I think!!)
Hope this helps
Thanks,
Gopal

Similar Messages

  • How to determine data size of updates on OS X

    I'm on a limited monthly data allotment (satellite-based ISP).  In order to effectively manage my data usage, I would like to know how big the updates are.  I can access 'unlimited' data during certain off-peak periods. Is there a way to indicate the size of updates, easily?

    Can you see if the transaction RSCUSTV6 helps you?
    Also, you can try the path: SBIW -> General Settings ->  'Maintain Control Parameters for Data Transfer'.
    But i think this is a general setting for all loads, which may not be desirable.
    Some notes which will tell you more on data packet size and impact: 409641, 417307, 157652, 138794.

  • Determine the size of EDI payload data

    Hi Experts,
    As far as my B2B Knowledge is concerned, in order to know the size of an EDI payload... we download the payload from wire message or payload, copy the data and paste it in a file. The size of the file determines the EDI payload size.
    But, this is a tedious task, particularly in cases where there are huge number of EDI data. To far as I know, the size of EDI files ranges from 1 MB to 1GB.
    Please advise what should I do in cases of files with large payload sizes(more than 25MB).
    Please advise if there is any B2B table whose one of the columns depicts the size of the payload.
    I have searched through some b2b table as b2b_messageinstance, b2b.ip_b2b_report but could not find any such columns.
    Please advise what exactly the procedure is to determine the size of EDI payload data, particularly for cases where payload data is larger than 25 MB.

    I am afraid that there is no direct way of finding the payload size in 10g. You may write your own standalone program or API which may calculate the size of payload by querying the b2b_instancemessage view or by calling the B2B InstanceMessage API -
    http://www.oracle.com/technetwork/testcontent/b19324-01-instance-msg-api-129535.zip
    Regards,
    Anuj

  • Determination the size of data package

    Hi all,
    There is simple way to determine a size of the data packages in SAP NW BW 7.x with DTP, where you can do it easy (option: Package Size).
    How do you determine Package size in SAP BW 3.x? there is no option Package Size. maybe with Function module(datasource in SAP R3) it's possible? or anything else... have a problem with that.
    thnks for you response.

    in start routine or Field Routine Read the source_package like below.
    DATA: WA_SIZE TYPE SY-TFILL.
    READ TABLE SOURCE_PACKAGE.
    WA_SIZE = SY-TFILL.
    WA_SIZE will hold the size i.e number of entries in the package.
    Tx,
    SB

  • Determine the Size of an Object in ObjectInputStream

    Hi all,
    I have a quick question. I have a class that is being written over a socket using ObjectOutputStream and ObjectInputStream. I want to be able to set the buffer size of the socket to fit only ONE object. Can anybody tell me how to determine the size of that object?
    (Note, the object has a Properties object within it, but for the time being, it can be assumed that properties object will always be the same.)
    - Adam

    Having written it to the outputStream, thought, can
    the size be determined somehow by the inputStream?No, it can't
    This is related to my previous question (on Pushlets
    and Thread Priorities). I didn't read that one.
    I believe that it's possible
    that multiple threads are trying to write to the
    socket at the same time, and I cannot synchorize the
    input stream to get a lock on it. Do you mean the outputstream? Why can't you synchronize the method that writes to the outputstream?
    I thought this
    might be causing the data to not be sent over the
    socket until all the threads have finished. That doesn't sound correct. But you could call the flush method when an object is written.
    I
    figured if I reduced the size of the socket buffer,
    it would only accept a single object, eliminating
    this problem?I don't think so.
    /Kaj

  • Can we increase the Size of InfoObject

    Dear Experts,
    Can you please let me know whether we can increase the size of an InfoObject.Actually Max Size of InfoObject in 60,when I have declared an InfoObject of size 60,some value is getting truncated.Do we have any solution for such an issue.
    Thanks in Advance,
    Swetha Jella.

    Hi,
      Normally, in BI you cant increase infoobject(characteristics) length more than 60.
    If you want to get characteristics data which is having more than 60 means, you can accomplish like follows,
      1. Create one infoboject with char 60 length.
      2. Create attributes(like infoobjects) for remaining length.
      3. First 60 chars you can load in first infoobject text field.
      4. Remaning length youc an store in attributes of that infoobjects. in query you have to show all this thing continously.
    and go through the following blog for more details:
    /people/sap.user72/blog/2006/05/27/long-texts-in-sap-bw-modeling
    rgrds,
    v.sen

  • Data size Catagory.

    Hi,
    In SE11, in Technical Settings, there is a field for DATA size catagory.
    what significance this field has?
    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)
    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.
    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.
    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?

    Hello Chinmay,
       Try reading the F1 help provided; and you'll be clear of the size category
    " The size category determines the probable space requirement for a table
    in the database.
    << Cut and paste from http://www.erpgenie.com/forum/viewtopic.php?f=1&t=12970 removed >>
    Regarding the performance issue..
    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.
    Also, make sure that you have not used Select--Endselect.
    Ensure that joins are used properly
    Also try to avoid Order By in the select statement. Instead, try to read the data into internal table and then Sort the table.
    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.
    Regards,
    Shiny
    Edited by: Rob Burbank on Feb 9, 2009 9:25 AM

  • Oracle DBSL -  Determine / Define size of fetch array

    Hello guys,
    i have a question about the Oracle DBSL and how it determines the size of the fetch array.
    I am refering to the following documents / documentations:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/86a0b490-0201-0010-9cba-fd5c804b99a1
    Quote:
    As long as you do not program an UP TO ROWS in ABAP, the database gets as many table rows as possible per communication set (as many as fit in 32k).
    http://help.sap.com/saphelp_nw04/helpdata/en/d1/801f96454211d189710000e8322d00/frameset.htm
    Quote:
    You have to specify the size of an array before runtime. However, because you cannot know the size of the dataset the system will return, you must define a very large array to avoid an overflow.
    To circumvent this problem, the SAP Basis System translates ABAP Open SQL statements into Embedded SQL. To do this, the system defines a cursor.
    Ok but the translated embedded SQL code has also to specifiy an array fetch size (how many rows are retrieved by one fetch).
    Is this a profile parameter or is it really calculated (how many rows of a specified table would fit into 32k) dynamically in the DBSL?
    Regards
    Stefan

    Hello Michael,
    i am refering to the documentation of DEFAULT_SDU_SIZE:
    > Use the parameter DEFAULT_SDU_SIZE to specify the session data unit (SDU) size, in bytes to connections.
    > session data unit (SDU)
    >A buffer that Oracle Net uses to place data before transmitting it across the network. Oracle Net sends the data in the buffer either when requested or when it is full.
    Ok, that controls the transmit moment in the network layer.. but not the number of rows which are returned by a single FETCH call (through the OCI). (For example in sqlplus it can be set with set arraysize XX)
    I have tested also a little bit around with different sap standard tables in an ERP 2005 system.
    I have activated a SQL Trace (ST05) and done a "select * from <TAB>" via SE16 (no count limit!).
    In my tests there were fetched different number of rows -  take a look by your own:
    Time  Object    Operation  Rows   Returncode
    2.451 T100       FETCH     321      0
    1.915 T100       FETCH     321      0
    1.912 T100       FETCH     321   1406
    1.246 E071K      FETCH     109      0
    1.218 E071K      FETCH     109      0
    1.155 E071K      FETCH     109      0
    T100 (4 VARCHAR columns)
    E071K (14 columns of different types)
    So it seems like the DBSL dynamically calculates the number of rows which can be returned by a single fetch call based on the row size (number of columns and column sizes) and other unknown factors.
    If this is true, it would be really great and nothing have to be done by us (the customers!).
    But if the DBSL dynamically calculates the max. number of rows per fetch:
    Why is a "SELECT * FROM <TAB> INTO <ITAB>" preferred - the SELECT Statement in a LOOP (like in the example) is also fetching the max number of rows by each fetch, or?
    The example: http://sap.mis.cmich.edu/sap-abap/abap04/sld017.htm
    That was only a notice on some small tests, which i have done.. maybe someone knows it in detail.
    Regards
    Stefan

  • Determining the Size of a Time Machine Backup File

    When I highlight a Time Machine backup file and then click on Get Info under File to determine the size of the backup file, the disk drive works its heart out, but the Get Info window never arrives at a determination of the file size being seemingly stuck in the "calculating size" state.
    Anybody have an idea of what's going on?
    JohnnyS

    JohnnyS wrote:
    Regarding your statement: "If you Enter Time Machine (the "Star Wars" interface), from a Finder window with a "size" column, then browse your backups, you should be able to see the sizes easily." - what do you mean by the "Star Wars" interface?
    Ah, you are new to Time Machine. Sorry, that's how you view and restore from your backups. Hold your mouse down on the TM icon in your Menubar and select +*Enter Time Machine,+* or click the TM icon in your Dock, or the +*Time Machine+* app in your Applications folder.
    If I look at the pull-down menu under Finder, I do not see Enter Time Machine. Am I looking in the wrong place? Obviously, since I couldn't get by the first step, I never got to a "size" column, and to be honest, I don't know that I have ever seen a Finder window with a "size" column.
    You can add one, by selecting View > as List, then View > Show View Options in a Finder window's menubar, and select or de-select whatever columns you want.
    I'm a little embarrassed by my lack of knowledge, but if I don't acknowledge my shortcomings, I'll never get the question answered. Thanks for taking your time to try to help me.
    Don't be. We all started at zero at one time or another.
    I'm not sure just what you were looking for in your first post. The size of all your TM backups is just the amount used on your external disk, unless you have other data in the same partition (which isn't a good idea). Because of the way TM works, you can't really determine the size of an individual backup, and it really wouldn't mean much.
    Perhaps if you clarified just what you want to know, we can help answer it.
    For more info on Time Machine, you might want to review these:
    Time Machine Tutorial
    Time Machine 101
    How to back up and restore your files
    Time Machine Features
    Apple - Support - Mac OSX v10.5 Leopard Time Machine
    and perhaps browse the Time Machine - Frequently Asked Questions *User Tip* at the top of this forum.
    If you have a problem setting-up or using Time Machine, start with the Time Machine - Troubleshooting *User Tip* at the top of this forum. It will show you how to locate the message(s) that describe the problem, then help you fix it.

  • Error: Data element for InfoObject AUFNR 0PM_ORDER could not be created(QA)

    Hi Experts,
    I am trying to Transport a request from DEV to QA,which consists Transaction Infosources,  afetr the inport the TR is failed with return code 8. and the error message in the log is as follows.....
    Error when determining a number from object BI_TSDTEL and number 01  
    Object name can only contain characters from syntactical character set
    Data element for InfoObject AUFNR 0PM_ORDER could not be created
    Data element for InfoObject KOKRS 0CO_AREA could not be created
    Data element for InfoObject KOKRS 0CO_AREA could not be created
    Errors occurred during post-handling RS_AFTER_IMPORT for ISCS L
    Data element for InfoObject TXTMD could not be created
    Errors occurred during post-handling RS_AFTER_IMPORT for IOBJ L
    please Could anyone give the Inputs to solve this , I'll be greatful to you.
    Thanks & regards
    SK

    hello AJ,
    Till now the problem is not solved , Please provide some inputs.
    here I'm getting this problem for TXTMD, 0CO_AREA, 0PM_ORDER, 0DATE, 0PLANT, 0ORDER_CURR, 0LOC_CURRCY
    Error when determining a number from object BI_TSDTEL and number 01
    Object name can only contain characters from syntactical character set
    Object name can only contain characters from syntactical character set
    Data element for InfoObject KOKRS 0CO_AREA could not be created
    Data element for InfoObject KOKRS 0CO_AREA could not be created
    Transfer structure 0CO_OM_NTW_1_SB activated under the name 0CO_OM_NTW_1_SA
    It is not necessary to copy dependent objects for transfer structure 0CO_OM_NTW_1_SA
    Data element for InfoObject KOKRS 0CO_AREA could not be created
    Activating Transfer Rules 0CO_OM_NTW_1_SA ...
    23 Transfer Rule(s) of the transfer structure 0CO_OM_NTW_1_SA removed from control table
    23 InfoObject(s) of the transfer structure 0CO_OM_NTW_1_SA removed from control table
    Formulas have been saved
    PLEASE PROVIDE SOME INPUTS.........
    Message was edited by:
            S K

  • Table for batch determination date

    hi,
    im printing the Dispensing slip...they want the output based on the batch determination date..
    can any one tel me in which table i willl get batch determination date?
    Regards
    Smitha

    Are you using a separate batch selection class versus the batch class?
    There are characteristics that must be in the selection class, but cannot be in the batch class.
    See OSS note 33396.
    1.  If you want to search for batches on the basis of a remaining shelf
             life in batch determination, the system has to calculate a requested
             shelf life expiration date dynamically from the information you
             give.
         2.  Add characteristic LOBM_VFDAT to the batch classes.
             For the revaluation of reference characteristics, refer to Note
             78235.
             Characteristics LOBM_RLZ and LOBM_LFDAT must not be included in the
             batch classes!
         3.  Add characteristics LOBM_VFDAT, LOBM_LFDAT, and LOBM_RLZ to the
             selection classes.
             Maintain a remaining shelf life in the strategy records for batch
             determination. Relational operators (> , < , <= , >=) are considered
             in the dynamic calculation of the shelf life expiration date in
             batch determination.
    From your note you have placed LOBM_RLZ  and LOBM_LFDAT in your batch class.  You cannot do that.
    FF

  • How Can I Determine the Size of the 'My Documents' Folder for every user on a local machine using VBScript?

    Hello,
    I am at my wits end into this. Either I am doing it the wrong way or it is not possible.
    Let me explain. I need a vb script for the following scenario:
    1. The script is to run on multiple Windows 7 machines (32-Bit & 64-Bit alike).
    2. These are shared workstation i.e. different users login to these machines from time to time.
    3. The objective of this script is to traverse through each User Profile folder and get the size of the 'My Documents' folder within each User Profile folder. This information is to be written to a
    .CSV file located at C:\Temp directory on the machine.
    4. This script would be pushed to all workstations from SCCM. It would be configured to execute with
    System Rights
    I tried the script detailed at:
    http://blogs.technet.com/b/heyscriptingguy/archive/2005/03/31/how-can-i-determine-the-size-of-the-my-documents-folder.aspx 
    Const MY_DOCUMENTS = &H5&
    Set objFSO = CreateObject("Scripting.FileSystemObject")
    Set objShell = CreateObject("Shell.Application")
    Set objFolder = objShell.Namespace(MY_DOCUMENTS)
    Set objFolderItem = objFolder.Self
    strPath = objFolderItem.Path
    Set objFolder = objFSO.GetFolder(strPath)
    Wscript.Echo objFolder.Size
    The Wscript.Echo objFolder.Size command in the script at the above mentioned link returned the value as
    '0' (zero) for the current logged on user. Although the actual size was like 30 MB or so.
    I then tried the script at:
    http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Script/Q_27869829.html
    This script returns the correct value but only for the current logged-on user.
    Const blnShowErrors = False
    ' Set up filesystem object for usage
    Set objFSO = CreateObject("Scripting.FileSystemObject")
    Set objShell = CreateObject("WScript.Shell")
    ' Display desired folder sizes
    Wscript.Echo "MyDocuments : " & FormatSize(FindFiles(objFSO.GetFolder(objShell.SpecialFolders("MyDocuments"))))
    ' Recursively tally the size of all files under a folder
    ' Protect against folders or files that are not accessible
    Function FindFiles(objFolder)
    On Error Resume Next
    ' List files
    For Each objFile In objFolder.Files
    On Error Resume Next
    If Err.Number <> 0 Then ShowError "FindFiles:01", objFolder.Path
    On Error Resume Next
    FindFiles = FindFiles + objFile.Size
    If Err.Number <> 0 Then ShowError "FindFiles:02", objFile.Path
    Next
    If Err.Number = 0 Then
    ' Recursively drill down into subfolder
    For Each objSubFolder In objFolder.SubFolders
    On Error Resume Next
    If Err.Number <> 0 Then ShowError "FindFiles:04", objFolder.Path
    FindFiles = FindFiles + FindFiles(objSubFolder)
    If Err.Number <> 0 Then ShowError "FindFiles:05", objSubFolder.Path
    Next
    Else
    ShowError "FindFiles:03", objFolder.Path
    End If
    End Function
    ' Function to format a number into typical size scales
    Function FormatSize(iSize)
    aLabel = Array("bytes", "KB", "MB", "GB", "TB")
    For i = 0 to 4
    If iSize > 1024 Then iSize = iSize / 1024 Else Exit For End If
    Next
    FormatSize = Round(iSize, 2) & " " & aLabel(i)
    End Function
    Sub ShowError(strLocation, strMessage)
    If blnShowErrors Then
    WScript.StdErr.WriteLine "==> ERROR at [" & strLocation & "]"
    WScript.StdErr.WriteLine " Number:[" & Err.Number & "], Source:[" & Err.Source & "], Desc:[" & Err.Description & "]"
    WScript.StdErr.WriteLine " " & strMessage
    Err.Clear
    End If
    End Sub
    The only part pending, is to achieve this for the 'My Documents' folder within each User Profile folder.
    Is this possible?
    Please help.

    Here are a bunch of scripts to get folder size under all circumstances.  Take your pick.
    https://gallery.technet.microsoft.com/scriptcenter/site/search?query=get%20folder%20size&f%5B0%5D.Value=get%20folder%20size&f%5B0%5D.Type=SearchText&ac=2
    ¯\_(ツ)_/¯

  • The data type of InfoObject 0ORGUNIT is incompatible with field 0ORGUNIT

    I am trying to create a DataSource in BW to load the organizational hierarchy from HR R/3 to BW.  I get the message "The data type of InfoObject 0ORGUNIT is incompatible with field 0ORGUNIT," 
    Our BW version is 3.5; the version of HR R/3 is SAP ECC 6.0.
    I'm not sure what this message means but if I continue to click OK, I get transfer structures for the org attributes and hierarchies but not the text.  The key to the text is 60 characters.  Shouldn't the key be the org unit, which is in format NUMC 8?
    I was able to create this DataSource last summer, when HR was in a different version (4.6?) with no issues. Does anybody have any idea what's wrong and what I can do about it?
    Thanks!

    Would be nice if you could share the resolution they found,
    since that might help other people as well.
    For instance, me.... as we face exactly the same problem at the moment !!
    Ch

  • Determine data type

    Hi all,
    I've got procedure for inserting data into value1 column of table1.
    My need is to determine data type entered by user.
    If data type is not number then user should receive error.
    How do I perform it?

    The easiest and most reliable way would be to declare the formal parameter as a number like:
    SQL> create procedure p (p_num in number) as
      2  begin
      3     null;
      4  end;
      5  /
    Procedure created.
    SQL> exec p('a');
    BEGIN p('a'); END;
    ERROR at line 1:
    ORA-06502: PL/SQL: numeric or value error: character to number conversion error
    ORA-06512: at line 1If you cannot do that, or want to be more "user friendly", then the only alternative is to test it and raise an error like:
    SQL> create procedure p (p_str in varchar2) is
      2     l_num number;
      3  begin
      4     l_num := to_number(p_str);
      5  exception
      6     when value_error then
      7        raise_application_error(-20001, 'I know I said it was a string, but I really want a number');
      8  end;
      9  /
    Procedure created.
    SQL> exec p('a');
    BEGIN p('a'); END;
    ERROR at line 1:
    ORA-20001: I know I said it was a string, but I really want a number
    ORA-06512: at "OPS$ORACLE.P", line 7
    ORA-06512: at line 1John

  • Help needed to find the schema/application data size

    Hi,
    Would i request you to help me to measure schema size/(APEX)application data size.
    I've 3 applications running on same schema and now i want to move one application to new server, new schema,
    Now i need to know how much space is required for this application to host on the new server, so i should find the application size and application data size in the current server, your hep is appreciated. thanks in advance.
    Regards

    Hi,
    Would i request you to help me to measure schema size/(APEX)application data size.
    I've 3 applications running on same schema and now i want to move one application to new server, new schema,
    Now i need to know how much space is required for this application to host on the new server, so i should find the application size and application data size in the current server, your hep is appreciated. thanks in advance.
    Regards

Maybe you are looking for

  • Using Manifest File in PowerBuilder 5

    Hi, We are working in an old project which was developed in PowerBuilder 5.0, We followed the below steps to get the list of DLL and OCX getting register with our Application 1. Searched in application installation path. 2. Searched in source code. I

  • How to give loop to the template

    hello, i had created smartform, in that i had created the template. Now the driver program had passing two records. But the template at a time will process the one record. So can we please specify how to loop into internal table which is coming into

  • Java DB connectivity problems

    I need troubleshooting techniques how to deal with database connectivity problems. I am using netbean6m10, Java6.0_1b6 and my program reads these properties before opening the database. lsfbvol.db.url="jdbc:derby:/etsdDB/ds8300DB;create=yes" lsfbvol.

  • I touch doesn't connect to itunes

    My I touch does not appear in itunes under Devices.  I touch as the itunes logo with the USB cable icon.  I have held the home and the sleep/wake button together till the apple icon appeared, didn't change anything.  I have uninstalled and re-install

  • Supressing blank rows

    Hi I'm sure the answer is already here, but I've been looking for two days and I can't find it. I have a master table where one of the columns is a check box. I would like to copy all rows where the check box is ticked to a slave table so that I can