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: 

search help with empty value

Former Member
0 Kudos

Hi,

I wonder whether I can insert an empty value into my search help. In alv grid there's a cell with search help. With respect to my case, if the user choose '01' from search help, I want the report to show error message like "In this case you can't choose 01". Then I delete the value from the cell but this time the report shows another error message "Invalid Input". If I had an empty value in my search help, the user would choose it so he would have deleted the value. But I don't know how can I achieve this?

Any help will be appreciated.

2 REPLIES 2

Former Member
0 Kudos

Hi deniz,

Try doing a search help exit through the transaction SE11 to handle the case when the field is empty.

Hope this information is help to you.

Regards,

José

Clemenss
Active Contributor
0 Kudos

Hi Deniz,

if the value is checked against a check table or domain fixed values, you must have the space value there. Check the data element of the input field.

Regards,

Clemens