BW..No more storage space available for extending an internal Table

Hi;
In function module - RSAR_TRFC_DATA_RECEIVED
During Data loading from ERP to BW client am getting an error  in SM58 in ERP as ""No more storage space available for extending an internal Table "".
There is a dump in BW system   TSV_TNEW_PAGE_ALLOC_FAILED
"".I checked all the parameters for roll area,paging , etc..everything is fine. Also tried with  packet size smaller ..still i am getting this error ..
Thanks & regards
seethy

hi thanks for the response....
Memory parameters are fine
     em/initial_size_MB               2048     EM/TOTAL_SIZE_MB               21679     em/global_area_MB               256     Ztta/roll_area                       6500000     
     ztta/roll_first               1     
     ztta/roll_extension                  2000000000          
     rdisp/ROLL_MAXFS               32768     
     rdisp/PG_MAXFS               32768     
     rdisp/ROLL_SHM               16384     
     rdisp/PG_SHM               16384
     abap/heap_area_dia          2000000000     
     abap/heap_area_nondia      2000000000     
     abap/heap_area_total          4000000000
i have checked with Less data selection. still error occurs     
regards
seethy

Similar Messages

  • 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!

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

    Hi All,
    While running one program I get the short dump saying
    "No more storage space available for extending an internal table "IT_862".
    Error Analysis given in the dump log :
    The internal table "IT_862" could not be enlarged further.
    To extend the internal table, 14656 bytes of storage space was
    needed, but none was available. At this point, the table "IT_862" has
    8528862 entries.
    Source Code Extract :
    003360     loop at t_line.
    003370       clear t_output.
    003380
    003390   *   Increment Line counter
    003400       add 1 to l_line_cnt.
    003410
    003420       t_output-object = t_stxh-tdobject.
    003430       t_output-id     = t_stxh-tdid.
    003440       t_output-spras  = t_stxh-tdspras.
    003450       t_output-name   = t_stxh-tdname.
    003460       t_output-line   = l_line_cnt.
    003470       t_output-format = t_line-tdformat.
    003480       t_output-text   = t_line-tdline.
         *>       append toutput.   " ERROR POINT*
    Can you please suggest what can be the possible solution for the above error.
    Thanks in advance.
    Sanjeet

    Hi
    Check out this thread:
    Re: No storage space available for extending the internal table
    Make sure you are not having an infinite loop.
    Hope this helps
    Regards,
    Jayanthi.K

  • 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

  • Getting Dump "No more storage space available for extending an internal table" ??

    Hi All,
    In Web Ui while i was click save, it taking too much of time for saving at all lost it throwing dump such as "No more storage space available for extending an internal table". Recently Basis side did some activities for storing day to day transaction in back up server, after this activities i am getting this problem. i opening that Bsp component it throwing some information message such as component not integrated, i didn't see that message properly but i clicked continue button. After that basis activity only i got that information message once.
    i dont know what is the issue. Can anyone give solution for this issue
    Thanks,
    Anbu

    Ask your basis guys to clean up the system memory. This is happening because no memory is left.
    ~Kavindra

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

    In Our system we are getting this dump
    No more storage space available for extending an internal table
    and because of it no user is able to login into the system.
    We have Some classes in the system and we have defined shared memories to all classes according to regions.
    So for a particular class means users of a region are not able to logon to systems and we are getting these dumps in the system.
    So please suggest first how to clear the shared memory & how to conclude what activity in system made the shared memory full.
    Regards,
    Shivam Mittal

    My OS is HP-UNIX..
    And we do not access on OS level,So please suggest the way to clear it from SAP level.
    In dump it is also mentioned:
    The internal table "\AREA=<Name>\INSTANCE=$DEFAULT_INSTANCE$\VER
    SID=2\OBJ={O:1.2*\CLASS=<CLASS>\DATA=GT_BUFFER[1]-DATA" could
      not be further extended. To enable
    error handling, the table had to be delete before this log was written.
    As a result, the table is displayed further down or, if you branch to
    the ABAP Debugger, with 0 rows.
    At the time of the termination, the following data was determined for
    the relevant internal table:
    Memory location: "\AREA=<Name>\INST=$DEFAULT_INSTANCE$\CLNT=100"
    Row width: 156
    Number of rows: 0
    Allocated rows: 63
    Newly requested rows: 1216 (in 19 blocks)
    Please also suggest what is the internel table name that is causing the issue.
    Regards,
    Shivam Mittal

  • 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 Message - No storage space available for extending an internal table

    i have written this code where i think there is a performance issue as well.
    Error - You have attempted to extend an internal table but the required space was not available.
      IF GT_OUTTAB IS NOT INITIAL.
        SELECT  ZRMVIEW~ARBPL
                ZRMVIEW~GSTRS
                ZRMVIEW~GSUZS
                ZRMVIEW~GLUZS
                ZRMVIEW~GLTRS
                ZRMVIEW~VERID
                ZCRHDV1~KTEXT1
                INNER JOIN CRHD_V1 AS ZCRHDV1
                ON ZRMVIEWMANDT = ZCRHDV1MANDT
                AND ZRMVIEWWERKS1 = ZCRHDV1WERKS
               FOR ALL ENTRIES IN  GT_OUTTAB
              WHERE AUFNR = GT_OUTTAB-BID.
        ENDSELECT.
        ENDIF.
        IF SY-SUBRC EQ 0.
          LOOP AT GT_OUTTAB .
            READ TABLE GT_PRV_OUTAB WITH KEY WERK = GT_OUTTAB-WERK.
            MOVE-CORRESPONDING GT_PRV_OUTAB TO GT_OUTTAB.
            APPEND GT_OUTTAB.
          ENDLOOP.
        ENDIF.
    GT_OUTTAB contains the structure for the table COCH.
    And to read this select statement it takes lot of time.
    please provide me proper inputs for the same.
    thanks,

    Hi Shanky S
    LOOP AT GT_OUTTAB .
    READ TABLE GT_PRV_OUTAB WITH KEY WERK = GT_OUTTAB-WERK.
    MOVE-CORRESPONDING GT_PRV_OUTAB TO GT_OUTTAB.
    APPEND GT_OUTTAB.
    ENDLOOP.
    You are looping at gt_outtab and appending it within the same loop.  Since everytime a new entry is appended into the gt_outtab int table and thus it'll lead to an infinite loop.
    Try something like by creating an itab of similar structure as gt_outtab:
    LOOP AT gt_outtab into wa_outtab (work area).
      MOVE-CORRESPONDING wa_outtab into wa_outtab1.
      APPEND wa_outtab1 to gt_outtab1.
    ENDLOOP.
    LOOP AT GT_OUTTAB .
      READ TABLE GT_PRV_OUTAB WITH KEY WERK = GT_OUTTAB-WERK.
      MOVE-CORRESPONDING GT_PRV_OUTAB TO GT_OUTTAB1.
      APPEND GT_OUTTAB1.
    ENDLOOP.
    Now use gt_outtab1 in your code going furthur.
    Hope this helps.
    Harsh

  • 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

  • F.05 : No more storage space is available for extending  an internal table

    Hi,
    While executing F.05(FCV), I am getting ABAP Run time Error which is as below
    Short Text: No more storage space is available for extending  an internal table
    Pls, Give me solution and get more points. It is very urgent
    Thanks in advance
    Akash

    call your sap basis guys
    i don't need any points

  • HT204053 I just purchased more storage space(10gb) for   iPAD, but when I attempted to download an app An error message appeared prompting me to buy more storage. according to my ICloud  I have 15gb available. Does anyone have any suggestions

    I purchased more storage space(10gb)for my IPAD,but when I attempted to download an app an error message prompted me to purchase more storage.According to my ICloud I have 15gbavailable Any suggestions Help!!!

    If you are trying to download an app and get an error about not enough memory, it's talking about memory on your iPad, not in iCloud.  I don't know what you mean by purchasing more storage space for your iPad, you can't add more memory to a device.  You may have bought more memory in iCloud, but that's not going to fix your current problem.  You need to delete songs or video, or some other large files from your iPad to make room for a new download.

  • I have been tying to buy more storage space and for no reason I can't get it

    I have been tying to buy more storage space and for no reason I can't get it

    I hae been trying going through all the steps to do so, but at the end, I can't get the purchase.

  • Statistics setup for 2LIS_11 and no storage space available internal table

    Hi, I am running statistical setup for 2LIS_11_VAITM. It ran for 10 hours and failed with an ABAP run time error. The error is "no storage space available for extending an internal table". For 11 application, the selection options is sales org, company code and sales document. We have tried twice, and already drilled down to the level of sales org and company code, but still with error.
    The only option is sales documents.
    The volume of the data is 16 million records around in VBAP table which needs to be in the setup table.
    What is the criteria to categorize the sales document.
    Can we use order types? We have 200 values in the order types. And I am not sure the document ranges in each order type is clearly defined and not overlapping each other, so that we could load those in the setup table.
    Please advise!! Or if you have other suggestions!
    Thanks!

    Hi
    It could be because of main memory problem... so Restrict your selections and do the statistical setup
    by the way how many comp codes you have? restrict with comp codes or doc ranges
    Thanks,

  • Lack of storage space while extending an internal table

    Hi,
    While executing a select statement my program is giving dump.
    <b>ShrtText    </b>                                                                               
    No storage space available for extending an internal table.                                   
    <b>What happened? </b>                                                                               
    You attempted to extend an internal table, but the required space was                         
        not available.   
    <b>Error analysis</b>                                                                               
    The internal table "IT_49" could not be enlarged further. To allow                            
        error handling, the table had to be deleted before this log was                               
        created. So, if you branch to the ABAP debugger from the display                              
        of this log, the table will there be displayed with 0 rows.                                                                               
    At the moment of the termination, the following data was                                      
        determined for the respective internal table:                                                 
        Storage location: "Session memory"                                                            
        Row width: 7936                                                                               
    Number of rows: 1594                                                                               
    Allocated rows: 1594                                                                               
    Newly requested rows: 2 (in 1 blocks)                                                                               
    Please let me know how to solve this problem.
    Thanks in advance
    Suresh

    Hi Suresh ,
      The problem is with the statement where you select the data from the table
    SELECT QID "Queue identification (unique key)
    TRANS "Transaction counter: Batch input, statistics
    BLOCK "Message counter: Batch input, statistics
    SEGMT "Queue data segmentation number
    MSGCOUNT "Queue data block number
    VARLEN "Queue data length of user data
    VARDATA
    "Long String Used to Store BDC Objects in the Database
    FROM APQD
    INTO TABLE IT_APQD
    FOR <b>ALL ENTRIES IN I_APQD</b>
    WHERE QID = I_APQD-QID
    AND TRANS = I_APQD-TRANS.
    Please refer the how the FOR ALL ENTRIES CONCEPT works.
    if still the problem exists then try using the addition PACKAGE SIZE in your select statement , what this does is insted of write all the selected data at once into the internal table it will append in packets of size specified by you.
    <a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/fc/eb39eb358411d1829f0000e829fbfe/frameset.htm">Click here for Help on using Package Size in select statement</a>
    Thanks
    Arun

  • HT4914 Will storing my music on iCloud give me more storage space on my iPad?

    I have no storage space left on my iPad. If I store all of my music on iCloud will I have more storage space available?  I would like to down load a few movies. Also, will I have to have wifi available to access my music?

    If you remove the music from your ipad, then you would have more space on your ipad.
    You could not listen to the music until you donwloaded from icloud again, taking up the space again.
    You would have to have an internet connection in order to download your music from icloud to your ipad so you could listen to it.

Maybe you are looking for

  • Fox news slideshows are not working in Vista Home 64 bit.

    All fox news slideshows are not working since firefox 3.6 started. I can't get them to work in Internet explorer either. == URL of affected sites == http://

  • My PDF Document can't open properly in Acrobat Reader XI, But properly open in Acrobat Reader X

    Hi ~~ As the topic, My customers using Acrobat Reader XI Can't open My Pdf file, But, same file can be opened properly in Acrobat Reader X, Acrobat Reader XI shows Error Message: Can't Capture Embeded Font Is there any update of Acrobat Reader XI can

  • Mac G5 + Dell Monitor

    Hi, I have a G5 and tried hooking my Dell 2407WFP monitor to it & the font is extremely fuzzy. This is especially true in programs like Quark. I have it at the highest resolution w/ font smoothing set for flat screen (although I tried every setting)

  • How can I get the remote control button to appear in itunes?

    I cant seem to locate the remote control button that is supposed to appear in iTunes. I do not have any remote controls associated with my iTunes yet the button is not appearing. Help.

  • Order of execution DML sentences

    Hi, I have put this text on a post in the JDeveloper forum, but maybe it is convenient to put it here, because I don't know if JHeadStart classes, can help in some way to solve the problem. We are interested in the same subject. We came from a Oracle