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

Filtering Material Number

abdulgaffarmohd
Participant
0 Likes
1,458

Hi ..,

i need to filter the material in F4 search help b'coz in my client sever there are many BOM materials.

In search help except item material in the BOM all other material need to be displayed.

In mm01 i placed one check box to identify the item material of BOM.

how to process to achieve ...,

Hi ..,

i need to filter the material in F4 search help b'coz in my client sever there are many BOM materials.

In search help except item material in the BOM all other material need to be displayed.

In mm01 i placed one check box to identify the item material of BOM.

how to process to achieve ...,

5 REPLIES 5
Read only

Former Member
0 Likes
1,095

Hi,

For this you need to create a z search help and append it into standard material help.

For filtering of material number you need to develop a search help exit (Function Module through se37) and put this exit (FM) in your z search help.

Regards

Ahsan

Read only

0 Likes
1,095

But our client is not ready to to made changes in the standard with giving access key ..,

i searched for all the function modules but i didn't get any function module in which i can place this search help..

..,

Regards,

Mohd.

Read only

0 Likes
1,095

Hi,

Access key is not required for appending search help. its a enhancement.

Regards

Ahsan

Read only

Former Member
0 Likes
1,095

Hi,

No need of access key.

Fisrt u finout the Search help for Material.

Goto se11 --> create a zSerach help.

Append that zserach help to standard search help.

It will be done.

Its same like append of sturucture in stanadard tables without having access key.

Regards

Arbind

Read only

Former Member
0 Likes
1,095

HI Abdul ,

you can achieve this by using the Search help exit. You dont need access key for the below changes

Open your Field's search help in SE11---> Go for Display ---> under definition tab you can find Search help Exit .

if you dont have any exit , you can take a copy of F4IF_SHLP_EXIT_EXAMPLE and restrict the search according to the requirement.

if you already have an one , then you can copy to Custom FM and make your modification to write your logic and then replace the same with your Custom.

For Search help Exit . Please refer [http://help.sap.com/saphelp_47x200/helpdata/en/cf/21ee52446011d189700000e8322d00/frameset.htm]