SYSTEM_NO_TASK_STORAGE

Hello all!
I hope you can help me with this problem.
I'm getting a SYSTEM_NO_TASK_STORAGE dump during a client export.
Is a SAP ECC 6 running in Windows 2003 Std Server. I have 4gb of RAM and 20gb of Page file.
My current isntance profiles is the following:
enque/table_size 8192
rdisp/max_wprun_time 1000
rsdb/cua/buffersize 4000
rdisp/PG_SHM 10000
rdisp/PG_MAXFS 80000
rdisp/ROLL_SHM 20000
rdisp/ROLL_MAXFS 20000
abap/heap_area_nondia 2000000000
abap/buffersize 600000
login/system_client 600
zcsa/system_language S
zcsa/installed_languages DES
login/no_automatic_user_sapstar 0
SAPSYSTEMNAME SMP
SAPGLOBALHOST PRODSERVER
SAPSYSTEM 00
INSTANCE_NAME DVEBMGS00
DIR_CT_RUN $(DIR_EXE_ROOT\$(OS_UNICODE\NTI386
DIR_EXECUTABLE $(DIR_INSTANCE\exe
PHYS_MEMSIZE 4090
rdisp/wp_no_dia 10
rdisp/wp_no_btc 5
icm/server_port_0 PROT=HTTP,PORT=80$$
ms/server_port_0 PROT=HTTP,PORT=81$$
rdisp/wp_no_enq 1
abap/heap_area_dia 2000000000
rdisp/wp_no_vb 2
rdisp/wp_no_vb2 1
rdisp/wp_no_spo 1
Which values do I have to change?
Thanks!
Wadih Saad

HI,
problem with memory management on SAP
check following notes
Note 88416 - Zero administration memory management as of 4.0A/ Windows
Note 546361 - FAQ: Storage problems on NT/Windows 2000
Note 103747 - Performance: Parameter recommendations as of Release 4.0
regards,
kaushal

Similar Messages

  • SYSTEM_NO_TASK_STORAGE error

    hi
    am new in basis. am facing one problem production server  .pls help me
    my server is
    sap 4.7ee
    database 9i
    os is windows 2003.
    RAM is 4gb
    swap is 12 max but is using 9.3 gb
    swap record
    Mon Jun 11 11:21:41 2007  interval  10   sec.
    Com charg Com charge Act. size
    limit [kb  free [Kb]  swap [Kb]
    12852756  6645,616   9340,928
    when the abapers writing the queries that time and some end user using some t codes that server given the error like <b>SYSTEM_NO_TASK_STORAGE</b>
    <b>Unable to fulfil request for 1559240 bytes of storage space.</b>
    in st22 t code error massage is Unable to fulfil request for 1559240 bytes of storage space.
    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:
    Error analysis
    A new storage area of 1559240 bytes was requested
    (storage calss TASK).
    All the available space has been used up.
    Possible reason: Either the volume of data to be processed is too large
    or the available swap space is too small.
    How to correct the error
    Restrict volume of data or increase swap space.
    Decide by analysis whether this request is reasonable or whether there
    is a program error. Pay particular attention to the internal table
    entries listed below.
    The amount of storage space (in bytes) filled at termination time was:
    Roll area...................... 8112
    Extended memory (EM)........... 14634144
    Assigned memory (HEAP)......... 0
    Short area..................... " "
    Paging area.................... 1409024
    Maximum address space.......... " "
    You may able to find an interim solution to the problem
    in the SAP note system. If you have access to the note system yourself,
    use the following search criteria:
    pls give me a solution it is urgent
    Message was edited by:
            kiran kumar

    Hello Kiran,
    First question:
    1 Is the dump coming for standard SAP transactions or for custom transactions developed by your ABAPers?
    If it is for standard SAP transaction then please review the values of profile parameters mentioned in the dump.
    If it is for non standard then there are performance issues arising out of the code written by your developers. Please get it reviewed.
    Regards.
    Ruchit.

  • SYSTEM_NO_TASK_STORAGE dump

    hi
    am new in basis. am facing one problem production server .pls help me
    my server is
    sap 4.7ee
    database 9i
    os is windows 2003.
    RAM is 4gb
    swap is 12 max but is using 9.3 gb
    swap record
    Mon Jun 11 11:21:41 2007 interval 10 sec.
    Com charg Com charge Act. size
    limit [kb free [Kb] swap [Kb]
    12852756 6645,616 9340,928
    when the abapers writing the queries that time and some end user using some t codes that server given the error like SYSTEM_NO_TASK_STORAGE
    Unable to fulfil request for 1559240 bytes of storage space.
    in st22 t code error massage is Unable to fulfil request for 1559240 bytes of storage space.
    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:
    Error analysis
    A new storage area of 1559240 bytes was requested
    (storage calss TASK).
    All the available space has been used up.
    Possible reason: Either the volume of data to be processed is too large
    or the available swap space is too small.
    How to correct the error
    Restrict volume of data or increase swap space.
    Decide by analysis whether this request is reasonable or whether there
    is a program error. Pay particular attention to the internal table
    entries listed below.
    The amount of storage space (in bytes) filled at termination time was:
    Roll area...................... 8112
    Extended memory (EM)........... 14634144
    Assigned memory (HEAP)......... 0
    Short area..................... " "
    Paging area.................... 1409024
    Maximum address space.......... " "
    You may able to find an interim solution to the problem
    in the SAP note system. If you have access to the note system yourself,
    use the following search criteria:
    pls give me a solution it is urgent

    Hi,
    This error occurs due to the excess resources accessed by the particular report ran by the Abaper.
    I think the problem is that the report access more memory and it takes the swap memory as per the dump error.
    Pls find from the the abaper what is the option he is selecting to run the report...ie whether he selects a huge range of data...if not tell him to tune the report where it occupies the memory...
    Hope this helps u..
    Bye
    Maheswaran J

  • SYSTEM_NO_TASK_STORAGE during the SPAM (RC=12)

    Hello!:
    Appyling some patches in the SPAM i've this problem:
    The import was stopped, since an error occurred during the phase DDIC_ACTIVATION, which the Support Package Manager is unable to resolvewithout your input.
    After you have corrected the cause of the error, continue with the import by choosing Support Package -> Import queue from the initial screen of the Support Package Manager.
    The following details help you to analyze the problem:
        -   Error in phase: DDIC_ACTIVATION
        -   Reason for error: TP_STEP_FAILURE
        -   Retur code: 0012
        -   Error message: OCS Package SAPKA70009, tp step A, return code
            0012
    And generate this DUMP:
    Runtime Errors         SYSTEM_NO_TASK_STORAGE
    Date and Time          13.06.2008 11:49:48
    Short text
         Unable to fulfil request for 5607360 bytes of storage space.
    I've the next parameters:
    rdisp/ROLL_SHM                              16384
    rdisp/ROLL_MAXFS                            32768
    rdisp/PG_SHM                                8192
    rdisp/PG_MAXFS                              32768
    abap/heaplimit                              40894464
    abap/swap_reserve                           20971520
    em/blocksize_KB                             4096
    em/stat_log_size_MB                         20
    em/stat_log_timeout                         0
    ztta/roll_area                              15000576
    zcsa/table_buffer_area                      30000128
    rtbb/buffer_length                          10000
    rsdb/cua/buffersize                         3000
    zcsa/presentation_buffer_area               4400128
    rdisp/appc_ca_blk_no                        100
    rdisp/wp_ca_blk_no                          300
    rsdb/ntab/entrycount                        19990
    rsdb/ntab/ftabsize                          30002
    rsdb/ntab/irbdsize                          6000
    rsdb/ntab/sntabsize                         3000
    abap/buffersize                             75000
    em/initial_size_MB                          1200
    abap/heap_area_nondia                       1000341504
    abap/heap_area_dia                          1000341504
    SAPSYSTEMNAME                               SOL
    ztta/roll_extension                         1000341504
    SAPSYSTEM                                   01
    abap/heap_area_total                        1500512256
    I've change in AIX the Limits in AIX, an all is unlimited.
    Thanks and regards,
    Alfredo.

    Hello,
    I have the same problem as alfredo's ones. I followed the instructions of this thread but no success.
    I am performing the trx SPAM against the Support Package SAP_BASIS : SAPKB7012. It failed during the phase of DDIC_ACTIVATION with the reason of error : TP_STEP_FAILURE and its RC is 12.
    I checked the JOB which failed it is RDDMASGL with the ABAP/4 processor dump: SYSTEM_NO_TASK_STORAGE.
    According to the trx ST22 on that program:
    "Unable to fulfill request for 247040 bytes of storage space at the sentence: sort tabltab by name (table dd03l)"
    Information on where terminated
        Termination occurred in the ABAP program "RADMASDSC" - in
         "MA_DTEL_TABL_MCID_SEL".
        The main program was "RADMASG0_C3 ".
        In the source code you have the termination point in line 262
        of the (Include) program "RADMASDSC".
        The program "RADMASDSC" was started as a background job.
        Job Name....... "RDDMASGL"
        Job Initiator.. "DDIC"
        Job Number..... 15453500
    The computer has 8GB and the SAP parameters are:
    ztta/roll_extensionl = 4GB
    abap/heap_area_total = 4GB
    abap/heap_area_nondia = 4GB
    abap/heap_area_dia = 4GB
    ztta/roll_area = 3MB
    The computer was already refreshed and taken the above values.
    The use of swap: swap -s
    root@yanbalRD1:/ # swap -s                                                     
    allocated  =    5177344 blocks    used  =   4813 blocks      free  =    5172531
    blocks       
    No problem with swap...
    The SAP is SCM 5.0 with the kernel NetWeave 7.0 level 169 along with DB2 UDB v9.1.4
    The SPAM/SAINT is of level 29
    Let me know if you need for further clarification.
    Regards,
    Rodolfo Neuhaus
    Edited by: Rodolfo Neuhaus on Aug 3, 2008 11:04 PM
    Edited by: Rodolfo Neuhaus on Aug 3, 2008 11:07 PM

  • How to remove the SYSTEM_NO_TASK_STORAGE error

    hi,very guys:
       for changed the datasource,i have to restore the source system,but when i restore the source system , the SYSTEM_NO_TASK_STORAGE error occur, i have 8 GB physical RAM ,and the source system have 1892 datasources, i do not know how to improve which parameter in my bw's profile. the profile of my instance[the profile of my instance|http://www.masson.com.cn/newweb/pro.txt]

    Hi,
    It is a standard functionality. Those information will be very useful when you send a message to SAP.
    If you still want to remove them, raise an OSS message.
    Regards,
    Rajesh Kumar

  • SYSTEM_NO_TASK_STORAGE during client export

    Hello all!
    I hope you can help me with this problem.
    I'm getting a SYSTEM_NO_TASK_STORAGE dump during a client export.
    My system is on Windows 2003 Std Server. I have 4gb of RAM and 20gb of Page file.
    My current isntance profiles is the following:
    enque/table_size                     8192                                     
    rdisp/max_wprun_time             1000                                     
    rsdb/cua/buffersize                  4000                                     
    rdisp/PG_SHM                        10000                                    
    rdisp/PG_MAXFS                    80000                                    
    rdisp/ROLL_SHM                    20000                                    
    rdisp/ROLL_MAXFS                20000                                    
    abap/heap_area_nondia       2000000000                               
    abap/buffersize                       600000                                   
    login/system_client                   600                                      
    zcsa/system_language              S                                        
    zcsa/installed_languages         DES                                      
    login/no_automatic_user_sapstar 0                                        
    SAPSYSTEMNAME               SMP                                      
    SAPGLOBALHOST        PRODSERVER                               
    SAPSYSTEM                           00                                       
    INSTANCE_NAME           DVEBMGS00                                
    DIR_CT_RUN   $(DIR_EXE_ROOT\$(OS_UNICODE\NTI386     
    DIR_EXECUTABLE        $(DIR_INSTANCE\exe                      
    PHYS_MEMSIZE                4090                                     
    rdisp/wp_no_dia                   10                                       
    rdisp/wp_no_btc                    5                                        
    icm/server_port_0     PROT=HTTP,PORT=80$$                      
    ms/server_port_0      PROT=HTTP,PORT=81$$                      
    rdisp/wp_no_enq                1                                        
    abap/heap_area_dia         2000000000                               
    rdisp/wp_no_vb                          2                                        
    rdisp/wp_no_vb2                      1                                        
    rdisp/wp_no_spo                       1
    Which values do I have to change?
    Thanks!
    Wadih Saad

    Hi Wadih saad,
    I think the memory is not suffcient to hold the load. Check your swap space and memory during the client export and also check whether there is sufficient space in the hard disk to hold the export files.
    You must have calculated the client size by using the test run. This size must be available as free space in hard disk to do the export.
    Make the available space and do the export it will work.
    Regards,
    Maheswaran J

  • SYSTEM_NO_TASK_STORAGE DDIC_ACTIVATION upgrade to EHP4 SPS5

    Hello,
    When want to upgrade our system from SAP ERP 6.0 EHP3 SPS5 ( Windows 32 Bit with RAM 3Gb )  to EHP4 SPS5 with SAINT  we encountered the following Error in  DDIC Activation phase :
    The following details help you to analyze the problem:
         -   Error in phase: DDIC_ACTIVATION
         -   Reason for error: TP_STEP_FAILURE
         -   Return code: 0012
         -   Error message: OCS Package SAPK-60401INEAAPPL, tp step A, return
             code 0012
    In ST22 we have the following message :
    Runtime Errors         SYSTEM_NO_TASK_STORAGE
    Date and Time          20.05.2011 19:51:09
    Short text
         Unable to fulfil request for 3897444 bytes of storage space.
    We have adjut the following parameters but we still have the error :
    tta/roll_extension = 2000000000
    ztta/roll_area = 1000000
    ztta/roll_first = 1
    em/max_size_MB = 20000
    em/initial_size_MB = 2048
    abap/heap_area_dia = 2000000000
    abap/heap_area_total = 5000000000
    abap/heap_area_nondia = 2000000000
    We have also applied  /3GB in boot.ini for windows (recommendation Note 1275873 - Memory bottleneck during DDIC activation during EHP import ).
    Thank you for you help.

    The short-dump issue you are experiencing is a well known problem which uses to occur on 32-bit architecture system platforms;
    those short-dumps are a clear indication of a 'lack of memory (address space) issue'.
    When a program (or a transaction or a job) is running, the work process
    follows this memory allocation sequence (valid for Windows platforms):
       a) Roll memory up to the quota "ztta/roll_first"
       b) Extended memory up to the quota "em/address_space_MB"
       c) Roll memory up to the quota "ztta/roll_area"
       d) Heap memory up to the quota "abap/heap_area_dia"
    Short dumps like these ones arise when additional memory
    is required to extend the internal table, but none is available.
    Check these points :
    - make sure parameters values are set as indicated in Note 88416
    read the document "Optimizing the Memory Settings for
        SAP Systems on 32-Bit Windows" that you will find at:
        http://service.sap.com/~sapidb/011000358700006425762006E
    Also,
    - Enable the Windows startup option /3GB, as per Note 110172
    - Reduce the memory parameters rdisp/ROLL_SHM and rdisp/PG_SHM to
        6000 and check that other memory buffers like abap/buffersize have
        not been increased from default values.
    Note 110172 : Windows: Transactions with large memory requirements
    - Niraj

  • ABAP/4 processor: SYSTEM_NO_TASK_STORAGE

    Hi Experts,
    I have tried to load one of the master datasource(ocrm_srv_ibase_attr) from crm(qa system) to bw system. the job is getting cancelled in the source system with below error message.
    ABAP/4 processor: SYSTEM_NO_TASK_STORAGE
    Job cancelled
    I have tried to extract data this datasource by using rsa3 tcode and its going into short dump with time_out message.
    Could any one faced this type of issue...Any clue...
    Thanks in advance.
    Regs,
    Vachan
    Points will be assigned.

    Hi,
    Normally this error happens due to insufficient memory to process the requests.
    Make more "memory" available for the program xecution. To do so you must iterativly adjust the parameter mentioned in the shortdump.
    It might be necessary to put more RAM or increase swap if these parameter have to be increased significantly. See also note 20527.
    You also need to
    check parameter abap/heap_area_dia and abap/heap_area_nondia
    I hope this helps you to overcome the problem.
    Regards,
    Venu

  • Run-time error "SYSTEM_NO_TASK_STORAGE"

    Hi gurus,
    I always encounter this runtime error especially when running such transaction: "SYSTEM_NO_TASK_STORAGE" wherein it is Unable to fulfil request for xxxxx bytes of storage space. (I check it in tcode ST22) My current system is AIX 5.3 and Oracle 10g.
    Does it have something to do with a specific parameter setting in its profile? Anything to do with its performance tuning? Your immediate response are highly appreciated.
    Thanks,
    Paul

    Hi
    Pls check the below sap notes.
    965351,726418,390283.
    I hope this will useful to u.
    Feel free to revert back
    ---venkat.

  • How to avoid SYSTEM_NO_TASK_STORAGE  with multiple single values variable

    Hi experts,
    I am trying to do a distribution with reference data standart SAP function.
    Fields to be changed:
    ZPDHIER2 (Economic Group II)
    ZPDHIER3 (Economic Group III)
    ZPDCLIENT (Client)
    Fields for condition:
    KEY FIGURE NAME
    Fields for reference:
    KEY FIGURE NAME
    ZPDSTATUS (Status)
    FISCPER3 (Fiscal Period)
    The parameters group is like:
    Fields for condition:
    Key figure: ZM_070 (one of the key figures)
    Fields for reference:
    Key figure: ZMONT_TN
    FISCPER3: 001
    Status: DE
    - "Only distribute not assigned" is checked
    I do not want the data to be distributed by any ZPDHIER2, ZPDHIER3 and ZPDCLIENT so I have restricted these characteristics in the planning level by some variables. These variables are user exit type and return multiple single values.
    The issue regarding this message is that when I execute this function, depending on the size of the data brought by ZPDCLIENT user exit variable, this dump might or might not occur. As for the testing I've done, i realize that if the number of clients exceed 500, dump will occur.
    This multiple single values variable (or any other solution) must be prepared for 3900 clients, and this number is expected to increase.
    Anyone have faced same problem?
    Hope you can provide me some help regarding this issue.
    Tanks in advance,
    André Oliveira

    Hi Wadih saad,
    I think the memory is not suffcient to hold the load. Check your swap space and memory during the client export and also check whether there is sufficient space in the hard disk to hold the export files.
    You must have calculated the client size by using the test run. This size must be available as free space in hard disk to do the export.
    Make the available space and do the export it will work.
    Regards,
    Maheswaran J

  • Error GRC Access Control 10.0

    We have a problem when execute the next steps in GRC Access Control 10.0
    SPRO-->Governance, Risk and Compliance>Access Control--> Access Risk Analysis--> Batch RisK Analysis
    We applied the next note, but problem is the same.
    1563583 - SYSTEM_NO_TASK_STORAGE dump on AIX
    Category          
    ABAP Programming Error
    Runtime Errors    
    ASSERTION_FAILED
    ABAP Program      
    CL_GRRM_DASHBOARD_MENU_AUTH===CP
    Application Component  GRC-RM
    Date and Time     
    13.03.2013 11:50:04
    |Short text                                                                                   
    |
    |
    The ASSERT condition was violated.                                                       
    |
    |What happened?                                                                               
    |
    |
    In the running application program, the ASSERT statement recognized a                    
    |
    |
    situation that should not have occurred.                                                 
    |
    |
    The runtime error was triggered for one of these reasons:                                
    |
    |
    - For the checkpoint group specified with the ASSERT statement, the                      
    |

    activation mode is set to "abort".                                                     
    |
    |
    - Via a system variant, the activation mode is globally set to "abort"                   
    |

    for checkpoint groups in this system.                                                  
    |
    |
    - The activation mode is set to "abort" on program level.                                
    |
    |
    - The ASSERT statement is not assigned to any checkpoint group.                          
    |
    |What can you do?                                                                             
    |
    |
    Note down which actions and inputs caused the error.                                     
    |
    |                                                                                             
    |
    |                                                                                             
    |
    |
    To process the problem further, contact you SAP system                                   
    |
    |
    administrator.                                                                           
    |
    |                                                                                             
    |
    |
    Using Transaction ST22 for ABAP Dump Analysis, you can look                              
    |
    |
    at and manage termination messages, and you can also                                     
    |
    |
    keep them for a long time.                                                               
    |
    |Error analysis                                                                               
    |
    |
    The following checkpoint group was used: "No checkpoint group specified"                 
    |
    |                                                                                             
    |
    |
    If in the ASSERT statement the addition FIELDS was used, you can find                    
    |
    |
    the content of the first 8 specified fields in the following overview:                   
    |
    |
    " (not used) "                                                                           
    |
    |
    " (not used) "                                                                           
    |
    |
    " (not used) "                                                                           
    |
    |
    " (not used) "                                                                           
    |
    |
    " (not used) "                                                                           
    |
    |
    " (not used) "                                                                           
    |
    |
    " (not used) "                                                                           
    |
    |
    " (not used) "                                                                           
    |
    |How to correct the error                                                                     
    |
    |
    Probably the only way to eliminate the error is to correct the program.                  
    |
    |
    |
    |                                                                                             
    |
    |
    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:                                                                                
    |
    |                                                                                             
    |
    |
    "ASSERTION_FAILED" " "                                                                   
    |
    |
    "CL_GRRM_DASHBOARD_MENU_AUTH===CP" or "CL_GRRM_DASHBOARD_MENU_AUTH===CM001"              
    |
    |
    "IF_GRFN_MENU_ITEM_AUTH~IS_AUTHORIZED"                                                   
    |
    |                                                                                             
    |
    |
    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..... 702                                                                     
    |
    |
    SAP Basis Level. 0012                                                                    
    |
    |                                                                                             
    |
    |
    Application server... "KIO13701"                                                         
    |
    |
    Network address...... "172.20.1.137"                                                     
    |
    |
    Operating system..... "AIX"                                                              
    |
    |
    Release.............. "7.1"                                                              
    |
    |
    Hardware type........ "00F6C78E4C00"                                                     
    |
    |
    Character length.... 16 Bits                                                             
    |
    |
    Pointer length....... 64 Bits                                                            
    |
    |
    Work process number.. 10                                                                 
    |
    |
    Shortdump setting.... "full"                                                             
    |
    |                                                                                             
    |
    |
    Database server... "KIO13701"                                                            
    |
    |
    Database type..... "DB6"                                                                 
    |
    |
    Database name..... "DGR"                                                                 
    |
    |
    Database user ID.. "SAPDGR"                                                              
    |
    |                                                                                             
    |
    |
    Terminal.......... "192.168.0.5"                                                         
    |
    |                                                                                             
    |
    |
    Char.set.... "C"                                                                         
    |
    |                                                                                             
    |
    |
    SAP kernel....... 720                                                                    
    |
    |
    created (date)... "Jul 8 2012 19:43:01"                                                  
    |
    |
    create on........ "AIX 2 5 00092901D600"                                                 
    |
    |
    Database version. "DB6_81 "                                                              
    |
    |                                                                                             
    |
    |
    Patch level. 300                                                                         
    |
    |
    Patch text.. " "                                                                         
    |
    |                                                                                             
    |
    |
    Database............. "DB6 08.02.*, DB6 09.*, DB6 10.*"                                  
    |
    |
    SAP database version. 720                                                                
    |
    |
    Operating system..... "AIX 2 5, AIX 3 5, AIX 1 6, AIX 1 7"                               
    |
    |                                                                                             
    |
    |
    Memory consumption                                                                       
    |
    |
    Roll.... 0                                                                               
    |
    |
    EM...... 8379584                                                                         
    |
    |
    Heap.... 0                                                                               
    |
    |
    Page.... 16384                                                                           
    |
    |
    MM Used. 6205712                                                                         
    |
    |
    MM Free. 2170976                                                                         
    |
    |User and Transaction                                                                         
    |
    |
    Client.............. 100                                                                 
    |
    |
    User................ "LVELASCO"                                                          
    |
    |
    Language key........ "E"                                                                 
    |
    |
    Transaction......... " "                                                                 
    |
    |
    Transaction ID...... "51400164B1F00C40E1008000AC140189"                                  
    |
    |                                                                                             
    |
    |
    EPP Whole Context ID.... "5140015EB1F00C40E1008000AC140189"                              
    |
    |
    EPP Connection ID....... "5140F9B0B19C1150E1008000AC140189"                              
    |
    |
    EPP Caller Counter...... 1                                                               
    |
    |                                                                                             
    |
    |
    Program............. "CL_GRRM_DASHBOARD_MENU_AUTH===CP"                                  
    |
    |
    Screen.............. "SAPMHTTP 0010"                                                     
    |
    |
    Screen Line......... 2                                                                   
    |
    |
    Debugger Active..... "none"                                                              
    |
    |Server-Side Connection Information                                                           
    |
    |
    Information on Caller of "HTTPS" Connection:                                             
    |
    |
    Plug-in Type.......... "HTTPS"                                                           
    |
    |
    Caller IP............. "192.168.0.5"                                                     
    |
    |
    Caller Port........... 44300                                                             
    |
    |
    Universal Resource ID. "/sap/bc/webdynpro/sap/grfn_service_map"                          
    |
    |                                                                                             
    |
    |
    Program............. "CL_GRRM_DASHBOARD_MENU_AUTH===CP"                                  
    |
    |
    Screen.............. "SAPMHTTP 0010"                                                     
    |
    |
    Screen Line......... 2                                                                   
    |
    |                                                                                             
    |
    |
    Information on Caller ofr "HTTPS" Connection:                                            
    |
    |
    Plug-in Type.......... "HTTPS"                                                           
    |
    |
    Caller IP............. "192.168.0.5"                                                     
    |
    |
    Caller Port........... 44300                                                             
    |
    |
    Universal Resource Id. "/sap/bc/webdynpro/sap/grfn_service_map"                          
    |
    |Information on where terminated                                                              
    |
    |
    Termination occurred in the ABAP program "CL_GRRM_DASHBOARD_MENU_AUTH===CP" -            
    |
    |
    in "IF_GRFN_MENU_ITEM_AUTH~IS_AUTHORIZED".                                              
    |
    |
    The main program was "SAPMHTTP ".                                                        
    |
    |                                                                                             
    |
    |
    In the source code you have the termination point in line 59                             
    |
    |
    of the (Include) program "CL_GRRM_DASHBOARD_MENU_AUTH===CM001".                          
    |
    |Source Code Extract (Source code has changed)                                                
    |
    |Line |SourceCde                                                                              
    |
    |   29|   
    lv_dashboard = lv_value.                                                       
    |
    |   30|                                                                                       
    |
    |   31|   
    TRANSLATE lv_dashboard TO UPPER CASE.                                          
    |
    |   32|                                                                                       
    |
    |   33|   
    CASE lv_dashboard.                                                             
    |
    |   34|     
    WHEN 'HEATMAP'.                                                              
    |
    |   35|       
    lv_report = 'GRRM_HEATMAP'.                                                
    |
    |   36|                                                                                       
    |
    |   37|     
    WHEN 'LOSS_OVERVIEW' OR 'LOSS_STRUCTURE' OR 'OB_LOSS_OVERVIEW' OR 'OB_LOSS_STRUCTU|
    |   38|       
    lv_report = 'GRRM_LOSS_ANALYSIS'.                                          
    |
    |   39|                                                                                       
    |
    |   40|     
    WHEN 'OVERVIEW'.                                                             
    |
    |   41|       
    lv_report = 'GRRM_OVERVIEW'.                                               
    |
    |   42|                                                                                       
    |
    |   43|     
    WHEN OTHERS.                                                                 
    |
    |   44|       
    ASSERT 1 = 2.                                                              
    |
    |   45|                                                                                       
    |
    |   46|   
    ENDCASE.                                                                       
    |
    |   47|                                                                                       
    |
    |   48|   
    EXIT.                                                                          
    |
    |   49|                                                                                       
    |
    |   50| 
    ENDLOOP.                                                                         
    |
    |   51|                                                                                       
    |
    |   52|
    WHEN 'GRRM_LOSS_MATRIX' OR 'GRRM_LOSS_MATRIX_NEW'.                                 
    |
    |   53| 
    lv_report = 'GRRM_LOSS_ANALYSIS'.                                                
    |
    |   54|                                                                                       
    |
    |   55|
    WHEN 'GRRM_HEATMAP_REPORT'.                                                        
    |
    |   56| 
    lv_report = 'GRRM_HEATMAP'.                                                      
    |
    |   57|                                                                                       
    |
    |   58|
    WHEN OTHERS.                                                                       
    |
    |>>>>>| 
    ASSERT 1 = 2.                                                                    
    |
    |   60|                                                                                       
    |
    |   61|  ENDCASE.                                                                             
    |
    |   62|                                                                                       
    |
    |   63|  TRY.                                                                                 
    |
    |   64| 
    lv_regulation_id = cl_grfn_api_regulation=>if_grfn_api_regulation~get_regulation_id( i|
    |   65|                                                                                       
    |
    |   66| 
    ev_authorized = cl_grfn_util_rep_auth=>has_rep_auth(                             
    |
    |   67|   
    io_session  
    = io_session                                                  
    |
    |   68|   
    iv_regulation_id = lv_regulation_id                                            
    |
    |   69|   
    iv_report   
    = lv_report                                                   
    |
    |   70|   
    iv_activity 
    = grfn0_c_activity-print                                      
    |
    |   71| 
    |
    |   72|                                                                                       
    |
    |   73|
    CATCH cx_grfn_exception.                                                           
    |
    |   74| 
    ev_authorized = abap_false.                                                      
    |
    |   75|                                                                                       
    |
    |   76|  ENDTRY.                                                                              
    |
    |   77|                                                                                       
    |
    |   78|ENDMETHOD.                                                                             
    |
    |Contents of system fields                                                                    
    |
    |Name
    |Val.                                                                                
    |
    |SY-SUBRC|4                                                                                   
    |
    |SY-INDEX|2                                                                                   
    |
    |SY-TABIX|1                                                                                   
    |
    |SY-DBCNT|1                                                                                   
    |
    |SY-FDPOS|0                                                                                   
    |
    |SY-LSIND|0                                                                                   
    |
    |SY-PAGNO|0                                                                                   
    |
    |SY-LINNO|1                                                                                   
    |
    |SY-COLNO|1                                                                                   
    |
    |SY-PFKEY|                                                                                    
    |
    |SY-UCOMM|                                                                                    
    |
    |SY-TITLE|HTTP Control                                                                        
    |
    |SY-MSGTY|                                                                                    
    |
    |SY-MSGID|                                                                                    
    |
    |SY-MSGNO|000                                                                                 
    |
    |SY-MSGV1|                                                                                    
    |
    |SY-MSGV2|                                                                                    
    |
    |SY-MSGV3|                                                                                    
    |
    |SY-MSGV4|                                                                                    
    |
    |SY-MODNO|0                                                                                   
    |
    |SY-DATUM|20130313                                                                            
    |
    |SY-UZEIT|115004                                                                              
    |
    |SY-XPROG|SAPCNVE                                                                             
    |
    |SY-XFORM|CONVERSION_EXIT                                                                     
    |
    |Active Calls/Events                                                                          
    |
    |No.   Ty.     
    Program                        
    Include                        
    Line   |

    Name                                                                                   
    |
    |   34 METHOD  
    CL_GRRM_DASHBOARD_MENU_AUTH===CP
    CL_GRRM_DASHBOARD_MENU_AUTH===CM001
    59  |

    CL_GRRM_DASHBOARD_MENU_AUTH=>IF_GRFN_MENU_ITEM_AUTH~IS_AUTHORIZED                      
    |
    |   33 METHOD  
    CL_GRFN_API_MENU_ITEM_ELA=====CP
    CL_GRFN_API_MENU_ITEM_ELA=====CM001   126  |

    CL_GRFN_API_MENU_ITEM_ELA=>IF_GRFN_MENU_AUTH~ITEM_AUTH                                 
    |
    |   32 METHOD  
    CL_GRFN_API_MENU==============CP
    CL_GRFN_API_MENU==============CM003
    34  |

    CL_GRFN_API_MENU=>IF_GRFN_MENU_AUTH~ITEM_AUTH                                          
    |
    |   31 METHOD  
    CL_GRFN_LAUNCHPAD_UIBB========CP
    CL_GRFN_LAUNCHPAD_UIBB========CM006
    60  |

    CL_GRFN_LAUNCHPAD_UIBB=>IF_FPM_GUIBB_LAUNCHPAD~MODIFY                                  
    |
    |   30 METHOD  
    CL_FPM_LAUNCHPAD_UIBB_ASSIST==CP
    CL_FPM_LAUNCHPAD_UIBB_ASSIST==CM001
    76  |

    CL_FPM_LAUNCHPAD_UIBB_ASSIST=>INIT_FEEDER                                              
    |
    |   29 METHOD  
    /1BCWDY/T2POSMRSKMLY9L6LJP5Z==CP
    /1BCWDY/B_T2POSBAR6C8HPR0XTR4P   
    410  |

    CL_COMPONENTCONTROLLER_CTR=>WDDOINIT                                                   
    |

    Web Dynpro Component     
    FPM_LAUNCHPAD_UIBB                                       
    |

    Controller               
    COMPONENTCONTROLLER                                      
    |
    |   28 METHOD  
    /1BCWDY/T2POSMRSKMLY9L6LJP5Z==CP
    /1BCWDY/B_T2POSBAR6C8HPR0XTR4P   
    181  |

    CLF_COMPONENTCONTROLLER_CTR=>IF_WDR_COMPONENT_DELEGATE~WD_DO_INIT                      
    |

    Web Dynpro Component     
    FPM_LAUNCHPAD_UIBB                                       
    |

    Controller               
    COMPONENTCONTROLLER                                      
    |
    |   27 METHOD  
    CL_WDR_DELEGATING_COMPONENT===CP
    CL_WDR_DELEGATING_COMPONENT===CM004
    9  |

    CL_WDR_DELEGATING_COMPONENT=>DO_INIT                                                   
    |
    |   26 METHOD  
    CL_WDR_CONTROLLER=============CP
    CL_WDR_CONTROLLER=============CM00V
    3  |

    CL_WDR_CONTROLLER=>INIT_CONTROLLER                                                     
    |
    |   25 METHOD  
    CL_WDR_COMPONENT==============CP
    CL_WDR_COMPONENT==============CM019
    24  |

    CL_WDR_COMPONENT=>INIT_CONTROLLER                                                      
    |
    |   24 METHOD  
    CL_WDR_CONTROLLER=============CP
    CL_WDR_CONTROLLER=============CM002
    7  |

    CL_WDR_CONTROLLER=>INIT                                                                
    |
    |   23 METHOD  
    CL_WDR_CLIENT_COMPONENT=======CP
    CL_WDR_CLIENT_COMPONENT=======CM00E
    24  |

    CL_WDR_CLIENT_COMPONENT=>INIT                                                          
    |
    |   22 METHOD  
    CL_WDR_CLIENT_COMPONENT=======CP
    CL_WDR_CLIENT_COMPONENT=======CM00A
    42  |

    CL_WDR_CLIENT_COMPONENT=>IF_WDR_COMPONENT_FACTORY~CREATE_COMPONENT                     
    |
    |   21 METHOD  
    CL_WDR_COMPONENT_USAGE========CP
    CL_WDR_COMPONENT_USAGE========CM009
    67  |

    CL_WDR_COMPONENT_USAGE=>IF_WD_COMPONENT_USAGE~CREATE_COMPONENT                         
    |
    |   20 METHOD  
    CL_FPM_COMPONENT_MANAGER======CP
    CL_FPM_COMPONENT_MANAGER======CM003
    81  |

    CL_FPM_COMPONENT_MANAGER=>ADD_COMPONENT                                                
    |
    |   19 METHOD  
    CL_FPM_COMPONENT_MANAGER======CP
    CL_FPM_COMPONENT_MANAGER======CM004
    19  |

    CL_FPM_COMPONENT_MANAGER=>ATTACH_COMPONENT_TO_USAGE                                    
    |
    |   18 METHOD  
    CL_FPM========================CP
    CL_FPM========================CM005
    89  |

    CL_FPM=>PROCESS_EVENT                                                                  
    |
    |   17 METHOD  
    CL_FPM========================CP
    CL_FPM========================CM00C
    34  |

    CL_FPM=>RUN_EVENT_LOOP                                                                 
    |
    |   16 METHOD  
    CL_FPM========================CP
    CL_FPM========================CM002
    5  |

    CL_FPM=>IF_FPM~RAISE_EVENT                                                             
    |
    |   15 METHOD  
    CL_FPM========================CP
    CL_FPM========================CM003
    11  |
    |

    Hi Alberto,
    The below Notes should resolve!
    1428775
    1744179
    Hope this helps,
    Luciana

  • When running a report in RRMX in BI 7.

    Hello All,
    When I try to run a report in RRMX I get a Runtime error. Please find the ABAP Dump Analysis from ST22.
    Runtime Errors         SYSTEM_NO_TASK_STORAGE
    Date and Time          13.05.2008 16:17:08
    Short dump has not been completely stored (too big)
         Short text
              Unable to fulfil request for 5855472 bytes of storage space.
         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
              A new storage area of 5855472 bytes was requested
              (storage calss TASK).
              All the available space has been used up.
              Possible reason: Either the volume of data to be processed is too large
              or the available swap space is too small.
              Last error logged in SAP kernel
              Component............ "EM"
              Place................ "SAP-Server olbiwprd_BWP_00 on host olbiwprd (wp 1)"
              Version.............. 37
              Error code........... 7
              Error text........... "Warning: EM-Memory exhausted: Workprocess gets PRIV "
              Description.......... " "
              System call.......... " "
              Module............... "emxx.c"
              Line................. 1880
              The error reported by the operating system is:
              Error number..... " "
              Error text....... " "
         How to correct the error
              Restrict volume of data or increase swap space.
              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:
              "SYSTEM_NO_TASK_STORAGE" " "
              "CL_RSR_NET_GRID===============CP" or "CL_RSR_NET_GRID===============CM00A"
              "MERGE_RANGES"
              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... "olbiwprd"
              Network address...... "10.10.10.7"
              Operating system..... "Windows NT"
              Release.............. "5.2"
              Hardware type........ "4x Intel 801586"
              Character length.... 16 Bits
              Pointer length....... 32 Bits
              Work process number.. 1
              Shortdump setting.... "full"
              Database server... "OLBIWPRD"
              Database type..... "MSSQL"
              Database name..... "BWP"
              Database user ID.. "bwp"
              Char.set.... "C"
              SAP kernel....... 700
              created (date)... "Oct 30 2006 00:29:20"
              create on........ "NT 5.0 2195 Service Pack 4 x86 MS VC++ 13.10"
              Database version. "SQL_Server_8.00 "
              Patch level. 83
              Patch text.. " "
              Database............. "MSSQL 7.00.699 or higher, MSSQL 8.00.194"
              SAP database version. 700
              Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2"
              Memory consumption
              Roll.... 1709536
              EM...... 419168344
              Heap.... 500866656
              Page.... 16384
              MM Used. 910107048
              MM Free. 10780592
         User and Transaction
              Client.............. 400
              User................ "SETTM"
              Language Key........ "E"
              Transaction......... " "
              Program............. "CL_RSR_NET_GRID===============CP"
              Screen.............. "SAPMSSY1 3004"
              Screen Line......... 2
              Information on caller of Remote Function Call (RFC):
              System.............. "BWP"
              Database Release.... 700
              Kernel Release...... 700
              Connection Type..... 3 (2=R/2, 3=ABAP System, E=Ext., R=Reg. Ext.)
              Call Type........... "asynchron without reply and non-transactional (emode 0,
               imode 0)"
              Inbound TID.........." "
              Inbound Queue Name..." "
              Outbound TID........." "
              Outbound Queue Name.." "
              Client.............. 400
              User................ "SETTM"
              Transaction......... "RRMX"
              Call Program........."SAPLRSAH"
              Function Module..... "RSAH_BIW_CALL_SERVER"
              Call Destination.... "NONE"
              Source Server....... "olbiwprd_BWP_00"
              Source IP Address... "10.10.10.7"
              Additional information on RFC logon:
              Trusted Relationship " "
              Logon Return Code... 0
              Trusted Return Code. 0
              Note: For releases P_T_RANGE_INT
              Table IT_2188559[365967x160]
    DATA=P_T_RANGE_INT
                 Table reference: 2392
                 TABH+  0(20) = 08F3DE520000000000000000580900000F652100
                 TABH+ 20(20) = 8F950500A0000000FFFFFFFF04140500500C0000
                 TABH+ 40( 8) = 10000000C1248001
                 store        = 0x08F3DE52
                 ext1         = 0x00000000
                 shmId        = 0     (0x00000000)
                 id           = 2392  (0x58090000)
                 label        = 2188559 (0x0F652100)
                 fill         = 365967 (0x8F950500)
                 leng         = 160   (0xA0000000)
                 loop         = -1    (0xFFFFFFFF)
                 xtyp         = TYPE#000051
                 occu         = 16    (0x10000000)
                 access       = 1     (ItAccessStandard)
                 idxKind      = 0     (ItIndexNone)
                 uniKind      = 2     (ItUniqueNon)
                 keyKind      = 1     (default)
                 cmpMode      = 2     (cmpSingleMcmpR)
                 occu0        = 1
                 groupCntl    = 0
                 rfc          = 0
                 unShareable  = 0
                 mightBeShared = 0
                 sharedWithShmTab = 0
                 isShmLockId  = 0
                 gcKind       = 0
                 isUsed       = 1
                 isCtfyAble   = 1
                 >>>>> Shareable Table Header Data <<<<<
                 tabi         = 0xA88AF34D
                 pgHook       = 0xA0040539
                 idxPtr       = 0x00000000
                 shmTabhSet   = 0x00000000
                 id           = 92815 (0x8F6A0100)
                 refCount     = 0     (0x00000000)
                 tstRefCount  = 0     (0x00000000)
                 lineAdmin    = 376816 (0xF0BF0500)
                 lineAlloc    = 366000 (0xB0950500)
                 shmVersId    = 0     (0x00000000)
                 shmRefCount  = 1     (0x01000000)
                 >>>>> 1st level extension part <<<<<
                 regHook      = Not allocated
                 collHook     = Not allocated
                 ext2         = Not allocated
                 >>>>> 2nd level extension part <<<<<
                 tabhBack     = Not allocated
                 delta_head   = Not allocated
                 pb_func      = Not allocated
                 pb_handle    = Not allocated
         L_TAB_LINES
              365967
                 8900
                 F550
         RRK_C_CHAVL-REST_HRY
              REST_H
                 545554222222222222222222222222222222222222222222222222222222
                 2534F8000000000000000000000000000000000000000000000000000000
                 000000000000000000000000000000000000000000000000000000000000
                 000000000000000000000000000000000000000000000000000000000000
         %_DUMMY$$
                 2222
                 0000
                 0000
                 0000
         <L_S_WA1>
         SY-REPID
              CL_RSR_NET_GRID===============CP
                 4455555445545443333333333333334522222222
                 3CF232FE54F7294DDDDDDDDDDDDDDD3000000000
                 0000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000
         SYST-REPID
              CL_RSR_NET_GRID===============CP
                 4455555445545443333333333333334522222222
                 3CF232FE54F7294DDDDDDDDDDDDDDD3000000000
                 0000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000
         SPACE
                 2
                 0
                 0
                 0
         <L_S_WA1>-LEVEL
         L_S_WA2-LEVEL
              0
                 0000
                 0000
         <L_S_WA1>-FORMAT
         L_S_WA2-FORMAT
                 22222222222222222222222222222222222222222222222222222222222222222222
                 00000000000000000000000000000000000000000000000000000000000000000000
                 00000000000000000000000000000000000000000000000000000000000000000000
                 00000000000000000000000000000000000000000000000000000000000000000000
         <L_S_WA1>-X1
         L_S_WA2-X1
              0
                 0000
                 0000
         <L_S_WA1>-X2
         L_S_WA2-X2
              0
                 0000
                 0000
         <L_S_WA1>-Y2
         L_S_WA2-Y1
              0
                 0000
                 0000
         No.         13     Ty.      METHOD
         Name      CL_RSR_NET_GRID=>FILL_RANGES
         I_AREA_OPTIMIZATION
              X
                 5
                 8
                 0
                 0
         ME->P_NOSTYLES
                 2
                 0
                 0
                 0
         RS_C_FALSE
                 2
                 0
                 0
                 0
         ME
                 0000F000
                 60009100
         RS_C_TRUE
              X
                 5
                 8
                 0
                 0
         ME->N_T_RANGES
              Table[initial]
         ME->P_T_RANGE_INT
              Table IT_2188559[365967x160]
         L_S_RANGES_FROM
    0.0.0.0.0.0.0.1.                                                                    ####
                 00000000222222222222222222222222222222222222222222222222222222222222222222220000
                 00000000000000000000000000000000000000000000000000000000000000000000000000000000
                 00000000000000000000000000000000000000000000000000000000000000000000000000000000
                 00000000000000000000000000000000000000000000000000000000000000000000000000000000
         RRX1_C_AXIS-COLUMNS
              X
                 5
                 8
                 0
                 0
         L_S_RANGES_TO
                 0000000022222222222222222222222222222222222222222222222222222222222222222222
                 0000000000000000000000000000000000000000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000000000000000000000000000000000000000
         ME->N_EXTRA_COLUMNS
              10
                 0000
                 A000
         ME->N_EXTRA_ROWS
              1
                 0000
                 1000
         %_PRINT
                  000                                                                                0###
                 2222333222222222222222222222222222222222222222222222222222222222222222222222222222222222223000
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
         No.         12     Ty.      METHOD
         Name      CL_RSR_NET_GRID=>FILL_GRID
         I_FROM_ROW
              0
                 0000
                 0000
         I_TO_ROW
              0
                 0000
                 0000
         I_FROM_COLUMN
              0
                 0000
                 0000
         I_TO_COLUMN
              0
                 0000
                 0000
         I_WITH_CAPTION_ROWS
              X
                 5
                 8
                 0
                 0
         I_WITH_CAPTION_COLUMNS
              X
                 5
                 8
                 0
                 0
         I_WITH_DATA
              X
                 5
                 8
                 0
                 0
         I_FORMATTED_VALUES
              X
                 5
                 8
                 0
                 0
         I_MAX_COLS
              65535
                 FF00
                 FF00
         RRFMT_C_VALEXCP-NORMAL
              X
                 5
                 8
                 0
                 0
         SY-SUBRC
              0
                 0000
                 0000
         ME->P_NOSTYLES
                 2
                 0
                 0
                 0
         ME
                 0000F000
                 60009100
         L_AREA_OPTIMIZATION
              X
                 5
                 8
                 0
                 0
         No.         11     Ty.      METHOD
         Name      CL_RSR_XLS_VIEW=>SERIALIZE_RESULT
         I_R_PARAMETER
                 A0005000
                 A0005200
         E_SX_RESULT
    0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1. #######
                 000000FF00FF00FF00FF200000FF
                 000000FF00FF00FF00FF000000FF
                 000000FF00FF00FF00FF000000FF
                 000000FF00FF00FF00FF000000FF
         %_DUMMY$$
                 2222
                 0000
                 0000
                 0000
         L_R_GRID
                 0000F000
                 60009100
         SPACE
                 2
                 0
                 0
                 0
         ME
                 60009000
                 1000E000
         L_S_SESSION_SETTINGS-MASK_DATE
              DD/MM/YYYY
                 44244255552222222222
                 44FDDF99990000000000
                 00000000000000000000
                 00000000000000000000
         L_DATE_MASK
              DD/MM/YYYY
                 4424425555
                 44FDDF9999
                 0000000000
                 0000000000
         L_S_SESSION_SETTINGS
               DD/MM/YYYY                                ###   #########
                 2442442555522222222222222222222222222222222000222000000000222222222222222222222222222222222222
                 044FDDF999900000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
         SYST
              ####&#38287;#################################¤#########<###########################'#µ#########XC####
                 00008000000000000000000000000000000000A000000000300000000000000000000000000020B000100000540000
                 1000F5D00000000000000010100010000000004000000000C000000000000000000000000000705000E00000830200
                 0000900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 000050000000000000000000000000000000000000000000000000000000000000000000000000000000000000000C
         RS_C_TRUE
              X
                 5
                 8
                 0
                 0
         RRX1_C_MAX_ROW
              65535
                 FF00
                 FF00
         %_SPACE
                 2
                 0
                 0
                 0
         ME->N_SX_RESULT+4(4)
              0
                 0000
                 0000
         L_R_GRID->N_MAX_X
              23
                 1000
                 7000
         ME->N_SX_RESULT-MAX_Y
              0
                 0000
                 0000
         L_R_GRID->N_MAX_Y
              36516
                 A800
                 4E00
         ME->N_SX_RESULT+16(8)
              Table IT_2188115[0x152]
    DATA=N_SX_RESULT-RANGES
                 Table reference: 75887
                 TABH+  0(20) = 0000000000000000000000006F28010053632100
                 TABH+ 20(20) = 0000000098000000FFFFFFFF04A10100D0070000
                 TABH+ 40( 8) = 10000000C1248401
                 store        = 0x00000000
                 ext1         = 0x00000000
                 shmId        = 0     (0x00000000)
                 id           = 75887 (0x6F280100)
                 label        = 2188115 (0x53632100)
                 fill         = 0     (0x00000000)
                 leng         = 152   (0x98000000)
                 loop         = -1    (0xFFFFFFFF)
                 xtyp         = TYPE#000027
                 occu         = 16    (0x10000000)
                 access       = 1     (ItAccessStandard)
                 idxKind      = 0     (ItIndexNone)
                 uniKind      = 2     (ItUniqueNon)
                 keyKind      = 1     (default)
                 cmpMode      = 2     (cmpSingleMcmpR)
                 occu0        = 1
                 groupCntl    = 0
                 rfc          = 0
                 unShareable  = 0
                 mightBeShared = 1
                 sharedWithShmTab = 0
                 isShmLockId  = 0
                 gcKind       = 0
                 isUsed       = 1
                 isCtfyAble   = 1
                 >>>>> Shareable Table Header Data <<<<<
                 tabi         = Not allocated
                 pghook       = Not allocated
                 idxPtr       = Not allocated
                 shmTabhSet   = Not allocated
                 id           = Not allocated
                 refCount     = Not allocated
                 tstRefCount  = Not allocated
                 lineAdmin    = Not allocated
                 lineAlloc    = Not allocated
                 shmVersId    = Not allocated
                 shmRefCount  = Not allocated
                 shmIsReadOnly = Not allocated
                 >>>>> 1st level extension part <<<<<
                 regHook      = Not allocated
                 collHook     = Not allocated
                 ext2         = Not allocated
                 >>>>> 2nd level extension part <<<<<
                 tabhBack     = Not allocated
                 delta_head   = Not allocated
                 pb_func      = Not allocated
                 pb_handle    = Not allocated
         L_R_GRID->N_T_RANGES
              Table[initial]
         ME->N_SX_RESULT+8(8)
              Table IT_2188116[0x692]
    DATA=N_SX_RESULT-GRID
                 Table reference: 75888
                 TABH+  0(20) = 0000000000000000000000007028010054632100
                 TABH+ 20(20) = 00000000B4020000FFFFFFFF04A1010010070000
                 TABH+ 40( 8) = 10000000C1308401
                 store        = 0x00000000
                 ext1         = 0x00000000
                 shmId        = 0     (0x00000000)
                 id           = 75888 (0x70280100)
                 label        = 2188116 (0x54632100)
                 fill         = 0     (0x00000000)
                 leng         = 692   (0xB4020000)
                 loop         = -1    (0xFFFFFFFF)
                 xtyp         = TYPE#000023
                 occu         = 16    (0x10000000)
                 access       = 1     (ItAccessStandard)
                 idxKind      = 0     (ItIndexNone)
                 uniKind      = 2     (ItUniqueNon)
                 keyKind      = 1     (default)
                 cmpMode      = 8     (cmpManyEq)
                 occu0        = 1
                 groupCntl    = 0
                 rfc          = 0
                 unShareable  = 0
                 mightBeShared = 1
                 sharedWithShmTab = 0
                 isShmLockId  = 0
                 gcKind       = 0
                 isUsed       = 1
                 isCtfyAble   = 1
                 >>>>> Shareable Table Header Data <<<<<
                 tabi         = Not allocated
                 pghook       = Not allocated
                 idxPtr       = Not allocated
                 shmTabhSet   = Not allocated
                 id           = Not allocated
                 refCount     = Not allocated
                 tstRefCount  = Not allocated
                 lineAdmin    = Not allocated
                 lineAlloc    = Not allocated
                 shmVersId    = Not allocated
                 shmRefCount  = Not allocated
                 shmIsReadOnly = Not allocated
                 >>>>> 1st level extension part <<<<<
                 regHook      = Not allocated
                 collHook     = Not allocated
                 ext2         = Not allocated
                 >>>>> 2nd level extension part <<<<<
                 tabhBack     = Not allocated
                 delta_head   = Not allocated
                 pb_func      = Not allocated
                 pb_handle    = Not allocated
         L_R_GRID->N_T_GRID
              Table IT_2188558[839877x692]
    DATA=N_T_GRID
                 Table reference: 2409
                 TABH+  0(20) = 08F35E520000000000000000690900000E652100
                 TABH+ 20(20) = C5D00C00B4020000FFFFFFFF04140500E0060000
                 TABH+ 40( 8) = 10000000C1308001
                 store        = 0x08F35E52
                 ext1         = 0x00000000
                 shmId        = 0     (0x00000000)
                 id           = 2409  (0x69090000)
                 label        = 2188558 (0x0E652100)
                 fill         = 839877 (0xC5D00C00)
                 leng         = 692   (0xB4020000)
                 loop         = -1    (0xFFFFFFFF)
                 xtyp         = TYPE#000022
                 occu         = 16    (0x10000000)
                 access       = 1     (ItAccessStandard)
                 idxKind      = 0     (ItIndexNone)
                 uniKind      = 2     (ItUniqueNon)
                 keyKind      = 1     (default)
                 cmpMode      = 8     (cmpManyEq)
                 occu0        = 1
                 groupCntl    = 0
                 rfc          = 0
                 unShareable  = 0
                 mightBeShared = 0
                 sharedWithShmTab = 0
                 isShmLockId  = 0
                 gcKind       = 0
                 isUsed       = 1
                 isCtfyAble   = 1
                 >>>>> Shareable Table Header Data <<<<<
                 tabi         = 0xF8C5BB3C
                 pgHook       = 0x70C46839
                 idxPtr       = 0x00000000
                 shmTabhSet   = 0x00000000
                 id           = 92814 (0x8E6A0100)
                 refCount     = 0     (0x00000000)
                 tstRefCount  = 0     (0x00000000)
                 lineAdmin    = 851968 (0x00000D00)
                 lineAlloc    = 839888 (0xD0D00C00)
                 shmVersId    = 0     (0x00000000)
                 shmRefCount  = 1     (0x01000000)
                 >>>>> 1st level extension part <<<<<
                 regHook      = Not allocated
                 collHook     = Not allocated
                 ext2         = Not allocated
                 >>>>> 2nd level extension part <<<<<
                 tabhBack     = Not allocated
                 delta_head   = Not allocated
                 pb_func      = Not allocated
                 pb_handle    = Not allocated
         ME->N_SX_RESULT+32(8)
              Table[initial]
         L_R_GRID->N_T_SYMBOLS
              Table[initial]
         ME->N_SX_RESULT+24(8)
              Table[initial]
         L_R_GRID->N_T_TEXT
              Table[initial]
         SY-REPID
              CL_RSR_XLS_VIEW===============CP
                 4455555545554453333333333333334522222222
                 3CF232F8C3F6957DDDDDDDDDDDDDDD3000000000
                 0000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000
         ME->N_SX_RESULT+40(2)
                 2
                 0
                 0
                 0
         L_R_GRID->N_EDITABLE
                 2
                 0
                 0
                 0
         SYST-REPID
              CL_RSR_XLS_VIEW===============CP
                 4455555545554453333333333333334522222222
                 3CF232F8C3F6957DDDDDDDDDDDDDDD3000000000
                 0000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000
         ME->N_R_REQUEST
                 5000A000
                 E0001000
         RSBBS_C_RETURN_TYPE-INTERNAL
              I
                 4
                 9
                 0
                 0
         ME->N_SX_RESULT+48(8)
              Table IT_2188117[0x490]
    DATA=N_SX_RESULT-TXT_ELEMENTS
                 Table reference: 75889
                 TABH+  0(20) = 0000000000000000000000007128010055632100
                 TABH+ 20(20) = 00000000EA010000FFFFFFFF04A4010060230000
                 TABH+ 40( 8) = 10000000C1248401
                 store        = 0x00000000
                 ext1         = 0x00000000
                 shmId        = 0     (0x00000000)
                 id           = 75889 (0x71280100)
                 label        = 2188117 (0x55632100)
                 fill         = 0     (0x00000000)
                 leng         = 490   (0xEA010000)
                 loop         = -1    (0xFFFFFFFF)
                 xtyp         = TYPE#000174
                 occu         = 16    (0x10000000)
                 access       = 1     (ItAccessStandard)
                 idxKind      = 0     (ItIndexNone)
                 uniKind      = 2     (ItUniqueNon)
                 keyKind      = 1     (default)
                 cmpMode      = 2     (cmpSingleMcmpR)
                 occu0        = 1
                 groupCntl    = 0
                 rfc          = 0
                 unShareable  = 0
                 mightBeShared = 1
                 sharedWithShmTab = 0
                 isShmLockId  = 0
                 gcKind       = 0
                 isUsed       = 1
                 isCtfyAble   = 1
                 >>>>> Shareable Table Header Data <<<<<
                 tabi         = Not allocated
                 pghook       = Not allocated
                 idxPtr       = Not allocated
                 shmTabhSet   = Not allocated
                 id           = Not allocated
                 refCount     = Not allocated
                 tstRefCount  = Not allocated
                 lineAdmin    = Not allocated
                 lineAlloc    = Not allocated
                 shmVersId    = Not allocated
                 shmRefCount  = Not allocated
                 shmIsReadOnly = Not allocated
                 >>>>> 1st level extension part <<<<<
                 regHook      = Not allocated
                 collHook     = Not allocated
                 ext2         = Not allocated
                 >>>>> 2nd level extension part <<<<<
                 tabhBack     = Not allocated
                 delta_head   = Not allocated
                 pb_func      = Not allocated
                 pb_handle    = Not allocated
         No.         10     Ty.      METHOD
         Name      CL_RSR_XLS_VIEW=>SERIALIZE
         I_R_PARAMETER
                 A0005000
                 A0005200
         E_SX_DATAPROVIDER
              DATA_PROVIDER_1               ##########################################0000##0  00000000  ###
                 4454555454445532222222222222220000FF00FF00FF00FF00FF00FF00FF00FF00FF00FF3333003223333333322000
                 4141F02F69452F10000000000000000000FF00FF00FF00FF00FF00FF00FF00FF00FF00FF0000000000000000000000
                 0000000000000000000000000000000000FF00FF00FF00FF00FF00FF00FF00FF00FF00FF0000000000000000000000
                 0000000000000000000000000000000000FF00FF00FF00FF00FF00FF00FF00FF00FF00FF0000000000000000000000
         L_DO_NOT_READ_DATA
                 2
                 0
                 0
                 0
         ME->N_R_REQUEST
                 5000A000
                 E0001000
         ME->N_R_REQUEST->N_SX_REQUEST
              Ð#######Ë###Ï###Ä###Ì#######Î###Í###Ê###########Ô#&#2347;#####
                 D00000F0C010C010C030C01000F0C010C010C01000FF00FFD02000FF
                 00F0B040B040F00040B0C030D020E010D020A05000FF00FF40B000FF
                 000000000000000000000000000000000000000000FF00FF000000FF
                 008000700080008000900080008000800080008000FF00FF009000FF
         RS_C_FALSE
                 2
                 0
                 0
                 0
         ME
                 60009000
                 1000E000
         E_SX_DATAPROVIDER-RESULT
    0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1. #######
                 000000FF00FF00FF00FF200000FF
                 000000FF00FF00FF00FF000000FF
                 000000FF00FF00FF00FF000000FF
                 000000FF00FF00FF00FF000000FF
         L_CNT
              109
                 6000
                 D000
         No.          9     Ty.      METHOD
         Name      CL_RSR_XLS_WORKBOOK=>SERIALIZE
         I_R_PARAMETER
                 A0005000
                 A0005200
         E_SX_WORKBOOK
    0.0.0.1. X####&#2404;#########X###############
                 00002500906010C000FF500000FF00FF00FF
                 10000800B04000F000FF800000FF00FF00FF
                 000000000000000000FF000000FF00FF00FF
                 000000000090009000FF000000FF00FF00FF
         %_SPACE
                 2
                 0
                 0
                 0
         SY
              ####&#38287;#################################¤#########<###########################'#µ#########XC####
                 00008000000000000000000000000000000000A000000000300000000000000000000000000020B000100000540000
                 1000F5D00000000000000010100010000000004000000000C000000000000000000000000000705000E00000830200
                 0000900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 000050000000000000000000000000000000000000000000000000000000000000000000000000000000000000000C
         RSSTA_C_HANDLETP-BEX_DP
              DP
                 4522
                 4000
                 0000
                 0000
         L_EVENT_CNT
              108
                 6000
                 C000
         %_DUMMY$$
                 2222
                 0000
                 0000
                 0000
         SYST-REPID
              CL_RSR_XLS_WORKBOOK===========CP
                 4455555545554544444333333333334522222222
                 3CF232F8C3F7F2B2FFBDDDDDDDDDDD3000000000
                 0000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000
         %_VIASELSCR
                 0
                 4
         L_SX_DP-NAME
              DATA_PROVIDER_1
                 445455545444553222222222222222
                 4141F02F69452F1000000000000000
                 000000000000000000000000000000
                 000000000000000000000000000000
         L_DO_NOT_READ_DATA
                 2
                 0
                 0
                 0
         RS_C_FALSE
                 2
                 0
                 0
                 0
         L_FETCH_DATA
              X
                 5
                 8
                 0
                 0
         RS_C_TRUE
              X
                 5
                 8
                 0
                 0
         SY-XFORM
              RSR_NET_INTERFACE
                 555544554454544442222222222222
                 232FE54F9E45261350000000000000
                 000000000000000000000000000000
                 000000000000000000000000000000
         L_SX_DP-REF
                 60009000
                 1000E000
         SY-REPID
              CL_RSR_XLS_WORKBOOK===========CP
                 4455555545554544444333333333334522222222
                 3CF232F8C3F7F2B2FFBDDDDDDDDDDD3000000000
                 0000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000
         L_SX_DATAPROVIDER
              DATA_PROVIDER_1               ##########################################0000##0  00000000  ###
                 4454555454445532222222222222220000FF00FF00FF00FF00FF00FF00FF00FF00FF00FF3333003223333333322000
                 4141F02F69452F10000000000000000000FF00FF00FF00FF00FF00FF00FF00FF00FF00FF0000000000000000000000
                 0000000000000000000000000000000000FF00FF00FF00FF00FF00FF00FF00FF00FF00FF0000000000000000000000
                 0000000000000000000000000000000000FF00FF00FF00FF00FF00FF00FF00FF00FF00FF0000000000000000000000
         E_SX_WORKBOOK-T_DATAPROVIDER
              Table[initial]
         ME->N_R_MESSAGES
                 60009000
                 5000A000
         E_SX_WORKBOOK-T_MESSAGES
              Table[initial]
         SYST
              ####&#38287;#################################¤#########<###########################'#µ#########XC####
                 00008000000000000000000000000000000000A000000000300000000000000000000000000020B000100000540000
                 1000F5D00000000000000010100010000000004000000000C000000000000000000000000000705000E00000830200
                 0000900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 000050000000000000000000000000000000000000000000000000000000000000000000000000000000000000000C
         No.          8     Ty.      FUNCTION
         Name      RSR_NET_INTERFACE_II
         I_R_PARAMETER
                 A0005000
                 A0005200
         E_OUTPUT
         E_T_MIME[]
              Table IT_2188371[1x2944]
                 FUNCTION-POOL=RSR_XLS_RFCFORM=RSR_NET_INTERFACEDATA=%_%_E_T_MIME
                 Table reference: 776
                 TABH+  0(20) = 0820EA41D06A4A26000000000803000053642100
                 TABH+ 20(20) = 01000000800B0000FFFFFFFF04120000F0050000
                 TABH+ 40( 8) = 04000000C1308001
                 store        = 0x0820EA41
                 ext1         = 0xD06A4A26
                 shmId        = 0     (0x00000000)
                 id           = 776   (0x08030000)
                 label        = 2188371 (0x53642100)
                 fill         = 1     (0x01000000)
                 leng         = 2944  (0x800B0000)
                 loop         = -1    (0xFFFFFFFF)
                 xtyp         = TYPE#000017
                 occu         = 4     (0x04000000)
                 access       = 1     (ItAccessStandard)
                 idxKind      = 0     (ItIndexNone)
                 uniKind      = 2     (ItUniqueNon)
                 keyKind      = 1     (default)
                 cmpMode      = 8     (cmpManyEq)
                 occu0        = 1
                 groupCntl    = 0
                 rfc          = 0
                 unShareable  = 0
                 mightBeShared = 0
                 sharedWithShmTab = 0
                 isShmLockId  = 0
                 gcKind       = 0
                 isUsed       = 1
                 isCtfyAble   = 1
                 >>>>> Shareable Table Header Data <<<<<
                 tabi         = 0x5046733D
                 pgHook       = 0x00000000
                 idxPtr       = 0x00000000
                 shmTabhSet   = 0x00000000
                 id           = 92777 (0x696A0100)
                 refCount     = 0     (0x00000000)
                 tstRefCount  = 0     (0x00000000)
                 lineAdmin    = 4     (0x04000000)
                 lineAlloc    = 4     (0x04000000)
                 shmVersId    = 0     (0x00000000)
                 shmRefCount  = 1     (0x01000000)
                 >>>>> 1st level extension part <<<<<
                 regHook      = 0x00000000
                 collHook     = 0x00000000
                 ext2         = 0x08F39E54
                 >>>>> 2nd level extension part <<<<<
                 tabhBack     = 0xE85E713D
                 delta_head   = 0000000000000000000000000000000000000000000000000000000000000000000000000000000
                 pb_func      = 0x00000000
                 pb_handle    = 0x00000000
         L_CMD_VAL
         SY-REPID
              SAPLRSR_XLS_RFC
                 5454555554555442222222222222222222222222
                 310C232F8C3F2630000000000000000000000000
                 0000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000
         C_PARAMETER_THEMEDEF
              THEMES
                 544445
                 485D53
                 000000
                 000000
         SY
              ####&#38287;#################################¤#########<###########################'#µ#########XC####
                 00008000000000000000000000000000000000A000000000300000000000000000000000000020B000100000540000
                 1000F5D00000000000000010100010000000004000000000C000000000000000000000000000705000E00000830200
                 0000900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 000050000000000000000000000000000000000000000000000000000000000000000000000000000000000000000C
         SCREEN
                 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
         RS_C_TRUE
              X
                 5
                 8
                 0
                 0
         L_PAGENO
              0001
                 3333
                 0001
                 0000
                 0000
         L_RETURN_CODE
              0
                 0000
                 0000
         L_R_WORKBOOK
                 60009000
                 80007000
         %_DUMMY$$
                 2222
                 0000
                 0000
                 0000
         %_VIASELSCR
                 0
                 4
         %_ARCHIVE
                 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
         L_SX_WORKBOOK
    0.0.0.1. X####&#2404;#########X###############
                 00002500906010C000FF500000FF00FF00FF
                 10000800B04000F000FF800000FF00FF00FF
                 000000000000000000FF000000FF00FF00FF
                 000000000090009000FF000000FF00FF00FF
         C_CMD_DEFAULT_WORKBOOK
              DEFAULT_WORKBOOK
                 4444545554544444
                 45615C4F7F2B2FFB
                 0000000000000000
                 0000000000000000
         C_CMD_GET_THEME_CATALOG
              GET_THEME_CATALOG
                 44555444454454444
                 754F485D5F3141CF7
                 00000000000000000
                 00000000000000000
         No.          7     Ty.      FUNCTION
         Name      RSR_NET_INTERFACE
         I_INPUT
              <?xml version="1.0" encoding="utf-16"?>##<ArrayOfBExSer_ParameterValue xmlns:xsi="http://www.w
                 3376627677666323232266666666327762332330034776746447567556766676756676276667377632677732277727
                 CF8DC065239FED21E0205E3F49E7D2546D162FEDAC12219F6258352F0121D545261C5508DCE3A839D28440AFF777E7
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
         I_STATISTIC_STEP_CLOSE
                 2
                 0
                 0
                 0
         E_OUTPUT
         E_SUBRC
              0
                 0000
                 0000
         E_T_MESSAGE[]
              Table IT_2188370[0x892]
                 FUNCTION-POOL=RSR_XLS_RFCFORM=RSR_NET_INTERFACEDATA=%_%_E_T_MESSAGE
                 Table reference: 2339
                 TABH+  0(20) = 0000000078B72540000000002309000052642100
                 TABH+ 20(20) = 000000007C030000FFFFFFFF04120000E0060000
                 TABH+ 40( 8) = 10000000C1248001
                 store        = 0x00000000
                 ext1         = 0x78B72540
                 shmId        = 0     (0x00000000)
                 id           = 2339  (0x23090000)
                 label        = 2188370 (0x52642100)
                 fill         = 0     (0x00000000)
                 leng         = 892   (0x7C030000)
                 loop         = -1    (0xFFFFFFFF)
                 xtyp         = TYPE#000022
                 occu         = 16    (0x10000000)
                 access       = 1     (ItAccessStandard)
                 idxKind      = 0     (ItIndexNone)
                 uniKind      = 2     (ItUniqueNon)
                 keyKind      = 1     (default)
                 cmpMode      = 2     (cmpSingleMcmpR)
                 occu0        = 1
                 groupCntl    = 0
                 rfc          = 0
                 unShareable  = 0
                 mightBeShared = 0
                 sharedWithShmTab = 0
                 isShmLockId  = 0
                 gcKind       = 0
                 isUsed       = 1
                 isCtfyAble   = 1
                 >>>>> Shareable Table Header Data <<<<<
                 tabi         = Not allocated
                 pghook       = Not allocated
                 idxPtr       = Not allocated
                 shmTabhSet   = Not allocated
                 id           = Not allocated
                 refCount     = Not allocated
                 tstRefCount  = Not allocated
                 lineAdmin    = Not allocated
                 lineAlloc    = Not allocated
                 shmVersId    = Not allocated
                 shmRefCount  = Not allocated
                 shmIsReadOnly = Not allocated
                 >>>>> 1st level extension part <<<<<
                 regHook      = 0x00000000
                 collHook     = 0x00000000
                 ext2         = 0x08F31E54
                 >>>>> 2nd level extension part <<<<<
                 tabhBack     = 0xD053713D
                 delta_head   = 0000000000000000000000000000000000000000000000000000000000000000000000000000000
                 pb_func    

    Hi,
    It is a memory or buffer related problem. Contact your BASIS.
    Looks like there is a shortage of space. Analyse the dump in ST22 and look for its proposals.
    OSS note 965351 might be applicable (if you are on 640/ unix).
    regards,
    NR

  • Business content installation failed

    Hi
    When i try to install the objects frok the business content, the job is getting cancelled and following msg is displayed in the SM37.
    07.05.2008 17:51:28 STDO: Log  could not be written on output device T
    07.05.2008 17:51:28 STDO: Log  could not be written on output device T
    07.05.2008 17:51:28 STDO: Log  could not be written on output device T
    07.05.2008 17:51:28 STDO: Log  could not be written on output device T
    07.05.2008 17:51:28 STDO: Log  could not be written on output device T
    07.05.2008 17:51:28 STDO: Log  could not be written on output device T
    07.05.2008 17:52:07 ABAP/4 processor: SYSTEM_NO_TASK_STORAGE
    07.05.2008 17:52:07 Job cancelled
    I know this error comes due to lack of resource in the system.
    My question here is how do i know what are the resources tat system is using and in which transaction code can i check it.
    I have to tell basis guy to fix the issue. To tell him i need to know where the exact prlblem is.
    Thanks
    Annie

    Hi
    The following is the dump information
    Short text
        Unable to fulfil request for 91904 bytes of storage space.
    What happened?
        Each transaction requires some main memory sp
        application data. If the operating system can
        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.
    Regards
    annie

  • Memory issues while running a yearly report

    Hi,
    One of my consultant is trying to run an yearly report which consumes approximately 3 GB of size. But, the memory available at that point is only 2 GB on the server. The report generates a runtime error "SYSTEM_NO_TASK_STORAGE".
    But, when I restart the server, all the buffers are cleared and there is 5 GB space after which the report runs to success. The number of program swaps in ST02 are more than 3000. The swap space assigned is 400 MB.
    I believe that increasing the swap space can resolve this issue. But, I would like to know any other better solutions for this.
    Thanks
    Vijay

    Hi,
    Of course, the best solution would be to add some physical RAM on your server.
    Nowadays, I would say that using less than 8 GB RAM for SAP products leeds running into problems.
    In my company, we are now going full 64bit with at least 16 GB RAM...
    Bythe way 400 MB for the program buffer seems very low to me. On SAP R/3 4.7 we use 1500 MB. But this just slows down the system.
    You should check your extended memory setting.
    Regards,
    Olivier

  • Error when running RSSB_GENERATE_AUTHORIZATIONS

    Iam having a SYSTEM_NO_TASK_STORAGE runtime Error when running program RSSB_GENERATE_AUTHORIZATIONS in a BW 3.5 system when it is attempting to load a very large amount of users/profiles from HR Structural Authorizations into BW.  The HR Structural Authorizations - Values 0PA_DS02 ODS was loaded with 47 million records when following the process specified on <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e1cba990-0201-0010-43ae-af579aee7a73">this SDN document.</a>
    Memory parameters have been continually adjusted to try to allow the process to run with no results. 
    Any help will be greatly appreciated.
    Thanks.

    Hi,
    Did you try and break up the loads into smaller chunks ?
    Else you can also try and increase the number of data packets by breaking up the data packets into smaller amount if data.
    Cheers,
    Kedar

Maybe you are looking for

  • Ibook G3 upgrade to Tiger (Airport no longer works)

    I have had my Ibook G3(384 MB ram, 20 GB HD, 600mhz, dual USB 2.0, 1 firewire, OS X 10.2, Airport)for over 2-1/2 years without any problem. I also have been using Netgear wireless router with 2 laptop pcs and 2 Apple computers (Imac G5 2Ghz, 2Gb ram,

  • Installed graphics card does not support the opengl features recommended

    I've installed FCP6 on my PowerMac (PPC G4 DP 1.25GHz), and when I run it, I get a warning ("...installed graphics card does not support the opengl features recommended...") and the program ends. The graphics card is the ATI Radeon 9000 Pro (64MB) I'

  • How was this effect created?

    Hi, Can anyone tell me what was done to create the cool effect at this site? www.robbiecrawford.com When the links on the left are rolled-over an image appears in a small window that follows the cursor. Very cool. I was hoping to learn how to do that

  • All fields should be in Display mode except Plant field in Va02 and VA32

    Respected Guru's, I want all the fields in VA02 and VA32( Change t-codes)  to be in display mode, further user should be able to change the Plant value alone in sales tab. Is it possible to restrict it with the help of Authorization or does it requir

  • Getting Rid of Space Mail Takes

    Hi all, All of the Mail messages that I've accumulated take up quite a bit of space.... 6 GB to be exact, and I want to free up that space so I can use it for other things. Now my plan was to use MailSteward to do an archive of all my mailboxes up un