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

Former Member
0 Likes
601

HI Experts,

First of all HAPPY NEW YEAR TO ALL OF U.I wants create search help.I have two fields one is product_code and Product_Desc.Pls tell me that how can i write search help to search particular product_code if we have some idea about product_desc.

Pls give all steps.

Rajnish Awasthi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
576

JUST GO TO SE11 CREATE A SEARCH HELP AND CHOSE DIALOG DE[PENDS ON SET OF VALUES. IN SEARCH HELP PARAMETER GIVE THE TWO FIELDS NAME I.E. PRODUCT CODE AND PRODUCT NAME. . AND ACTIVATE.

IT WILL WORK.

REGARDS

SHIBA DUTTA

7 REPLIES 7
Read only

Former Member
0 Likes
576

Hi ,

Could you please tell me the table corresponding to the fields you are using.

Regards

Arun

Read only

0 Likes
576

actually i created one table named zreal_master

Rajnish Awasthi

Read only

Former Member
0 Likes
577

JUST GO TO SE11 CREATE A SEARCH HELP AND CHOSE DIALOG DE[PENDS ON SET OF VALUES. IN SEARCH HELP PARAMETER GIVE THE TWO FIELDS NAME I.E. PRODUCT CODE AND PRODUCT NAME. . AND ACTIVATE.

IT WILL WORK.

REGARDS

SHIBA DUTTA

Read only

0 Likes
576

Thanks Shiba,

Also tell me that what is the meaning of 'search help exit'.And which fields should be click as import or export if i need to display product_code in correspondence of product_desc.

Rajnish

Read only

0 Likes
576

Hi ,

Search Help exits are used to provide additional functionality to a search help e.g. you want an additional fields to be displayed in the search help , but it cannot be done by the noramal search help as it requires some calculations , so what you do is create a search help exit , which is basically a FM which is triggered , here you do your calculations and populate the field.

Please see the help given on search help exist , as it is based on events like entry , computation , display e.t.c , it is very well given in the document.

As far as your search help is concerned give product_desc as import and product_code as export.

Regards

Arun

Read only

Former Member
0 Likes
576

check below things

<a href="http://www.sapdevelopment.co.uk/dictionary/shelp/shelphome.htm">http://www.sapdevelopment.co.uk/dictionary/shelp/shelphome.htm</a>

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/97/24a23fa34ffb47e10000000a114084/content.htm">http://help.sap.com/saphelp_nw04/helpdata/en/97/24a23fa34ffb47e10000000a114084/content.htm</a>

regards

shiba dutta<a href="http://help.sap.com/saphelp_erp2005/helpdata/en/3d/e53642e2a3ab04e10000000a1550b0/content.htm">http://help.sap.com/saphelp_erp2005/helpdata/en/3d/e53642e2a3ab04e10000000a1550b0/content.htm</a>

Message was edited by:

SHIBA DUTTA

Read only

Former Member
0 Likes
576

THANKS I GOT IT