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 default value

Former Member
0 Kudos

Hi experts,

I want to create a search help for the Material. In the search help I should set some default value like the language and the company. I know how can I set the default language, but how can I say that the default language could not be 'EN'.

I need to set this one: SPRAS NE 'EN', but I don't know how.

5 REPLIES 5

kesavadas_thekkillath
Active Contributor
0 Kudos

While creating search help there is field Default value field where you an set it.

0 Kudos

I know that I can set a default value, my question is how can set different value else than EQ or =.

I need to put a not equal operator somehow, but I don't know how.

All you can do there is just Enter a value, you cannot say there is it equal or not equal or greater or less.

0 Kudos

Thats a property of the screen field generated. I dont think this is possible through search help.

may be you can give a selection condition( NE ) to a database view and add it to the selection method of the search help

Subhankar
Active Contributor
0 Kudos

Hi ,

Create one search help exit. In the exit when callcontrol-step = PRESEL add the required fields (Search help name, field name, sign, Option, low and high) into SHLP-SELOPT.

For your case use sign as 'I' and option as 'NE'.

Thanks

Subhankar

Former Member
0 Kudos

Hi,

Create a help view first and include the tables ,in the selection conditions tab page restrict the data entry by adding all the condition such as EQ,NE.GT,LT AND ,OR operator as per your requirement.

Then add this help view to the selection method in the search help created.

eg:SPRAS NE 'EN'

Hope this will help you!!!

Try this It works!!

Regards,

Nishi.M