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

Negative values

Former Member
0 Likes
621

Hi All,

I have a table control in one of my screen.I am entering a -ve value and Press Save button.It is giving an error Negative Values not allowed.

The Screen field is of Type char17.

At Data Element level Sign Checkbox is checked.

Even though i am getting the same error.

Can anyone resolve my issue??

3 REPLIES 3
Read only

Former Member
0 Likes
490

Hi

Take the valu as integer

I think it will be solved

Regards

Read only

Former Member
0 Likes
490

hi,

In Screen field properties of screen field, In text you add _V.

than it will accept -ve values

Edited by: Nareddy Sivaram Reddy on Dec 3, 2008 12:44 PM

Read only

Former Member
0 Likes
490

hi,

Generally table control is used alteast to display table records or update in table..........in between v use internal table for communication..............so now in table or internal table you cna not store in negative value........rather you cna have another field which is of the character of length one .............have two values for it..if it has 'P' take it as positive......if it has 'N' take it as negative............so i think this will help you...

with regrads

janani