cancel
Showing results for 
Search instead for 
Did you mean: 

Can we create our own webdynpro IView in place of Search IView

Former Member
0 Kudos

Hi,

Can we create our own webdynpro IView in place of Search IView and make ResultSet IView to listen to the Event published by our webdynpro IView and display the results in the ResultSet IView.

what is the name of the Event published by Search IView so that the results are displayed in the Result Set IView.

can we acheive similar functionality by publishing the Event what Search IView publishes using webdynpro IView .

Thanks and Regards

Kiran Kumar K

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Kumar,

I think this is possible. Please refer to the below link for the Event names.

http://help.sap.com/saphelp_mdm550/helpdata/en/45/c87d0243e56f75e10000000a1553f6/frameset.htm

Configuring Data Exchange (Eventing)

Regards,

Jitesh Talreja

Former Member
0 Kudos

Hi Jitesh,

I have read the mentioned document and have written following piece of code in my webdynpro IView to publish the Event on ResultSet IView 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 the ResultSetIView is not getting Filtered.

can you please explain me in detail how can I filter ResultSet IView with my custom webdynpro application

Thanks and Regards

Kiran Kumar K