‎2008 Dec 03 11:18 AM
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??
‎2008 Dec 03 11:22 AM
‎2008 Dec 03 11:44 AM
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
‎2008 Dec 03 11:48 AM
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