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: 

Datatype QUAN is not (yet) supported in arithemtic expression

Barclay1
Participant
0 Kudos

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

raymond_giuseppi
Active Contributor
0 Kudos

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

raymond_giuseppi
Active Contributor
0 Kudos

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

Thank you. This is helpful

Sandra_Rossi
Active Contributor
0 Kudos

What is your code? What is your ABAP version?