BEx error: No roll storage space available

Hi,
While running a Bex query, i goth the following message and the query run was terminated "No roll storage space of length 96 available for OCCURS area".Can you please let me know what this roll storage space referes to and how this can be corrected?
Also I get some other space related issues like "Client Out of memory" sometimes and the query execution is terminated.
Is there any OSS notes detailing these issues(I was searching the OSS, but all my search terms didn't pick up a relavent match)
Thanks
Aravind

Check this thread:
/message/5547566#5547566 [original link is broken]
STORAGE_PARAMETERS_WRONG_SET (EM-Memory exhausted) error in NW04
Re: Bex error:No roll storage space of length 5670 available for OCCURS area.
Thnaks...
Shambhu

Similar Messages

  • Bex error:No roll storage space of length 5670 available for OCCURS area.

    Hi,
    When i run a report and try to drill down on one of the free characteristics, the query gets aborted with error detail as "No roll storage space of length 5670 available for OCCURS area.Area"
    I tried searching in SAP Notes, but was not able to find much there.
    Similarly, a few such threads also are there in SDN, that are not answered.
    Can you please help me solve this problem?
    Naveen.A

    Hi Naveen,
    This error may be due to support pack of your BEx frontend. Try to run it in RSRT. If it is working there and upgrade frontend to support pack 14. In my it worked.
    Let me know, if further information is needed.
    Thanks nad regards,
    Balaraj

  • 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

  • Runtime error - No PXA storage space available at the moment

    hi all...
    plz clarify MY DOUBT...
    i am unable to post the snap i got in my system..
    what happened??
    the current abap/4 program had to be terminated b'z there was no space available to load it.
    the current program had to be terminated because a capacity limit has been reached
    error analysis
    unable to load program
    the pxa was too small to hold all currently active programs for all users
    trigger location of runtime error
    program   SAPLWB2B_SCREEN_HANDLING
    include    LW2B_SCREEN_HANDLINGUG7
    row 130
    module type     function
    i am the only person working in my pc...i have got installed ecc 6.0 in my machine for training myself...
    plz tell me the sequence of steps to over come this...i have increased the virtula memory in my local drives also..
    thanks  alot
    Aavula(gopi2goal)

    Hello,
    you have to change a parameter of the SAP system to increase the memory used for caching the programs. The parameter is abap/buffersize. Go to transaction RZ10, modify the instance profile for the parameter and restart the system. You can check the size of many memory parameters in transaction ST02.
    Kind regard, Hinrich

  • 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

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

  • No roll storage space of length 2352 available for OCCURS area : Error in SAP Service Manager 4.0

    Hi All,
    I am facing one issue while downloading Service Orders in SAP Service Manager 4.0 with SMP 2.3 SP03
    I am working in the development environment where I have 15 - 20 Service Orders. When I am transmitting the client it downloads the rest of the configurations properly like complex tables, data tables, rules, screens etc but as soon as it hits /SMCRM/BTX_DOSERVICEORD_GET it does not downloads anything. I get a session time out error and then the ATE gets crashed.
    I checked in the logs where I found -
    throwExceptionToClient::com.syclo.sap.component.serviceorder.steplet.ServiceOrderFetchSteplet::throwExceptionToClient::285::ServiceOrderFetchSteplet - No roll storage space of length 2352 available for OCCURS area.
    2014/05/13 14:04:12.082:  ServiceOrderFetchSteplet: doSteplet returned false; no data to process
    As I said its in the development environment it has hardly 15 - 20 Service Orders but when checked with the basis team it is consuming all the 65GB RAM and hence could not proceed further.
    Please let me know what could be the possible error and how can I fix this.
    Please advise.
    Thanks and Regards
    Neha Mahanty
    Tags edited by: Michael Appleby

    Neha,
    Only 15-20 service orders, but how much data on those orders?  SM 4.0 brings down potentially a lot of data per service order, including:
    Addresses,
    Business Partners,
    Categorizations,
    Confirmations (and all the data under those),
    History Records (There can be a lot of those),
    Items,
    Reference Objects (This could be a huge installed base).
    You may need to debug the java and adjust what data is pulled down and/or examine the Service Orders to see where the bottle-neck is.  You should also increase the timeouts in your Agentry.ini file.  Those settings are in seconds.
    Jason Latko - Senior Product Developer at SAP

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

  • No roll storage space of length 7904 available for OCCURSE area.area

    I Experts,
    I am getting below dump when ever I login into WEB UI .
    No roll storage space of length 7904 available for OCCURSE area.area.
    When ever we got this error, we are restarting the CRM server. After that dump is not coming.
    Can any body having any idea please get me some knowledge on this to rectify it permanently.
    Thanks
    Chand

    Hi Stephen,
    Thanks for reply.
    Please find details below.
    Version :SAP CRM ABAP 7.0
    Support Stack of CRM :
    SAP_BASIS     701     3     SAPKB70103     SAP Basis Component
    SAP_ABA     701     3     SAPKA70103     Cross-Application Component
    PI_BASIS     701     3     SAPK-70103INPIBASIS     Basis Plug-In
    ST-PI     2005_1_700     6     SAPKITLQI6     SAP Solution Tools Plug-In
    SAP_BW     701     3     SAPKW70103     SAP Business Warehouse
    SAP_BS_FND     701     3     SAPK-70103INSAPBSFND     SAP Business Suite Foundation
    LCAPPS     2005_700     1     SAPKIBHD01     LC Applications (LCAPPS) 2005_700
    SAP_AP     700     16     SAPKNA7016     SAP Application Platform
    WEBCUIF     700     3     SAPK-70003INWEBCUIF     SAP WEBCUIF 700
    BBPCRM     700     3     SAPKU70003     BBPCRM
    WFMCORE     200     14     SAPK-20014INWFMCORE     WFMCORE 200 Installation: Meta-Commandfi
    BI_CONT     704     3     SAPK-70403INBICONT     Business Intelligence Content
    OS: Linux
    Physical memory of CRM system:
    Description                              Value     Description                              Value
    Physical mem avail  Kb                 7928892     Physical mem free   Kb                  250032
    Pages in/s                                   1     Kb paged in/s                                4
    Pages out/s                                  0     Kb paged out/s                               0
    Please specify exact parameter settings which can be helpful to you to analyze
    Regards
    Chand

  • No roll storage space of length 256 available for OCCURS area.

    i am getting the following error
    <b>No roll storage space of length 256 available for OCCURS area.</b>
    so i refered the note <b>Note 17965 - No storage space available</b> and the note told me to increase the roll storage.
    Please let me know of how to increase the roll Storage

    Hi
    Memory Issue-- There is no enough space to run the Process-- BASIS Team can help you.

  • No roll storage space of length: 1686916 available for internal storage:...

    A database error occured. The datebase error text is: Error in MDDataSetBW.GetCellData. No roll storage space of length: 1686916 available for internal storage: table blocks.. (WIS 10901)

    I was not able to post the complete question.
    A database error occured. The datebase error text is: Error in MDDataSetBW.GetCellData. No roll storage space of length: 1686916 available for internal storage: table blocks.. (WIS 10901)
    We are running on:
    Business Objects 3.1  SP 3, FP 3.3
    SAP Integration Kit same verion /SP and fix pack as of BOBJ.
    BW 701, SP 7,  EHP1
    All of our reports stopped working in since we enter new year. We have date prompts in Universe based on BW objects that are date type.  The issue we figured out was if we run the report for 2011 using calendar it runs for hours and give the above error. If we enter the date vales manually in the prompt it runs fine. But there is a big run time difference. Same report is now taking 3-4 times more to run.
    We have a active ticket with SAP. They have checked the universe and found nothing in it. We ran a trace and sent it to SAP and waiting for a reply.
    Any idea, resolutions.........
    Thanks.
    Toor.

  • No roll storage space of length 9728 available for occurs area.area

    I am getting a dump 'No roll storage space of length 9728 available for occurs area.area' when I try to execute the web dynpro application from SE80. But when I execute the same application from the portal I do not get any dump.
    Can someone give me some pointers on this?
    Thanks and Best Regards,
    Pooja

    Hi Pooja,
    You can deactivate and activate ther service from the SICF transaction, and try. If not works.
    You ahve to increase Shared memory... follow this..
    1) use t code: SHMM
    2) click on the "Shared Objects Memory"
    3) check the availiable space there.
    4) if the space availiable is less you will have to increase it. and try.
    Cheers,
    Kris.

  • Issue to create Workbook BI7 - No roll storage space of length 1984 availab

    Hello,
    I am creating a workbook in BI7 Analyzer Excel doing the following: design mode, insert analysis grid, selecting the query as data provider. However, when I click to get out of design mode or change variable values, it starts processing without asking me to fill the variable screen. It takes a ong time until an error message appears: No roll storage space of length 1984 available for OCCURS area. area.
    If I go to open query and execute it, there is no problem. The issue only appears in the workbook.
    Could you please suggest some solution?
    Thanks & Regards,
    Adriana Oliveira
    Edited by: ADRIANA OLIVEIRA on Sep 29, 2009 3:28 AM

    SAP Gui 640 as of now is no longer supported, for BEx 7.0, its best you use the latest GUI version and its latest patch.
    Below is the list that might help u get rid of this error.
    1) SAP GUI 7.10.
    2) BEx 3.x or 7.0 (or both)
    3) Patch > 12.
    4) BW Addon.
    5) BI Addon.
    Install it in the same order, and make sure you restart your system (Local Machine) whenever it asks you to.
    Rgds,
    Sree.

  • 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

  • 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

Maybe you are looking for

  • Visual Composer - Variable values from VC to Query

    Hello, I am determining the URL dynamically using Function Module in VC, generate the necessary URL and execute the query... This part is working perfectly. Now I want to pass a variable value to it  as well.. Any ideas... Thanks, Om

  • Patchburn, what does it do? do i need it?

    I have an NEC dual layer burner that I purchased to use externally on my powerbook. I am now interested in putting it in my sawtooth 400mhx powermac but a friend told me I will need to run some type of patchburn software or something? His reasoning w

  • How do I put a metadata(caption or keywords) in multiple pictures at once ?

    I would like to make a filter of places like NYC, London and some pictures have no GPS data, I would like to put blocks of pictures with the same metadata to do so. Thanks!

  • Incorporate exception in RFC

    Dear all, I have created a RFC function module to display the sales order data. Now there is a requirement to add exceptions in that. Is there any standard exceptions we need to incorporate or create the new. Please suggest how to go about it? Thnaks

  • File adapter number of threads exceeded

    HI, i have a problem with the file adapter. the file adapter has assigned 20 threads and all threads are currently working. so the processing of other files except this ones currently being processed (and blocked) is not possible. in the rwb there is