SAP ABAP Data Element CONVERTER_EPS_ANGLE (Absolute epsilon for comparing angles)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   LO-PDM (Application Component) Product Data Management
     CONV0C (Package) Customizing conversion
Basic Data
Data Element CONVERTER_EPS_ANGLE
Short Description Absolute epsilon for comparing angles  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CONVERTER_FLOAT    
Data Type CHAR   Character String 
Length 10    
Decimal Places 0    
Output Length 10    
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 Eps.Angles 
Medium 20 Epsilon for angles 
Long 30 Absolute epsilon for angles 
Heading 22 Epsilon for angles 
Documentation

Definition

Parameter is only important for the conversion of assemblies.

Use

The following situations are evaluated:

  • Transformation matrices are written to the SAP System
  • Comparison of scaling

Dependencies

Comparison of transformations matrices

Angle A and B are equal when:

|A - B| <= CONVERTER_EPS_ANGLE

is true.

CONVERTER_EPS_DISTANCE = Absolute epsilon for the comparison of distances

Comparison of scaling

Scaling is compared relativly.

Scaling A and B are equal when:

|A - B| <= CONVERTER_EPS_ANGLE * |A|

is true

CONVERTER_EPS_ANGLE = Absolute epsilon for the comparison of angles

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