cancel
Showing results for 
Search instead for 
Did you mean: 

Communication between Two PDK portal components

Former Member
0 Kudos

Hello,

Is there a possibility for two portal components (each in different

IView but same page) to communicate with each other?

For example, one contains summary data and the other one contains

details. When a row is clicked in the summary data IView, the details

IView should display the details of the clicked row.

Thanks,

Ali.

Accepted Solutions (1)

Accepted Solutions (1)

rima-sirich
Advisor
Advisor
0 Kudos

Hi Ali,

The communication between 2 iViews can be implemented using:

1. [Portal Server-Side Events|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/com.sap.km.cm.docs/lw/developercontent/sap%20portal%20development%20kit%20for%20.net%20developer's%20Guide/PortalServerSideEventing.html]

2. [Portal Client-Side Events|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/com.sap.km.cm.docs/lw/developercontent/sap%20portal%20development%20kit%20for%20.net%20developer's%20Guide/Portal%20Client-Side%20Eventing.html]

There are also samples utorials on those topics:

1. [MapPoint |https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f41fbcba-0901-0010-b98c-846cde2d9803]application that demonstrates a using of server-side events.

2. [Tutorial|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/com.sap.km.cm.docs/lw/developercontent/sap%20portal%20development%20kit%20for%20.net%20developer's%20Guide/Client%20Side%20Events.html] that demonstrates a using of client-side events.

Regards,

Rima.

Former Member
0 Kudos

Thank you very much Rima. Tutorials really clarifies many concepts,

although some modifications were needed to get them working.

Ali.

Answers (0)