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

Standard Match Code for Selection Options with Example

Former Member
0 Likes
1,394

Hi Guys,

Can anybody tell me Standard Match Code or Search help for Selection Options.

ex: MBEW-MATNR , MBEW-BWKEY and MBEW-BWTAR. can anybody tell how to keep Search Help or Match Code for the Above Fields in ECC 6.0 with Example

Very Urgent.

Thanks,

Gopi.

7 REPLIES 7
Read only

ferry_lianto
Active Contributor
0 Likes
995

Hi,

Please try this to search help.

1. Go to SE11.

2. Enter database table -> MBEW -> Display.

3. Double click on MATNR (under field column).

4. You should be able to see search help name MAT1 (under possible entries section).

Same as well for field BWKEY (H_T001K) and BWTAR (H_T149D).

Regards,

Ferry Lianto

Read only

0 Likes
995

Hi Ferry,

Can u tell me how to declare these Search Helps once we know the Search helps name's for particular Fields?

Can we do Search help for Selectio Options then can u please show how to do fo these 3 fields which i mentioned in my Example?

How to make it Collective Search Help for these 3 fields?

Thanks,

Gopi.

Read only

0 Likes
995

tables : mbew.

select-options:s_matnr for mbew-matnr <b>MATCHCODE OBJECT S_MAT1</b>.

Thanks

Seshu

Read only

0 Likes
995

Hi Seshu,

Does we need to create s_MAT1 or we can just use MAT1?

How to use Collective Search help for these 3 fields?

Can u tell me Difference b/w Collective and Elementary Search help?

Thanks,

Gopi

Read only

0 Likes
995

No Gopi ,you can use MAT1 Search help,i simply added S_MAT1.

Collective search help - It is combination of elementary search helps, it means it will have more than 2 elementary serach help.

Elementary search help - ii will contains fields from one table..,if you want to use more than two tables,then create two elementary search help and join them 1 as in collective search help.

for your req ,you can use MAT1 Search help..

Thanks

Seshu

Read only

0 Likes
995

Hi Seshu,

In my Requirement does i need to use Collective Search help or no need of it Becoz i am getting the fields from single table MBEW?I mean Elementary Search help is OK.

Can u tell me how to definea search for the field MBEW-BWTAR becoz this field doesn't have Search Help.?

Thanks,

Gopi.

Read only

0 Likes
995

Well Gopi.. as per your requirement no need to use collective search help.

I guess you have three fields in selection-screen,out 3 fields you have two fields contains search help.

Create your user defined search help BWTAR ..

Check the below links for creation search help :

http://help.sap.com/saphelp_46c/helpdata/EN/cf/21ee2b446011d189700000e8322d00/frameset.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/41/f6b237fec48c67e10000009b38f8cf/content.htm

Hope you got it.

Thanks

Seshu