SAP ABAP Data Element CFRECOLLEC (Max. number of entries in collect table SP (drill-down))
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM (Application Component) Customer Relationship Management
     CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
       KC (Package) Cost Accounting Controlling EIS
Basic Data
Data Element CFRECOLLEC
Short Description Max. number of entries in collect table SP (drill-down)  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CFRECOLLEC    
Data Type NUMC   Character string with only digits 
Length 5    
Decimal Places 0    
Output Length 5    
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 10 Max.collct 
Medium 15 Max. collect 
Long 20 Max. entries collect 
Heading 50 Drill-down: Max.no.of rows in collect table 
Documentation

Definition

The selected data records are collected and summarized in an internal table (SP) with ABAP language element 'COLLECT'. To do this the system uses a fast hash procedure.

If the table gets too big and space too short, the ABAP processor switches off the hash procedure and the collect order becomes very slow.

To prevent this in drill-down reporting, a second table is automatically filled when the first reaches a certain size. This means that the collect only needs to work with a medium-sized table.

In this parameter (RE_COLLECT ), you define the maximum number of lines for this table.

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