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

Search Help parameter

tharu
Contributor
0 Likes
727

Dear All Gurus,

I have created a customised search help for MM01. Its working fine. But I want to do is need to add "Not Equal sign" on the X-plant material (MARA-MSTAE) status like Language key (SPRAS) in the screen shot attached. Please advice how to do this.

Thank you all in advance

5 REPLIES 5
Read only

Former Member
0 Likes
655

Hi

Use Transaction variant (SHD0) for your requirement.

Read only

Former Member
0 Likes
655

Hi

it is a Z field ? and did you added it in standard search help or  created your ownsearch help. based on that your code  you have to write the code.

Read only

0 Likes
655

Hi ,

This is not a Z field. I created the Search help and valueas are taken using a DB View I created (Collection of MARA and MAKT ).

Read only

0 Likes
655

Hi

you have to create your own search help and create an exit and copy the code which is existing for all the above fields in your tab and modify the exit. check the exit ehich is being used for material type, language key etc. based on that modfy it. 

Read only

Former Member
0 Likes
655

"=" sign will appear, if you enter "default value for the search help parameter" (either a fixed value or SET/GET parameter id) while creating the search help.  As far as I know, there is no standard setting in search help definition to display a "not equal to" sign.

Regards, Vinod