SAP ABAP Message Class CNV_10020 Message Number 571 (Table &1 needs a lot of memory space for org. determination)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-GTF-BS (Application Component) Business Application Support
     CNV_10020 (Package) CNV package 10020
Attribute
Message class CNV_10020  
Short Description Message class for package 10020    
Message Number 571  
Documentation status       Space: object requires documentation
Authorization check Error Message      
Changed On 20141030   
Message Text
Table &1 needs a lot of memory space for org. determination
Help Document

Diagnosis

The system found that the paths stored for org. determination for the table need a total of kByte of memory space. However only kByte are available per task. The parameter MEMORY_PER_TASK_BORDER_TO_YELLOW (transaction CNV_10020_PARAM) says that the system must output a warning message when the storage requirements reach kBytes.
If processing of the table is split up into a multitude of tasks and/or if a multitude of tables that need a lot of memory space is processed in parallel, the total amount of storage space required may be so big that only a few jobs can be processed in parallel.

System Response

The program for processing the table will probably not terminate. however it will take up a lot of memory space.

Procedure

Make sure that no other jobs that require a lot of memory space run in parallel while table is being processed.

If necessary, reduce the required amount of data for the determination paths needed for processing table , and/or choose partial determination or single determination for some of the paths.

Notes

You can get a complete overview of the storage requirements of all tables in transaction CNV_10020_MEMTMON. The documentation for this transaction contains a detailed description of possible solutions for this problem.

History
Last changed on/by 20141030  SAP 
SAP Release Created in