cancel
Showing results for 
Search instead for 
Did you mean: 

Filtering ResultSet IView using webdynpro application

Former Member
0 Kudos

Hi all,

ResultSet IView is filtered based on the search criterea entered in MDM Search IView

Can I filter ResultSet IView using my webdynpro Application.

I have placed ResultSetIView and webdynpro Application IView in the same page and I have written following piece of code for firing the event in my weddynpro application to filter the ResultSetIView with mdmid=1.

WDPortalEventing.fire ("urn:com.sap.pct.mdm.appl.masteriviews","getRecordByIds","MDM System Alias=SAP_MDM_Repository_Prod&MDMTableName=Releases&id=1");

but ResultSetIView is no getting Filtered.

How can I filter ResultSet IView with my custom webdynpro application

Thanks and Regards

Kiran Kumar K

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Kiran,

How did you got the ID? It is the MDM Id given by mdm to each record. I hope you have created a field by autoid and not using it as an id.

Ideally the code snippet you sent should work. Only place i would check is the id value.

Thanks,

Raghavendra