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

Input Negative values in selection screen for select-options field

Former Member
0 Likes
2,061

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
Read only

Former Member
0 Likes
1,047

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

Rob

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.

3 REPLIES 3
Read only

Former Member
0 Likes
1,048

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

Rob

Read only

naimesh_patel
Active Contributor
0 Likes
1,047

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

Read only

0 Likes
1,047

Thanks. Solved Problem