Storage space memory in PI

Hi Guys,
   Can any one please let me know how to see storage space memory in PI. is there any transaction code ?
i need how much memory used and how much free space in my PI system...
Thanks,
Siva.

Hi Siva
Definitely you can use ST06 which will give you CPU, memory and disk utilization.
Use can use st02 to check the buffer size and number of swaps happening in your system.
One which i personally prefer as a PI developer is Persistance layer Analysis.
SXMB_MONI ->Persistance layer anaylysis.
Regards
Monika

Similar Messages

  • Memory Dump :FBL5N No roll storage space of length 1753104 available for internal storage.

    Dear Friends,
               I am getting below error during T-Code FBL3N Report. No roll storage space of length 1753104 available for internal storage.
    Our Server' RAM size is 24 GB,and existing parameters are as below
    ztta/roll_area: 6500000
    ztta/roll_extension:2000683008
    abap/heap_area_total:2000683008
    abap/heap_area_dia: 5000000000
    abap/heap_area_nondia: 2000683008
    em/initial_size_MB: 4092
    Please suggest Parameter to be change.
    Details Dump log ST22
    Runtime Errors         TSV_TNEW_BLOCKS_NO_ROLL_MEMORY
    Date and Time          04.03.2014 10:18:48
    |Short Text                                                                                        |
    |    No roll storage space of length 1753104 available for internal storage.                       |
    |What happened?                                                                                    |
    |    Each transaction requires some main memory space to process                                   |
    |    application data. If the operating system cannot provide any more                             |
    |    space, the transaction is terminated.                                                         |
    |What can you do?                                                                                  |
    |                                                                                                  |
    |    Try to find out (e.g. by targetted data selection) whether the                                |
    |    transaction will run with less main memory.                                                   |
    |                                                                                                  |
    |    If there is a temporary bottleneck, execute the transaction again.                            |
    |    -                                                                                             |
    |                                                                                                  |
    |    If the error persists, ask your system administrator to check the                             |
    |    following profile parameters:                                                                 |
    |                                                                                                  |
    |    o  ztta/roll_area            (1.000.000 - 15.000.000)                                         |
    |           Classic roll area per user and internal mode                                           |
    |           usual amount of roll area per user and internal mode                                   |
    |    o  ztta/roll_extension       (10.000.000 - 500.000.000)                                       |
    |           Amount of memory per user in extended memory (EM)                                      |
    |    o  abap/heap_area_total      (100.000.000 - 1.500.000.000)                                    |
    |           Amount of memory (malloc) for all users of an application                              |
    |           server. If several background processes are running on                                 |
    |           one server, temporary bottlenecks may occur.                                           |
    |           Of course, the amount of memory (in bytes) must also be                                |
    |           available on the machine (main memory or file system swap).                            |
    |           Caution:                                                                               |
    |           The operating system must be set up so that there is also                              |
    |           enough memory for each process. Usually, the maximum address                           |
    |           space is too small.                                                                    |
    |           Ask your hardware manufacturer or your competence center                               |
    |           about this.                                                                            |
    |           In this case, consult your hardware vendor                                             |
    |    abap/heap_area_dia:        (10.000.000 - 1.000.000.000)                                       |
    |           Restriction of memory allocated to the heap with malloc                                |
    |           for each dialog process.                                                               |
    |    Parameters for background processes:                                                          |
    |    abap/heap_area_nondia:        (10.000.000 - 1.000.000.000)                                    |
    |           Restriction of memory allocated to the heap with malloc                                |
    |           for each background process.                                                           |
    |    Other memory-relevant parameters are:                                                         |
    |    em/initial_size_MB:         (35-1200)                                                         |
    |           Extended memory area from which all users of an                                        |
    |           application server can satisfy their memory requirement.                               |
    |    Note which actions and input led to the error.                                                |
    |                                                                                                  |
    |    For further help in handling the problem, contact your SAP administrator                      |
    |    .                                                                                             |
    |                                                                                                  |
    |    You can use the ABAP dump analysis transaction ST22 to view and manage                        |
    |    termination messages, in particular for long term reference.                                  |
    |                                                                                                  |
    |Error analysis                                                                                    |
    |    The internal table "\CLASS=ZCL_IM__GTA_TAX_CODE\METHOD=IF_EX_FI_ITEMS_CH_DATA~C               |
    |    HANGE_ITEMS\DATA=GT_BSIK" could not be enlarged further.                                      |
    |                                                                                                  |
    |    Memory location: "Session memory"                                                             |
    |                                                                                                  |
    |    You attempted to extend the data structure for the management of the                          |
    |    memory blocks for table "\CLASS=ZCL_IM__GTA_TAX_CODE\METHOD=IF_EX_FI_ITEMS_CH_D               |
    |    ATA~CHANGE_ITEMS\DATA=GT_BSIK". However, the 1753104 bytes required for                       |
    |    this were no longer available in the specified memory area.                                   |
    |                                                                                                  |
    |    The amount of memory requested is no longer available.                                        |
    |How to correct the error                                                                          |
    |                                                                                                  |
    |    Try to decide by analysis whether this request is                                             |
    |    reasonable or whether there is a program error. You should pay                                |
    |    particular attention to the internal table entries listed below.                              |
    |                                                                                                  |
    |                                                                                                  |
    |                                                                                                  |
    |                                                                                                  |
    |                                                                                                  |
    |                                                                                                  |
    |    If the error occures in a non-modified SAP program, you may be able to                        |
    |    find an interim solution in an SAP Note.                                                      |
    |    If you have access to SAP Notes, carry out a search with the following                        |
    |    keywords:                                                                                     |
    |                                                                                                  |
    |    "TSV_TNEW_BLOCKS_NO_ROLL_MEMORY" " "                                                          |
    |    "ZCL_IM__GTA_TAX_CODE==========CP" or "ZCL_IM__GTA_TAX_CODE==========CM001"                   |
    |    "IF_EX_FI_ITEMS_CH_DATA~CHANGE_ITEMS"                                                         |
    |                                                                                                  |
    |    If you cannot solve the problem yourself and want to send an error                            |
    |    notification to SAP, include the following information:                                       |
    |                                                                                                  |
    |    1. The description of the current problem (short dump)                                        |
    |                                                                                                  |
    |       To save the description, choose "System->List->Save->Local File                            |
    |    (Unconverted)".                                                                               |
    |                                                                                                  |
    |    2. Corresponding system log                                                                   |
    |                                                                                                  |
    |       Display the system log by calling transaction SM21.                                        |
    |       Restrict the time interval to 10 minutes before and five minutes                           |
    |    after the short dump. Then choose "System->List->Save->Local File                             |
    |    (Unconverted)".                                                                               |
    |                                                                                                  |
    |    3. If the problem occurs in a problem of your own or a modified SAP                           |
    |    program: The source code of the program                                                       |
    |       In the editor, choose "Utilities->More                                                     |
    |    Utilities->Upload/Download->Download".                                                        |
    |                                                                                                  |
    |    4. Details about the conditions under which the error occurred or which                       |
    |    actions and input led to the error.                                                           |
    |                                                                                                  |
    |System environment                                                                                |
    |    SAP-Release 700                                                                               |
    |                                                                                                  |
    |    Application server... "NEWPRD1"                                                              |
    |    Network address...... "10.0.0.1"                                                              |
    |    Operating system..... "Windows NT"                                                            |
    |    Release.............. "6.0"                                                                   |
    |    Hardware type........ "16x AMD64 Level"                                                       |
    |    Character length.... 16 Bits                                                                  |
    |    Pointer length....... 64 Bits                                                                 |
    |    Work process number.. 19                                                                      |
    |    Shortdump setting.... "full"                                                                  |
    |                                                                                                  |
    |    Database server... "NEWPRD1"                                                                 |
    |    Database type..... "ORACLE"                                                                   |
    |    Database name..... "PRD"                                                                      |
    |    Database user ID.. "SAPSR3"                                                                   |
    |                                                                                                  |
    |    Terminal................. " "                                                                 |
    |                                                                                                  |
    |    Char.set.... "C"                                                                              |
    |                                                                                                  |
    |    SAP kernel....... 700                                                                         |
    |    created (date)... "Sep 17 2012 22:56:00"                                                      |
    |    create on........ "NT 5.2 3790 Service Pack 2 x86 MS VC++ 14.00"                              |
    |    Database version. "OCI_10201_SHARE (10.2.0.4.0) "                                             |
    |                                                                                                  |
    |    Patch level. 353                                                                              |
    |    Patch text.. " "                                                                              |
    |                                                                                                  |
    |    Database............. "ORACLE 10.1.0.*.*, ORACLE 10.2.0.*.*, ORACLE 11.2.*.*.*"               |
    |    SAP database version. 700                                                                     |
    |    Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2, Windows                |
    |     NT 6.0, Windows NT 6.1, Windows NT 6.2"                                                      |
    |                                                                                                  |
    |    Memory consumption                                                                            |
    |    Roll.... 16192                                                                                |
    |    EM...... 1826770240                                                                           |
    |    Heap.... 0                                                                                    |
    |    Page.... 40960                                                                                |
    |    MM Used. 1815573536                                                                           |
    |    MM Free. 2717408                                                                              |
    |User and Transaction                                                                              |
    |                                                                                                  |
    |    Client.............. 500                                                                      |
    |    User................ 1651                                                                     |
    |    Language key........ "E"                                                                      |
    |    Transaction......... " "                                                                      |
    |    Transactions ID..... "ED4EA3E3AB0AF11DA318E61F131BC713"                                       |
    |                                                                                                  |
    |    Program............. "ZCL_IM__GTA_TAX_CODE==========CP"                                       |
    |    Screen.............. "SAPMSSY0 1000"                                                          |
    |    Screen line......... 6                                                                        |
    |Information on where terminated                                                                   |
    |    Termination occurred in the ABAP program "ZCL_IM__GTA_TAX_CODE==========CP" -                 |
    |     in "IF_EX_FI_ITEMS_CH_DATA~CHANGE_ITEMS".                                                    |
    |    The main program was "RFITEMGL ".                                                             |
    |                                                                                                  |
    |    In the source code you have the termination point in line 64                                  |
    |    of the (Include) program "ZCL_IM__GTA_TAX_CODE==========CM001".                               |
    |    The program "ZCL_IM__GTA_TAX_CODE==========CP" was started as a background job.               |
    |    Job Name....... "RFITEMGL"                                                                    |
    |    Job Initiator.. "BASIS"                                                                       |
    |    Job Number..... 09115400                                                                      |
    |Source Code Extract                                                                               |
    |Line |SourceCde                                                                                   |
    |   34|          MANDT TYPE BSEG-MANDT,                                                            |
    |   35|          BUKRS TYPE BSEG-BUKRS,                                                            |
    |   36|          BELNR TYPE BSEG-BELNR,                                                            |
    |   37|          GJAHR TYPE BSEG-GJAHR,                                                            |
    |   38|          BUZEI TYPE BSEG-BUZEI,                                                            |
    |   39|          QSSKZ TYPE BSEG-QSSKZ,                                                            |
    |   40|          KTOSL TYPE BSEG-KTOSL,                                                            |
    |   41|          HKONT TYPE BSEG-HKONT,                                                            |
    |   42|         END OF TY_BSEG,                                                                    |
    |   43|                                                                                            |
    |   44|         BEGIN OF TY_FINAL,                                                                 |
    |   45|           BUKRS TYPE BSEG-BUKRS,                                                           |
    |   46|           BELNR TYPE BSEG-BELNR,                                                           |
    |   47|           GJAHR TYPE BSEG-GJAHR,                                                           |
    |   48|         END OF TY_FINAL.                                                                   |
    |   49|                                                                                            |
    |   50|  DATA: CW_ITEMS TYPE RFPOSXEXT,                                                            |
    |   51|        GT_BSIK TYPE STANDARD TABLE OF TY_BSIK,                                             |
    |   52|        GW_BSIK TYPE TY_BSIK,                                                               |
    |   53|        GT_BSAK TYPE STANDARD TABLE OF TY_BSAK,                                             |
    |   54|        GW_BSAK TYPE TY_BSAK,                                                               |
    |   55|        GT_BSEG TYPE STANDARD TABLE OF TY_BSEG,                                             |
    |   56|        GW_BSEG TYPE TY_BSEG,                              &nb

    sap basis wrote:
    |Information on where terminated                                                                   |
    |    Termination occurred in the ABAP program "ZCL_IM__GTA_TAX_CODE==========CP" -                 |
    |     in "IF_EX_FI_ITEMS_CH_DATA~CHANGE_ITEMS".                                                    |
    |    The main program was "RFITEMGL ".                                                             |
    |                                                                                                  |
    |    In the source code you have the termination point in line 64                                  |
    |    of the (Include) program "ZCL_IM__GTA_TAX_CODE==========CM001".                               |
    |    The program "ZCL_IM__GTA_TAX_CODE==========CP" was started as a background job.               |
    |    Job Name....... "RFITEMGL"                                                                    |
    |    Job Initiator.. "BASIS"                                                                       |
    |    Job Number..... 09115400                                                                      |
    First of all try to optimize code.

  • Storage Space 2012 R2 CPU / Memory requirement

    How much impact would does CPU core density has with Storage Space 2012 R2?  Given the option of dual socket 5500 series quad core vs dual socket 5600 series hex core for a SMB environment (attach up to maximum of 2 x 24 JBOD), would there be any
    significant performance improvement?  Dedup feature would be enable, at least on some virtual disk, along with SSD storage tiering.

    How much impact would does CPU core density has with Storage Space 2012 R2?  Given the option of dual socket 5500 series quad core vs dual socket 5600 series hex core for a SMB environment (attach up to maximum of 2 x 24 JBOD), would there
    be any significant performance improvement?  Dedup feature would be enable, at least on some virtual disk, along with SSD storage tiering.
    Try running Performance Monitor on a Scale-Out File Server and you'll see CPU and memory usage (unless CSV cache is enabled) is pretty sparse. Dedupe does not matter at all as optimization process kicks in only when there's no I/O (CPU is not used for anything
    either way).
    P.S. That's one of the reasons why I personally don't buy approach of scaling CPU (Hyper-V) and storage (SoFS) layers separately from each other. 
    StarWind Virtual SAN clusters Hyper-V without SAS, Fibre Channel, SMB 3.0 or iSCSI, uses Ethernet to mirror internally mounted SATA disks between hosts.

  • Samsung Convoy 3 - Is it possible to store txt message history on the memory card? - Always running out of txt storage space on my phone. I've never gotten close to being able to store 300 messages as indicated on pg 58 of the manual, so I must be missing

    Is it possible to store txt message history on the memory card? - Always running out of txt storage space on my phone. I've never gotten close to being able to store 300 messages as indicated on pg 58 of the manual, so I must be missing something.
    I might get 35 or 40 and then get storage limit warnings

    A_Ohmstede,
    I know it can be frustrating seeing that inbox get full and having to delete
    stored messages.  I do see in the Samsung manual where it advises that it
    will store a maximum of 300 messages on the phone.  The number may lower
    if there are pictures messages and other things being stored on the device.
    Have you checked your total Memory available in Settings and Tools? How much is
    currently available?  Please let us know these details and we may be able
    to help further!
    TrevorC_VZW
    Follow us on Twitter @VZWSupport

  • HT4910 I have 2 lines and on 1 of the main phone I went to settings then storage & backup automatically it showed how much space i have which was not allot and it also showed the other line storage space. I click on manage storage and it used to show both

    I was told that I have 14.9 gb of space on my phone when my total is 15gb. I was adviced to free storage and to click on settings and manage my storage by either purchase more or turning off or deleting some of the back ups. When I went in to settings then to icloud it usually would of showed me both phone storage memory and when I started going down my list and turning off some of the apps from back ups of certain app all of a sudden I couldnt no longer see my phone storage memory or my account name for that matter. Now I only see the other line username and storage space that the other phone has.
    What can I do? I used to see the list of all the apps I have on icloud and now its empty and it tells me I have available 13.4 gb available.
    Please advice. Thank you
    Patricia

    I cannot find this 300GB "Backup" in the Finder, only in the Storage info when I check "About This Mac".
    You are probably using Time Machine to backup your MacBook Pro, right? Then the additional 300 GB could be local Time Machine snapshots.  Time Machine will write the hourly backups to the free space on your hard disk, if the backup drive is temporarily not connected. You do not see these local backups in the Finder, and MacOS will delete them, when you make a regular backup to Time Machine, or when you need the space for other data.
    See Pondini's page for more explanation:   What are Local Snapshots?   http://pondini.org/TM/FAQ.html
    I have restarted my computer, but the information remains the same. How do I reclaim the use of the 300GB? Why is it showing up as "Backups" when it used to indicate "Photos"? Are my photos safe on the external drive?
    You have tested the library on the external drive, and so your photos are save there.  
    The local TimeMachine snapshot probably now contains a backup of the moved library.  Try, if connecting your Time Machine drive will reduce the size of your local Time Machine snapshots.

  • Short dump - No more storage space available for extending an internal tabl

    Hi All,
    I have requirement in which my program generates a text file on my presentation server. Here my problem is, this requirement can not be executed in back ground, it should be done in foreground only. When I execute in foreground, if the data records comes to some 38 lacks then I am getting a short dump saying 'No more storage space available for extending an internal table'.
    And in dump analysis under WHAT HAPPENED section it is giving as
    ' What happened?                                                                                |
    |    You attempted to extend an internal table, but the required space was                         |
    |    not available.
    Please suggest me, what I have to do in this case?
    Thanks in advance.
    Thanks,
    Sudha Mettu

    Hi SuDash,
    Allocation of the memory spaces will be done by BASIS people.
    you can contact them..
    Regards!

  • Possible Bug in iOS 8 via Streaming iTunes Video results in lost storage space?

    Hi looking for suggestions or help on this issue if you can.
    I'm not sure if the issue is my attempting to stream a movie from iTunes under iOS 8 or if it is a result of the iOS 8 update (size) itself or some type of memory leak or inability of memory to be released back to the OS.
    This AM I had ~4.8GB of free space on my 16GB iPhone 5C; running under iOS 7. I then updated to iOS 8 by connecting the phone to my iMac and doing the install through iTunes under a USB wired connection. I however I did NOT check after the update how much space was "Available" after the update on the iPhone itself.
    While streaming a long movie (LOTR extended) from the iCloud through the Apple Video app; now under iOS 8, I received a notification that my Storage space was nearly used up. While looking in Settings\Usage\Storage I can see that I had roughly 250MB of space "Available" but only 12.7GB was "USED." Here is were things get strange. Looking into the "Manage Storage" section I added up all of the space "used" by the apps listed (Video app was NOT listed) and came up with a sum of 6GB of used space. Now why is that? The listed 12.7GB of used space is not equal to 6GB what is using up the remaining 6.7GB?
    Now my research of the web suggests iOS 7 was ~3.5GB in size and my best GUESS at iOS 8 is that it is a16GB - 12.7GB = 3.3GB; although I thought iOS 8 was going to use up more space? For the sake of argument lets say iOS 8 is 5.8GB and my calculated Used Space it 6GB, that equals 11.8GB. Where are the remaining 4.2GB?
    Keep in mind I added No new apps (albeit a few updates to FindMyFrieds, Remote, Pages, AirPort Utility, FindMyiPhone all to be iOS 8 compatable).  I also force quit the VIDEO app thinking that the video that was streaming was taking up local storage while it was playing. Is it possible that the memory was used up by the stream and is not being Released; hence it seems I have no available space?
    Powering the phone down and re-starting it did not seem to do anything.
    I still need to go home, connect to iTunes and double check if the available space on the phone matches to what iTunes see.
    Thanks and sorry for the long question, just wanted to get as many variables out there in case anyone else has had this issue.

    searching.4.answers . . . sounds like you too were able to "inform" your device that the content is no longer needed, great.  I posted a solution that later didn't work for me when I streamed another video (see my post dated Nov 1 - cjdmedia).  I then had great success using what others in this forum have suggested . . . I downloaded the free ibrowse app (do a quick google search for this and you'll find the website for it).  Sure enough it was a piece of cake to navigate to the iCloud assets folder and find and delete the video file.  That is my solution from now on.  Unfortunate that I need to do that to have my storage space clear. 
    Also in my post I shared that I thought this was a bug, unfortunately I now believe that this could be intended behavior.  The only question is how long does this data just sit there until it is removed by the system? or is it removed by the system?  If it is not removed by the system at some point then a strong argument could be made that this is a bug. Streaming means that data is not permenantly saved on the device, right?  
    My fundamental issue is that I have 16GB storage that really means I have a total of 12.8GB (so says my iPhone).  With no personal photos or videos, only 300MB of music, some books etc, and all the apps I want installed on my iPhone I end up with only 9GB available for anything else.  A typical movie in HD takes up half of that.  Not aware that the data of movies was being stored on my phone while streaming I completely filled up my iPhone only days after completely wiping and setting up.  When I got the notification that my phone was full when trying to take video of my kids Trick-or-Treating - I was infuriated that something was hogging the memory in my phone, perhaps I had upgraded to iOS 8 too early before known issues were eliminated.  I thought I had 9GB of space for pictures and video!  To be fair, Apple did not ruin Halloween because my wife had her iPhone.  I also know that this "issue" has been around since iOS 7 (based on my searching) and I haven't seen any confirmation it has ever been dealt with.  From another apple discussion forum stream itunes purchased movies to iPad I discovered that if your device is almost full you can still "stream" because somehow the system knows how much space you have and then behaves more like what you'd expect from streaming which is interesting. 
    So to wrap this long post . . . it is obvious that to stream there needs to be data stored locally, but it is unclear how much data and how long this data will stay on your device.  The quickest solution (requires a computer) is to use the iBrowse app and manually delete the movie files in the iCloud assets folder.

  • No storage space available for extending an internal table.

    Hi All,
    I am using Function Module :  VC_I_GET_CONFIGURATION in FI related Sales Order Report to get
    configuration data for fields Model/Engine and Line no.
    when the program executed in Production environment, It is giving Runtime Error TSV_TNEW_PAGE_ALLOC_FAILED.
    ShrtText : No storage space available for extending an internal table.  
    The termination occurred in the ABAP program "SAPLIBINF" in "SELECT_INSTANCES_01" . its all happening
    in the above FM.
    Is there any possibility to get configuration data (Model/Engine and Line no)  with out using FM.
    please advise me on how you would like to proceed related to this issue.
    Thanks & Regards
    Satish Reddy

    Hi Satish,
    Please go through the below links and see if you can use this to address your issue,
    http://wiki.sdn.sap.com/wiki/display/ABAP/ReplacementofVC_I_GET_CONFIGURATIONforperfomance+tunning
    VC_I_GET_CONFIGURATION and paging memory
    Regards,
    Chen
    Edited by: Chen K V on May 26, 2011 2:34 PM

  • Error-No more storage space available for extending an internal table.

    Hi Experts,
                    i am facing problem in a program . its showing runtime error.
    Short text
        No more storage space available for extending an internal table.
    its showing error at   
    IF sy-subrc NE 0.
            REFRESH p_wip_tab.
          ELSE.
            i_wip_tab-pspnr = i_internal_and_external-pspnr_prps.
            LOOP AT p_wip_tab.
              MOVE-CORRESPONDING p_wip_tab TO i_wip_tab.
    ==> APPEND i_wip_tab.
            ENDLOOP.
          ENDIF.
    DATA: l_billable_tab LIKE p_billable_tab OCCURS 0 WITH HEADER LINE,
          p_wip_tab      LIKE zpswip OCCURS 0 WITH HEADER LINE.
    DATA: BEGIN OF i_wip_tab OCCURS 0,
            pspnr              LIKE prps-pspnr.
            INCLUDE STRUCTURE zpswip.
    DATA:   pernr_name         LIKE pa0002-vorna,
          END OF i_wip_tab.
    How i can resolve this problem if anybody knows it then please reply me as soon as possible.
    Thanks

    Hello.
    Probably you fill the internal table with too much data and it cannot hold that much.
    You can either redesign the program so that it processes the data in batches of, say 100000 records, or contact your BASIS team and ask for their help. They could possible assign more memory to the running applications.
    Reward if helpful.
    Regards,
    George

  • TSV_TNEW_PAGE_ALLOC_FAILED -  No more storage space available for extending

    Hi
    Im SAP-BW Consultant. I need some code in the transfer rules. But while im loading data , im getting "No more storage space available for extending an internal table.
    Pls check my code and modify it so that i can load the data of 5,000,00 records
    TYPES: BEGIN OF tys_TG_1,
                         /BIC/ZIUTILICH           TYPE /BIC/OIZIUTILICH,
                       /BIC/ZIRGRCH           TYPE  /BIC/OIZIRGRCH,
                       /BIC/ZPRODUCT           TYPE /BIC/OIZPRODUCT,
    END   OF tys_TG_1.
    TYPES:  tyt_TG_1        TYPE STANDARD TABLE OF tys_TG_1
                                                     WITH NON-UNIQUE DEFAULT KEY.
    data: e_s_result type tys_TG_1.
    data: e_t_result type tyt_TG_1.
    DATA : ITAB1 TYPE STANDARD TABLE OF  /BIC/AZDSO_HYD00.
    DATA : WA_ITAB TYPE /BIC/AZDSO_HYD00.
    loop at RESULT_PACKAGE into e_s_result.
         Select /BIC/ZIUTILICH /BIC/ZIRGRCH /BIC/ZPRODUCT                                               FROM       /BIC/AZDSO_HYD00 INTO
                                    (e_s_result-/BIC/ZIUTILICH,
                                    e_s_result-/BIC/ZIRGRCH,
                                     e_s_result-/BIC/ZPRODUCT)
                                 WHERE
                                 COMP_CODE = e_s_result-COMP_CODE AND
                                 PROFIT_CTR = e_s_result-PROFIT_CTR .
              append e_s_result to e_t_result.
         endselect.
             clear e_s_result.
    ENDLOOP.
    refresh RESULT_PACKAGE.
    move e_t_result[] to RESULT_PACKAGE[].
    So im getting TSV_TNEW_PAGE_ALLOC_FAILED -  No more storage space available for extending an internal table..
    I think there is a problem in the code. pls look it and modify it.
    Regards
    kumar

    Hello Kumar,
    The amount of data you can store in an internal table is limited by the width of the table together with the available memory on your machine. If you try to put too much data in your table you'll always get that problem.
    As I see it you have a table RESULT_PACKAGE with some fields and based on the entries in that table you select one row out of another table.
    You can easily use
    Select
    /BIC/ZIUTILICH /BIC/ZIRGRCH
    /BIC/ZPRODUCT FROM
    /BIC/AZDSO_HYD00
    INTO TABLE e_t_result
    FOR ALL ENTRIES in RESULT_PACKAGE
    COMP_CODE = RESULT_PACKAGE-COMP_CODE AND
    PROFIT_CTR = RESULT_PACKAGE-PROFIT_CTR .
    That still doesn't solve your memory problem hence you should try to process the data in packages, because you obviously don't have enough memory to process all data at once.
    You can add the following:
    Select
    /BIC/ZIUTILICH /BIC/ZIRGRCH
    /BIC/ZPRODUCT FROM
    /BIC/AZDSO_HYD00
    INTO TABLE e_t_result
    PACKAGE SIZE xxxx
    FOR ALL ENTRIES in RESULT_PACKAGE
    COMP_CODE = RESULT_PACKAGE-COMP_CODE AND
    PROFIT_CTR = RESULT_PACKAGE-PROFIT_CTR .
    PROCESS your data here
    ENDSELECT.
    You might also want to discuss the issue with your basis team if there is a way to get more memory if there is no way to do that process.
    Hope that helps,
    Michael

  • Treo 755p The free data storage space on the device is low. Some data could not be saved

    After having the Treo 755p device for only a week, I am receiving a message "The free data storage space on the device is low. Some data could not be saved."  I have over 55 mb of free space according to the device info page. I cannot find anything about this in the knowledge library, can anyone offer help?
    Post relates to: Treo 755p (Sprint)
    Post relates to: Treo 755p (Sprint)

    My problems are similar to Lauren, but backwards.  For months now I have had problems with my Treo 755 reseting randomly.  Sometimes during calls, sometimes while typing, sometimes while just sitting in the holster.   As many as a dozen a day and then not at all for 2 weeks, no rhyme nor reason.  This Free Space error though is brand new to me today and quite strange.   The error is showing up when I bring my phone out of "sleep".  I press the end button to sleep the phone and everything is fine.  When I press it again to wake the phone up the error is sitting behind the keylock waiting for me.
    Obviously I have done nothing yet for this new memory error, but I've tried everything for the reseting.  Deleting software, Soft and hard resets, software updates, everything I and Sprint support can think of.  With this new Free space error now I am going to just take it to a service center and demand a new phone.  I think there is some kind of hardware error as I have done nothing in the programming.  No new programs, no deleted programs, no changed settings.
    I loved my Treo 650 and never had any problems with it.  I am getting very disappointed in Palm now though with these ridiculous problems. 
    Post relates to: Treo 755p (Sprint)

  • Why is my iPad storage space filling up when transferring purchases to iTunes?

    Hi there,
    Hopefully somebody can help.
    I recently bought an iPad & it's been great, but I noticed when I was Transferring my purchases from my Pad to my Mac, my iPads disk space starting filling up under the 'Other' catagory.
    Why is it doing it? Surely it shouldn't be putting anything on to my Pad?
    Now my storage space is almost full, but I have nothing on my iPad that wasn't there before.
    Thanks for your time.
    Paul

    Okay, first thing is to look at all your iTunest tab settings like music, movies, podcasts, etc... to make sure you don't have it set to automatically download new content onto the iPad.  If so, anything you've purchased on your computer will then turn around and try to load itself onto your iPad.
    The next thing would be to do a restore to factory settings and then re-sync using your most recent backup, assuming you have a good backup.  Once in a blue moon the data on the iPad can get corrupt somehow and give all kinds of false readings on how much memory is being used, etc...  The restore usually fixes it.
    Best.

  • Blackberry app world storage space

    on the blackberry app world on my curve 9300, my storage space goes down by its self and has got so low that it is alerting me saying runing low on memory even tho i only have 3 app dowloaded....what can i do??

    Hi and Welcome to the Community!
    Anytime random strange behavior or sluggishness creeps in, the first thing to do is a battery pop reboot. With power ON, remove the back cover and pull out the battery. Wait about a minute then replace the battery and cover. Power up and wait patiently through the long reboot -- ~5 minutes. See if things have returned to good operation. Like all computing devices, BB's suffer from memory leaks and such...with a hard reboot being the best cure.
    What that will do is get you to the max that you can have. But, you likely have an app that has a memory leak. Or perhaps you are opening apps but not properly closing them.
    Best!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Storage Space Used for OS

    How much storage space does OS take out of the box on a 16G model?

    A little computer class. There are two kinds of memory in computers, storage and what's called RAM, for random access memory. One is where things on the computer actually run from (RAM) and the other is for storage of your data (usually a hard drive, but on the iPad, flash memory). They are two distinct kinds of memory and occupy very different areas of the computer. The iPad comes with a very small 256K of RAM. Most desktops and laptops today have at least 2 gigabytes of RAM, which is a few thousand times as much. A good chunk of that must hold the actual operating system, or OS- the thing that enables the whole shabang to work. The rest is reserved for the running of actual programs or Apps, as Apple calls them for the iPad and iPhone. So iPad apps must be rather compact in order to run in that small space of memory. That's why we don't yet have MS Word for the iPad (and won't for either quite some time or forever, I don't know).
    OK, now with storage, some of that space is always taken over by the OS in order to actually manage the storage. But most of it remains as storage. So to answer your question, probably a few dozen megabytes. It also probably uses the flash storage memory as what's called virtual RAM. I think it must, as that's the only way it could run those really big apps that are always crashing unless you reboot first in order to clear all memory.
    That's the long answer to a short question.

  • Application Storage - Free memory is zero

    Need URGENT  help for my mobile  issue ( Model 9220 Curve )  - Application Storage - Free memory is zero
    ( Tried reaching Blackberry Support in India - NO RESPONSE  ) 
    1. Getting Supplimentary Service failure : General Error - Comes on re-booting this device
    2. No free memory despite removing many application > 100 MB - despite status is same 
    3. Application Storage , there is in "Others "  - which is using 240 MB , besides " System " & " Applications " 
    4. Un-intalled ARM ( not deleled ) but could install again , in order to debug and isolate issue , as there is not enough free space.
    5 . Tried " Hard & Soft " Resets 
    Suggest !

    Make a full backup then do a security wipe on the device.
    http://www.blackberry.com/btsc/KB14058
    1. Please thank those who help you by clicking the "Like" button at the bottom of the post that helped you.
    2. If your issue has been solved, please resolve it by marking the post "Solution?" which solved it for you!

Maybe you are looking for

  • How can I allow the user to retake a quiz from the middle of it in Captivate 7?

    Hello Captivaters, I would like to force the learner to pass a quiz before he can continue on with the training.  If he doesn't pass the quiz, he will need to go back and take it again. The "retake" button allows him to do this, but I will actually l

  • Is it possible to configure the OS X Server VPN Service to use Certificates?

    I was attempting to set up the VPN Service on OS X Server 4.0.3 (Yosemite) to use certificates instead of a private shared key.  It does not appear that the VPN Server in OS X Server is designed to use anything other than a private shared key (on the

  • How can i add Document Header Text for s_alr_87012357

    Hi Gurus How can i add Document Header Text for  s_alr_87012357(Advance Return for Tax on Sales/Purchases).do i need change the standard program or is there any alternate to do this please  help me  out.

  • SAP License for demos

    Hi,   Is there any license provided by SAP to develop demos and hold some webinars etc. Thanks & Regards, Raja Sekhar K

  • Oracle and multi processor

    Hi, Does Oracle databases manage automatically multiprocessors? If not what are the parameters to modify? what are the functionalities of databases which take into account multiprocessors (queries, backup/recover, etc...) and is it automatically acti