SAP ABAP Data Element SIZE_ESTIM (Estimated number of entries to keep in storage)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CUS-TOL-TME (Application Component) Table Maintenance Tool
     SVIM (Package) Basis View Maintenance
Basic Data
Data Element SIZE_ESTIM
Short Description Estimated number of entries to keep in storage  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type SYNUM04    
Data Type NUMC   Character string with only digits 
Length 4    
Decimal Places 0    
Output Length 4    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short Entries 
Medium 15 Entries 
Long 20 Entries (approx.) 
Heading 55 Entries in storage 
Documentation

Definition

Estimated value for the number of view entries expected to be processed.

Use

The view entries are processed first in memory in internal tables. These internal tables are declared when the maintenance modules are generated. An OCCURS parameter must be specified (see the ABAP/4 documentation). The contents of this field is used as an OCCURS parameter.

Procedure

If you can estimate the number of view entries, enter the number. If you do not specify a number, the default value "10" is set.

Examples

Dependencies

The OCCURS parameter influences the performance of table operations. The nearer the specified number is to the actual expected number of entries, the better the performance.

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