cancel
Showing results for 
Search instead for 
Did you mean: 

updateSearch EPCF in Resultset iView

Former Member
0 Kudos

Hi,

I am raising the following standard EPCF event from my custom Java WebDynpro, passing a specific "Item Identifier (Product ID)" to my PRODUCTS table. It's working fine and the perticular row is retreived in my Standard Resultset iView, but I want to send multiple values of ProductId field to Resultset iView instead of one value (ProductID=104367719). How do i send multiple values from my custom webdynpro using the following event?

WDPortalEventing.fire(

"urn:com.sap.pct.mdm.appl.masteriviews",

"updateSearch",

"ProductID=104367719&refreshSearch=False"

);

Thanks

Vijay Budati

Edited by: Lakshmi Vijaya Kumar Budati on Jan 14, 2010 11:04 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

This solution is not possible

Former Member
0 Kudos

Hello Vijay Budati

The option to have a search criteria using OR operator (sending multiple

values of ProductId in your example) is currently not supported in MDM

Standard iViews. The only option to search using OR operator is using

Keyword field. From the Portal Content development Guide:

For a keyword search, the OR operator is supported as follows:

If each token is separated with a semi colon, then the OR operator is

applied during the search (if the token is separated with a space, the

AND operator is applied).

Hope this information helps,

Idan

Former Member
0 Kudos

Idan,

Thanks for your reply.

You mean to tell that updateSearch EPCF event can't take multiple values?

Can't we use OR & AND operator for Keyword field to send multiple values to updateSearch event from Custom WebDynpro?? as Keyword search is doing? If so, could you please let me know how to use the fields and how to pass the values?

When i look at my Products table, i didn't find any Field called KEYWORD.

Thank you,

Vijay

Edited by: Lakshmi Vijaya Kumar Budati on Jan 17, 2010 11:21 AM