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

error in qantity field input

Former Member
0 Likes
705

hi ,

i doing a module pool program and i had declared 3 FILEDS as quantity , as screen fields i.e PREC type .

but when i tried to enter values in it is giving a error saying " Entry too long (enter in the format ~,___)"

please how to declare quantity fields .

thank,

Sridhar

4 REPLIES 4
Read only

Former Member
0 Likes
668

use Data Type QUAN

Data LMENG as type

Message was edited by: Vara Prasad Kunathi

Read only

0 Likes
668

hi,

thanks prasad .

it is giving same error for both the types.

Thank,

Sridhar

Read only

anversha_s
Active Contributor
0 Likes
668

hi,

declare like this.

data : field1 like QUAN1.

rgds

anver

Read only

Former Member
0 Likes
668

in the screen field , give the

when u r giving the name for that field give that as

_______V , i guess it is giving the error bcoz it could not accomodate the negative values