Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Type Conversion

Former Member
0 Kudos

Hello Friendz,

I have a variable of data type Unit, i.e.

Variable Component DataType Length

SALES_UNIT VRKME UNIT 3

I need to convert it to Integer or Decimal type to perform some mathematical operations on that.

Can anyone help me sorting out this problem.

Thanks in advance.

Shabbar

1 REPLY 1

Former Member
0 Kudos

As per the domain UNIT is of type C length 3 so you can simply move the content to a numberic/integer field should resolve your issue...unless it has some character values.

Regards

Anurag