cancel
Showing results for 
Search instead for 
Did you mean: 

Portal services access from WD project

Former Member
0 Kudos

Hi Guys,

Is it possible to access portal services from a WD project when WD is embedded as an iview?

Best Regards,

Marc

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Marc,

This document might be useful:

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/events/webinars/us... ep services within webas applications.pdf

Regards,

Pooja.

Former Member
0 Kudos

Hi Marc,

Portal Services can be accessed from a Web-Dynpro iView, just like from a dynpage, using:

PortalRuntime.getRuntimeResources.getService(String key);

The key is obtained by using the service interface KEY field (e.g. IMyService.KEY).

You should add a Sharing Reference to the service you are using to avoid a runtime exception.

Hope that helps,

Yoav.

former_member188556
Active Contributor
0 Kudos

hi

u can use the portal communication between iviews using <b>epcf</b>.

we can create an iview in portal for the required services and pass parameters using epcf from WD iview to portal iview

please explain ur requirement a bit more clearly...

Regards

Bobu

Former Member
0 Kudos

Hi,

What portal services do you want to access.

I remember seeing something like they are exposed a webservices.

Then you can make use of this webservice model.

"Hey ,good link Anil ! "

Message was edited by: Bharathwaj R

Former Member
0 Kudos

Please refer to this help.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/webdynpro/tu... on integrating web dynpro in portal - 19.htm

Regards, Anilkumar