‎2008 Oct 30 12:26 PM
Hi gurus,
My requirement is that i want to define a data type of signed numeric field.
I have to use that in a screen as input output field and the user may use sign values sometimes. so i need a signed numeric field of 2 digits.
Please help.
‎2008 Oct 30 12:40 PM
Hello
1. SE11 with table DD01L
2. display all records from this table where LENG = 2 and SIGNFLAG = X
3. choose domain name which you most of all like
4. use this domain when you define the field.
or create own domain with signflag.
‎2008 Oct 30 1:49 PM
HI ,
This list of values i get are all of DEC data type. I want signed Numeric field.the Data type may be NUMC.
‎2008 Oct 31 5:48 AM
‎2008 Oct 30 1:20 PM
Hi,
Hope the following Threads will help you regarding your problem.
http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb2fd9358411d1829f0000e829fbfe/frameset.htm
Thanks.
Nitesh
‎2008 Dec 01 9:21 AM