CONV – Conversion Operator

Index

 

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:

  1. Non-generic data types e.g. Custom types defined just before its usage
  2. 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

CONV_Var1_source

Output: Variant 1

CONV_Var1_output

Check the video for Illustration and Example:

Find the code on GitHub:

Go to Code

Index

 

Leave a Reply