cancel
Showing results for 
Search instead for 
Did you mean: 

Resultset Eventing

Former Member
0 Kudos

Hi all,

Could you please help me on the below scenario

I have a webdynpro application, which takes the Partner Number as input and gets the record ID from MDM. Now with the record ID i want to display that records in a standard Resultset iview.

How can this be achieved

Thanks

Suresh

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks, it works

Regards

Suresh

Former Member
0 Kudos

Hi Suresh,

Use below given code...

WDPortalEventing.fire("urn:com.sap.pct.mdm.appl.masteriviews","getRecordByIds","&id=R1");

Note: id is record id ,it was hardcode in above code, you have to replace with serach result,

if more than one record then it looks like"&id=R1&id=R2........."

Thanks & Regards,

Veeru.

Former Member
0 Kudos

Hi Suresh,

From the MDM Portal Content Development Guide, "Configuring Events on a Result Set iView":

-


You can configure EPCF and URL events using the Result Set iView Event Builder to accept requests from a Web Dynpro application.

Typically the MDM custom event listeners used for limiting a Result Set from the

custom application would be:

- getRecordByIds (EPCF) and GetRecordByIds (URL)

- updateSearch (EPCF) and SetSearchHandler (URL)

-


More details can be found in the guide.

hope this information helps,

Idan