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

Signed Numeric data type

Former Member
0 Likes
1,467

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.

5 REPLIES 5
Read only

Former Member
0 Likes
783

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.

Read only

0 Likes
783

HI ,

This list of values i get are all of DEC data type. I want signed Numeric field.the Data type may be NUMC.

Read only

0 Likes
783

Hello

In this case create own domain.

Read only

Former Member
0 Likes
783

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

Read only

Former Member
0 Likes
783

Solved