cancel
Showing results for 
Search instead for 
Did you mean: 

How to use EPCF eventing in Webdynpro

Former Member
0 Kudos

Hi All,

I have made a Webdynpro application as an iview in portal. Now i need to accomplish client eventing between this iview and any other portal iview. I learned from this link

http://help.sap.com/saphelp_nw04/helpdata/en/d8/6ee03fc2269615e10000000a155106/frameset.htm

that, this can be done through EPCF.

I can very well write use the EPCM objects in EP components with the help of Javascript tags.

But, I learned from my Webdynpro friends and these links

that, Webdynpro is strictly NOT the place for Javascript.

So, Where and How to use EPCF APIs in Webdynpro?

Shortly, In an Webdynpro application, where and how can i insert the following line of code.

WDPortalEventing.subscribe("urn:com.sap.tc.webdynpro.test.portal","TestEvent",wdThis.wdGetTestEventAction());

Please help me in this regard..

Vijay.K

Accepted Solutions (1)

Accepted Solutions (1)

vijayakhanna_raman
Active Contributor
0 Kudos

Hi,

Check this,

/message/205009#205009 [original link is broken]

Write that subcribe in the doinit method and handle the event in the action handler

Check also this

webdyn iviews and portal eventing:

/message/554249#554249 [original link is broken]

Regards,

Vijayakhanna Raman

Message was edited by: Vijayakhanna Raman

Answers (1)

Answers (1)

Former Member
0 Kudos

Vijay,

Check the "How-to"s available here: https://www.sdn.sap.com/irj/sdn/developerareas/webdynpro?rid=/webcontent/uuid/51ecb74c-0a01-0010-ffa... [original link is broken] [original link is broken], <a href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/2f72d990-0201-0010-85b0-8d626287dd4d">How to Use Portal Page Navigation within a Web Dynpro Java Application</a> .

`Bala