SAP LOGEXP RULES OPERANDS



Get Example source ABAP code based on a different SAP table
  



ABAP_RELEXP - Comparing Elementary Data Types
If operand1 and operand2 of a comparison expression have elementary data types, they are used to determine a common elementary comparison type. Every comparison type has comparison rules used to perform the comparison. Operands that are not compatible with the comparison type are converted to this type. The following sections show how the comparison type is determined for the various comparisons:
Comparison type of elementary data objects
Comparison type of calculation expressions
The return values or results of functional methods, built-in functions, constructor expressions, and table expressions are handled like elementary data objects.



Latest notes:

Previous assignments to helper variables of certain types or the conversion operator CONV can be used to force comparison types and conversions other than a direct comparison of the operands.
It should be noted that some built-in functions operate have the same effect as an arithmetic expression if they contain a numeric expression as an argument.
For enumerated types, a special rule applies.
NON_V5_HINTS
ABAP_HINT_END