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: 

searchhelp exit for tracking no.

Former Member
0 Kudos

Hi all,

My requirement is like this -

In tcode me51n there is a field - tracking no (eban-bednr). I have added one customized searchhelp (here tracking no are maintained with the plant) to this field by taking access key form SAP. But my user wants that when he goes for the F4 help for the field tracking no. only those value will be shown which are maintained in the plant which the user has entered in that perticular purchase requisition.

Will searchhelp exit work for this requirement??

If yes then plz tell me the process as I have no idea about searchhelp exit.

1 REPLY 1

Former Member
0 Kudos

Hi,

Search Help Exit is nothing but a Function Module which is same interface of F4IF_SHLP_EXIT_EXAMPLE.

Once you create this you have used in your Search Help Object.

You may look at the follwing links for sample code,

[http://wiki.sdn.sap.com/wiki/display/Snippets/CreatingaSearchhelpexit(CRMobject)]

[http://wiki.sdn.sap.com/wiki/display/Snippets/SearchHelpExit]

[https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=34140]

[http://wiki.sdn.sap.com/wiki/display/ABAP/HowToCreateSearchHelp+Exit]

I hope this information Useful for you.

Regrds,

Raghava Channooru.