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: 

Store String in a Quantity Field

amysh95
Participant
0 Kudos

Hey, I need to store 'NA' in quan type table field.

Actually I have a table in Module pool in that table for particular Sales order number their is a column 'Net gen unit for previous month' which is a quan type (quantity type).

now what i need to do is i have to store 'NA' in that field according to logic i have.

how can i store this?

1 ACCEPTED SOLUTION

Sandra_Rossi
Active Contributor

You can't. It stores a number.

2 REPLIES 2

Sandra_Rossi
Active Contributor

You can't. It stores a number.

DoanManhQuynh
Active Contributor

if its the matter of display on end user, you should handle it by coding, you cant store character in a column with number type.