ABAP HANA 7.51: CONV – Conversion Operator
CONV operator converts the argument to specified data type. The parentheses of CONV operator has Just like VALUE operator, CONV operator also assumes two variants:
- Non-generic data types e.g. Custom types defined just before its usage
- Generic types and these are referred with the help of # character. Attributes and position of generic data type should always be fixed.
Sample Source Code: Variant 1
Output: Variant 1
Check the video for Illustration and Example:
Find the code on GitHub: