cancel
Showing results for 
Search instead for 
Did you mean: 

generic search help

Former Member
0 Kudos

Hello Every body,

I have a WD program separated in many Development Components (DC)

There is a search (for Example material search) that i will use in many appliacations (DC's) , and other types of searches besides material search,

whats the most right and the suggested way of developing a generic search help that could be used in many applications ??

    • the search itself is done by a webservice model against the R3 !!

thanks alot

morad zeidan

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member186016
Active Contributor
0 Kudos

The generic search should be part of one dc. This dc should handle the search by executing the web service. There can be a search view in this dc. Which can cover generic and advanced search both.

Later use this dc in all the dc's and embed this same search view into all the windows in using dc's.

So in your application the top section can have this generic search view and when somebody uses it your displays results in details view. The details view can be in the same generic dc.

And yes moving such kind of common functionality in one dc will be very useful.

Regards,

Ashwani Kr Sharma

Former Member
0 Kudos

chk it

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f368bc46-0301-0010-1e92-cd1cf7c1...

/people/dirk.rehberg/blog/2006/12/27/generic-search-help-for-web-dynpro-for-java