cancel
Showing results for 
Search instead for 
Did you mean: 

Portal iView and WebDynpor iView communication

Former Member
0 Kudos

Hi,

How do communicate from portal iView to WD iView in portal page and WD page?

Is it possible to call from iView from one page to iView of another page?

Krishna.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Portal and webdynpro communication can be done through Portal eventing or Navigation. If the iViews are in same page, then you can use Portal eventing. If the iViews are in different pages as u have mentioned, then you can go for Portal Navigation. Guides for these are available at

https://www.sdn.sap.com/irj/sdn/nw-wdjava?rid=/webcontent/uuid/51ecb74c-0a01-0010-ffad-9443b2f39fa8

Regards,

Harini S

Answers (4)

Answers (4)

Former Member
0 Kudos

Thank you.

Krishna.

Former Member
0 Kudos

EPCF would be used when you want communication to happen between two iviews on the same page.

Navigation from one iview (which may or may not be embedded in a page) to another iview (which may or may not be embedded in a page) is very much possible. WDNavigation API should enable that.

Thanks,

GLM

Former Member
0 Kudos
Former Member
0 Kudos

Hi Krishna ,

As far as I know communication between iviews will be possible with EPCF. thatis also when both iviews are placed in same page.

Have a look into discussion

Koti Reddy