Application Development and Automation 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: 

Datatype QUAN is not (yet) supported in arithemtic expression

Barclay1
Participant
0 Kudos
1,606

Good Morning,
Does anyone have a solution for:
Datatype QUAN is not (yet) supported in arithemtic expression

( Yes, there is a miss-spelling of arithmetic in the error text.)

1 ACCEPTED SOLUTION

RaymondGiuseppi
Active Contributor
0 Kudos
1,460

Have you already tried using a cast expression to convert the operand value to a permitted type, perform the operation, and convert back to quantity format?

3 REPLIES 3

RaymondGiuseppi
Active Contributor
0 Kudos
1,461

Have you already tried using a cast expression to convert the operand value to a permitted type, perform the operation, and convert back to quantity format?

0 Kudos
1,460

Thank you. This is helpful

Sandra_Rossi
Active Contributor
0 Kudos
1,460

What is your code? What is your ABAP version?