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 enhancement

Former Member
0 Likes
734

Hi

In transaction VA01 I want to attach a search help sub tab in material searc help.

input screen

matnr

matkl

charg

three parameter.

How I attach a sub tab into existing search help and where will I write code for validation.

Hi

In transaction VA01 I want to attach a search help sub tab in material searc help.

input screen

matnr

matkl

charg

three parameter.

How I attach a sub tab into existing search help and where will I write code for validation.

3 REPLIES 3
Read only

Former Member
0 Likes
562

Hi,

For material standard search help is MAT1 .... create an elementary search help with the desired fields and attach the same to the MAT1 .... under included search helps....if you want to restrict values based on some condition ....create a function module and attach the same under search help exit.......also see the standard fm for ref . F4IF_SHLP_EXIT_EXAMPLE

Thanks,

Shailaja Ainala.

Read only

Former Member
0 Likes
562

actually I want to create new search tab with parameter matnr matkl and charg.

I t is display at material f4 help.

Read only

Former Member
0 Likes
562

Hi,

Follow the link of wiki to create the serach help exit...hope this might help you.

http://wiki.sdn.sap.com/wiki/pages/diffpages.action?originalId=153388792&pageId=153388793

Pooja