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: 
Read only

Store String in a Quantity Field

amysh95
Participant
0 Likes
1,201

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
Read only

Sandra_Rossi
Active Contributor
1,081

You can't. It stores a number.

2 REPLIES 2
Read only

Sandra_Rossi
Active Contributor
1,082

You can't. It stores a number.

Read only

DoanManhQuynh
Active Contributor
1,081

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.