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

Specify positive values only

Denis_Mller
Participant
0 Likes
3,621

Hello

i have a dynpro where i can enter forecast values.

My customer wants to enter negative data.

How can i edit the dynpro to enter negative data?

1 ACCEPTED SOLUTION
Read only

ThomasZloch
Active Contributor
0 Likes
1,927

The dynpro field must reference a domain that allows a sign, e.g. WERTV7. Find an appropriate data element that you can use which references such a domain.

Thomas

4 REPLIES 4
Read only

ThomasZloch
Active Contributor
0 Likes
1,928

The dynpro field must reference a domain that allows a sign, e.g. WERTV7. Find an appropriate data element that you can use which references such a domain.

Thomas

Read only

0 Likes
1,927

the dynpro input field refers to a field in the table. This field has the type DEC 15,2.

Read only

0 Likes
1,927

> the dynpro input field refers to a field in the table. This field has the type DEC 15,2.

...and that field probably links to a domain (via data element) that does not allow a sign. You must change this to one that allows a sign and regenerate your dynpro.

Thomas

Read only

Former Member
0 Likes
1,927

Hey Dennis,

Please look in to below link .this info is usefull for u.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/63a47dd9-0b01-0010-3d8e-de27242b...

Regards,

Lakshman.A