No PXA Storage Space is available

Experts,
During Client Copy in SCCL, the buffer space has been completely used up and PXA Storage Space is not available.
Therefore, all other programs are giving dumps.
I have modified the profile parameter abap/buffersize  and increased the size from 150000 to 300000.
But the server needs a reboot in order for the change to take effect.
Question: What will be the impact of the restart on the copy process? Will the copy start from the scratch?

Hi Joel,
You may want to check SAP notes and parameter documentation to set the abap buffersize parameter correctly based on your system.
Agreeging to Steve's above reply - After taking a restart to have the parameter values in-affect, you can always resume the client copy from the point it had stopped with error.
Hope you have sufficient user inactivity time to complete the Client Copy
Regards,
Varun

Similar Messages

  • No PXA storage space available at the moment.

    Dear All,
    When I am doing delivery or Reverse the delivery (T.Codes VL09, VL01N), in Client 800, it is going to ABAP dump. Please see below. Please help me in this.
    Runtime Errors                    PXA_NO_FREE_SPACE     
    Date and Time                    22.11.2011     19:44:13
    Short dump has not been completely stored (too big)                         
         Short text                    
              No PXA storage space available at the moment.               
         What happened?                    
              The current ABAP/4 program had to be terminated because there               
              was no space available to load it.               
              Each ABAP/4 program to be executed is stored in a central               
              storage area that is divided between all users.          
              This area was too small to hold all currently active programs for all          
              users.          
              Resource bottleneck          
              The current program "SAPLMCB1" had to be terminated because          
              a capacity limit has been reached.          
         Error analysis               
              Unable to load a program of 1169408 bytes.          
              The PXA ('program execution area') was too small to hold all          
              currently active programs for all users.          
              At present, the size of the PXA is set at 144868 Kbytes.          
              The largest contiguous and unlocked memory chunk has 592896 bytes.          
         Trigger Location of Runtime Error                         
              Program                    SAPLMCB1
              Include                    LMCB1F20
              Row                    200
              Module type                    (FORM)
              Module Name                    LIS_VERBUCHUNG
         Source Code Extract                         
         Line          SourceCde               
         170                    xmcbest = xmcbest.          
         171              ENDIF.          
         172              IF flg_v2 NE space.          
         173          * V2-Verbuchung starten          
         174                CALL FUNCTION 'MCB_STATISTICS_UPD_V2' IN UPDATE TASK          
         175                  EXPORTING          
         176                    zeitp   = con_zeitp          
         177                  TABLES          
         178                    xmcmseg = xmcmseg          
         179                    xmcbest = xmcbest.          
         180                    
         181              ENDIF.          
         182              IF flg_b NE space.          
         183          * V3-Verbuchung starten          
         184                CALL FUNCTION 'MCB_STATISTICS_UPD_V3' IN UPDATE TASK          
         185                  EXPORTING          
         186                    zeitp   = con_zeitp          
         187                  TABLES          
         188                    xmcmseg = xmcmseg          
         189                    xmcbest = xmcbest.          
         190                    
         191              ENDIF.          
         192              IF flg_bw NE space.          
         193                SET EXTENDED CHECK OFF.          
         194          *     Preparation for new update process (plug-in system).          
         195          *     See note 486784.          
         196                DATA if_release TYPE i.                         "interface release          
         197                if_release = 1.          
         198                PERFORM mcex_if_release_03 IN PROGRAM saplmcex CHANGING if_release          
         199                   IF FOUND.          
         >>>>>                IF if_release >= 2.          
         201                  CALL FUNCTION 'MCEX_UPDATE_CALL_03'          
         202                    EXPORTING          
         203                      zeitp         = con_zeitp          
         204                      contr         = hlp_control          
         205                      i_update_task = 'X'          
         206                    TABLES          
         207                      xmcbest       = xmcbest          
         208                      xmcmseg       = xmcmseg.          
         209                ELSE.          
         210                  CALL FUNCTION 'MCEX_UPDATE_03' IN UPDATE TASK          
         211                    EXPORTING          
         212                      zeitp   = con_zeitp          
         213                      contr   = hlp_control          
         214                    TABLES          
         215                      xmcbest = xmcbest          
         216                      xmcmseg = xmcmseg.          
         217                ENDIF.          
         218                SET EXTENDED CHECK ON.          
         219              ENDIF.          
    Regards,
    Rao.

    Hi,
    For error
    Runtime Errors PXA_NO_FREE_SPACE
    For this look for increasing the SAP profile parameter value abap/buffersize
    Hope this helps.
    Regards,
    Deepak Kori

  • RFC_SYS_EXCEPTION:No PXA storage space available at the moment.

    Dear All:
      When I Invoke the BAPI function through JCO, it sometimes happens the following exception RFC_SYS_EXCEPTION:No PXA storage space available at
    the moment.
    My JCO version is  2.1.3 and my SAP System is ECC5.0
    My Step:
    1. create the JCo clint pool .This is my properties file
    jco.client.client=200
    jco.client.user=steven
    jco.client.passwd=123456
    jco.client.lang=ZH
    jco.client.ashost=192.168.0.1
    jco.client.sysnr=00
    2.through the JCO invoke the BAPI function ,set the needing field of import and export JCO.Structure ,JCO.Table.
    3. excute the BAPI function, and sometimes occur the exception.
    Is this the problem of system basis or in JCO?
    Thanks in advance.

    goto RZ10 transaction & increase paramter abap/buffersize in instance profile.  Restart required.
    better take help of BASIS & make sure system has enough memory.

  • PXA storage space in IDES

    Hi,,
    I ahve installed SAP IDES ECC 6.0 in my system. While executing transaction (VA01) I am getting error as NO PXA STORAGE SPACE AVAILABLE AT THE MOVEMENT"
    How to overcome this issue.
    I tried throuh RZ10 transaction , I donot know what prifile and version
    In GENERAL DATA, WHAT DATA I need to  enter in
    System name, system number and instant name.
    It would be helpful if somebody guide me.
    Thanks in advance
    Regards
    Karthik

    You need to increase parameter abap/buffersize to increase the program buffer
    I tried throuh RZ10 transaction , I donot know what prifile and version
    use RZ10 extended maintainance and the Instance profile, version????  the last one... A new version will be created when your mods are done.
    Seems like you need to do some reading
    Regards
    Juan

  • Pxa storage space

    Hi everybody,
    Pls help me out the below said dump error which i faced during Goods receipt (MIGO).
    No PXA storage space available at the moment.
    I want to know the transaction code for allocating the memory space. Where to increase the memory space?  In  the error, it has asked to go to the sap profile and change the memory space.
    What is sap profile and where we can find that?
    Thanks & Regards,
    Srinivasan.K

    Hi,
    Go to
    usr\sap\<SID>\sys\profile and changed the profile to allow fo 700000KB. Now u just need to reboot and all should work fine.
    Its advisable to make changes on the profiles inside R/3 using Tcode RZ10
    Thanks.
    Raja

  • 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

  • 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

  • No PXA storage

    Hello
    On an fresh new installed R/3 4.7 IDES system, when I run VA01 (and try to save) an system error messge arised say ' No PXA storage space available at the moment'.
    You help will be appreciated!
    Could you tell me what's the matter?
    PS: it says that PXA is set at 145520 Kbytes.

    Hi
    U can check buffer parameters by RZ20 got to CCMS templates Double Click on Buffers.
    You can reconfigure the program buffer by adjusting its  instance profile parameters.
    You can only define the size of the program buffer with one parameter: abap/buffersize. The size is defined in KB. Better go through help.sap.com
    Regards
    Vinod

  • PXA Storage

    Hi,
    I am saving a PO, and I am getting a short dump with message "No PXA storage space available at the moment".
    Can somebody tell me how toset the PXA storage space?
    Thanks
    Kishor

    There are several OSS notes related to this problem. Depending on your basis version and patch level, one or more of them may be applicable for your situation.
    Note 147568 - PXA_NO_FREE_SPACE
    Note 872010 - PXA: Avoid PXA_NO_FREE_SPACE dumps
    Note 175320 - PXA_NO_FREE_SPACE although a lot of space is free
    Note 740602 - 620SP39/640SP02: No PXA storage space available (CLUR_D2)
    ... and more.
    Regards,
    Rao A

  • PXA Storage Error

    "No PXA storage space available at the moment."
    Does any know how to solve this?
    It is mostly happen when i execute query in BEx.
    Thanks in advance

    Perhaps you could refer the following link to seek more information.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/afc59790-0201-0010-9f99-940f7c3934fc.
    Hope this helps.

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

  • I have an iPod 4s and I am trying to update to IOS 6.1.6. I keep trying to download but it will not allow me to click download and install. I have checked my storage and I have more than enough storage space available. Do you guys have any suggestions?

    I have an iPod 4s and I am trying to update to IOS 6.1.6. I keep trying to download but it will not allow me to click download and install. I have checked my storage and I have more than enough storage space available. Do you guys have any suggestions?

    The only available, signed, iOS, for your iPod, is iOS 7.1. That's why you can't install iOS 6.1.6.

  • 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

  • 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

Maybe you are looking for

  • Contacts and Calendar Services Broken

    I have a new build of Mountain Lion Server 10.8.2 and am having problems with the Contacts and Calendar services. The server is an Open Directory Master. I did this build by installing Mountain Lion 10.8 on a new hard drive. I had no interest in migr

  • Acrobat Reader X Disable Protection mode

    Hi All, i need some help with this freaky Acrobat Reader X version. We have currently  ~1000 computers with different old versions of AR (form 6 to 9) We need to upgrade to 10.0.1 version all PC's Will use SCCM for distributing the package. OK... eve

  • HT6117 I don't have Safary and facetime after update with IOS 7 my Iphone 4S, and sometimes the Wife is no able.

    I don't have Safary and facetime after update with IOS 7 my Iphone 4S, and sometimes the Wife is no able.

  • Making a puzzle

    Good Day, Is there way to do this in InDesign: Have a single background image (jpg or PDF) which you draw a puzzle pieces on top of using the Pen Tool (properly closing each of the pieces). Then, embed that bottom image as positioned in _each_ of the

  • SM35 logs explanation

    In my scenario i executed a report in background ,bdc is being used in it.when i check in sm35 it seems that in one batch logs some of the transaction has errored out and others got executed successfully.how to identify the reason for that particular