Application Development 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: 

Input Negative values in selection screen for select-options field

Former Member
0 Kudos

I am not able enter negative values for

SELECT-OPTIONS V_ERFMG FOR MSEG-ERFMG.

It says negative values are not allowed but I need to check for negative values. Kindly provide me solution.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Use a reference filed that has a domain that allows negative values.

Rob

3 REPLIES 3

Former Member
0 Kudos

Use a reference filed that has a domain that allows negative values.

Rob

naimesh_patel
Active Contributor
0 Kudos

You can't put the negative values here...because the Domain which is attached to MSEG-ERFMG has not the "Sign" checkbox on.

Try with this code:

tables:wbrp.

SELECT-OPTIONS V_ERFMG FOR WBRP-menge.

Regards,

Naimesh Patel

0 Kudos

Thanks. Solved Problem