SAP ABAP Message Class CNV_10020 Message Number 584 (Calculated results are scaled)
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 584  
Documentation status       Space: object requires documentation
Authorization check Error Message      
Changed On 20141030   
Message Text
Calculated results are scaled
Help Document

Diagnosis

The program for calculating the memory requirements considers only the width of the internal table. Depending on the system settings, the calculated value may differ from the actual memory requirements.

To get a more precise estimate, the system first determines the actual memory requirements for internal object tables of certain sizes and compares these values to the calculated value. The value , which is stored in the parameter MEMORY_SCALE_OFFSET (transaction CNV_10020_PARAM), represents the number of lines by which an object table is extended in each pass. The number of passes is controlled by the parameter MEMORY_SCALE_RUNS (transaction CNV_10020_PARAM); its value is . The average value for all passes constitutes the scaling factor by which the calculated memory requirements are multiplied.

Notes

Using the parameter MEMORY_USE_SCALE (transaction CNV_10020_PARAM), you can switch off the scaling.

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