SAP ABAP Data Element QKZFORMEL (Calculated Characteristic)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM (Application Component) Customer Relationship Management
     CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
       QP (Package) QM inspection plan characteristics
Basic Data
Data Element QKZFORMEL
Short Description Calculated Characteristic  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type QKZFORMEL    
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 FORMULA_IND   
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Calc.char. 
Medium 15 Calc. charac. 
Long 20 Calculated charac. 
Heading CCh 
Documentation

Definition

The indicator defines the characteristic as a calculated characteristic.

Use

You set this indicator if the inspection result for an inspection characteristic is not determined through the inspection of this characteristic, but on the basis of calculations using the inspection results of other characteristics within the same operation.

The SAP system supports the following functions:
ABS            Absolute amount
NOT            Negation
SIN            Sine function
COS            Cosine function
TAN            Tangent function
LOG            Logarithm for base value e (Natural logarithm)
EXP            Exponential function for base value e
SQRT        Square root function
ROUND        Rounding up to the whole number
TRUNC        Proportion of whole numbers for a real number
MOD            Modulo method
DIV            Proportion of whole numbers for a division

The operating factors supported by the SAP system are divided into 6 levels based on their order of precedence. The operating factors in level 0 form the weakest combinations; those in level 6 the strongest. The following operating factors are available for calculation:

Level 0
AND            Logical AND
OR            Logical OR

Level 1
=            Equality
<>, ><        Inequality
<                Less than
>                Greater than
<=, =<        Less than or equal to

Level 2
+                Positive sign (of an expression)
-                Negative sign (of an expression)
+                Addition
-                Subtraction

Level 3
*                Multiplication
/                Division

Level 4
**            Exponentiation

Level 5
ABS            Absolute amount
NOT            Negation (of a logical statement)

Level 6
All other functions

User-defined formulas
The SAP system also evaluates user-defined functions that are defined in a table.

Procedure

Examples

Dependencies

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