SAP ABAP Data Element CNV_10020_DTTYPE (Determination 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_DTTYPE
Short Description Determination type  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CNV_10020_DTTYPE    
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 DetermType 
Medium 18 Determination type 
Long 20 Determination type 
Heading DetTp 
Documentation

Definition

The determination type specifies the kind of determination. There are the following types:

' ': Mass determination from LOR/ROR/cluster

Determination takes place before the actual conversion. The system finds all possible relationships between the source and target determination object and stores them in one of the object tables in the database.
At the time of the conversion, the system first loads all relationships from the database into an internal object table. It then accesses this internal table for each table row that is to be converted.

'P': Partial determination from LOR/ROR/cluster

Determination takes place before the actual conversion. The system finds all possible relationships between the source and target determination object and stores them in one of the object tables in the database.
At the time of the conversion, the system loads only the required subset of the relationship data (data block) into an internal table. At runtime, it organizes the data blocks in such a way that only a limited number of data blocks is kept in the main memory at any given point in time. It then accesses this internal table for each table row to be converted.

'D': Single determination from LOR/ROR

Determination takes place before the actual conversion. The system finds all possible relationships between the source and target determination object and stores them in one of the object tables in the database.
At the time of the conversion, the system accesses the corresponding object table in the database for each table row that is to be converted.
Note: If the relationship data is stored in the cluster, single determination is not possible.

'I': Mass determination at runtime

Determination takes place at the time of the conversion. The system first finds all possible relationships between the source and target determination object and stores them in an internal table. It then accesses this internal table for every table row that is to be converted.

'S': Single determination at runtime

The system does the determination for each table row to be converted at runtime at the time of the conversion.

Notes

We strongly recommend using determination type ' '. In particular, use determination types 'I' and 'S' only if you do not need to convert any data that will be needed for determination at any later point in time!

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