SAP ABAP Data Element CNV_10020_SELECTION_TYPE (Override selection type)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-GTF-BS (Application Component) Business Application Support
     CNV_10020 (Package) CNV package 10020
Basic Data
Data Element CNV_10020_SELECTION_TYPE
Short Description Override selection type  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CNV_10020_SELECTION_TYPE    
Data Type CHAR   Character String 
Length 1    
Decimal Places 0    
Output Length 1    
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 Sel.type 
Medium 15 Selection type 
Long 27 Override selection type 
Heading Sel 
Documentation

Definition

For some tables (and fields), it may be better to use a different selection type than the one that is specified in the path data.
The selection type defines an internal temporary change of the determination type. It is possible to switch to single determination, partial determination and mass determination.

Example

Normally, paths that load object numbers use the determination type ' '.

However if the table to be converted contains only a few records, it mayimprove system performance if you do not load all object numbers into internal tables beforehand, but use single access to the database table for every record to be converted.
With selection type S, the determination type is changed from ' ' to 'D' internally and temporarily.

Notes

  • Single determination from the object tables does not work if the data was stored in the cluster.
  • For partial determination the data must be divided into blocks.
    For the filling methods 1 and 2, this can already happen when the object tables are filled. If you want this, set the 'scan' indicator for the corresponding determination path in transaction CNV_10020_PARAMP.
    For filling method 3, trigger the division in transaction CNV_10020_SCAN after the object table has been filled.

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