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 for Material Master

Former Member
0 Likes
1,841

We would like to have a search help for the material master.

This should help me search the materials which have the product hierarchy field filled.

Please let me know if the below steps are correct.

1)Create a new Match Code say zMAT_prod

2)Add the match Code zMAT_prod to MAT1_A collective search help.

We would like to have a search help for the material master.

This should help me search the materials which have the product hierarchy field filled.

Please let me know if the below steps are correct.

1)Create a new Match Code say zMAT_prod

2)Add the match Code zMAT_prod to MAT1_A collective search help.

3 REPLIES 3
Read only

Former Member
0 Likes
1,015

Hi Rohita,

Yes its correct.

Make a view with MVKE table and use the view in elementary search help.

Add this elemenatary search help to material (collective) search help.

Regards,

Sai

Read only

Former Member
0 Likes
1,015

hi

try this

first create a view with the fields that u want for Material Master

then create a elementary search help by attaching the view in it.

then u can assign elementary search help to collective search help if u want more options.

Regards

Read only

Former Member
0 Likes
1,015

Hi Rohita,

Adding Matcode Id is correct...You can add this matchcode ID in the selection screen.

Also before adding the Matchcode ID ...You may need to write a select query with the condition to populate the data into that view.

Ex :

select single vbeln

from vbak

into table t_matchcode

where vbak = xyz "give any condition which you wish to extract the data.

Suppose Matchcode Id is ZTA.

Select-options : s_vbeln for vbak-vbeln matcode id ZTA

So that it will display the Serach help with all the details.

Regards,

Kittu