Application Development 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: 

Creation of search help

Former Member
0 Kudos

Hello Experts,

i want to create a custom search help . In this search help I need to use a z-table which contains list of material types(that are allowed) and get the matching data from MARA (material number), and MARC.. I don't know how to create search help where I can write this logic.. I can use the same logic for F4 help in program but do not know how to create this search help.

thanks in advance.

thanks and regards,

saurabh chhatre

1 ACCEPTED SOLUTION

former_member70391
Contributor
0 Kudos

Hi,

First create a Help View for the tables you would like to join. Once you create the help view use it as a Method in the creation of serach help.

For example you can have look into serach help '/NEXTEVO/ZVT_SH_KOSTL' where they used /NEXTEVO/ZVTKSTL as method which is nothing but a help view which contains 2 tables CSKS and CSKT.

Hope it resolves your issue.

Thanks & Regards,

Nagaraj Kalbavi

8 REPLIES 8

former_member70391
Contributor
0 Kudos

Hi,

First create a Help View for the tables you would like to join. Once you create the help view use it as a Method in the creation of serach help.

For example you can have look into serach help '/NEXTEVO/ZVT_SH_KOSTL' where they used /NEXTEVO/ZVTKSTL as method which is nothing but a help view which contains 2 tables CSKS and CSKT.

Hope it resolves your issue.

Thanks & Regards,

Nagaraj Kalbavi

Former Member
0 Kudos

Hi,

Go to the following link

http://www.sapdevelopment.co.uk/dictionary/shelp/shelp_basic.htm

http://www.sap-img.com/abap/attach-a-search-help-to-the-screen-field.htm

Regards,

Dheeraj

Edited by: Dheeraj Soni on Sep 24, 2008 4:36 PM

Former Member
0 Kudos

Hi Saurabh,

Go through this library, it will help you for the search help.

http://help.sap.com/saphelp_nw70/helpdata/en/cf/21f2e5446011d189700000e8322d00/frameset.htm

Here are the types where you can use the search help.

http://www.sapdevelopment.co.uk/dictionary/shelp/shelp_imp.htm

Regards

Manisha

Former Member
0 Kudos

Hi saurabh,

follow these links below for ur quiery :

:

hope it will solve ur purpose.

Regards

saurabh

Former Member
0 Kudos

Hi Saurabh,

Check this link.

[http://saptechnical.com/Tutorials/ABAP/SearchHelp/page1.htm]

Regards,

Amit.

former_member182426
Active Contributor
0 Kudos

hi,

u can attach in in se11 itself. just chek it out this option.

SRCH HELP

Regards,

Shankar.

0 Kudos

thanks for all ur help but i solved the problem.

0 Kudos

got it