cancel
Showing results for 
Search instead for 
Did you mean: 

How to call WebDynPro from Portal Component (Developed using JSPDynaPage)

Former Member
0 Kudos

Hi,

I would like to call WebDynPro Component from Portal Component. I have developed this component using JspDynaPage.

Thanks in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

we STRONLY recommend NOT to call a WD application inside the portal using the standard WD application URL. Doing this, the WD application is called without any portal environemnt and as an consequence the WD application will not work correct.

The only way to launch a WD application in the portal is to create a WD iView for this. In your code you can do a redirect to the iView URL. Or you trigger a portal navigation to the iView using EPCM.doNavigate.

Best regards

Jochen

Former Member
0 Kudos

Hi Tataya,

you First integrate your webdynpro component in portal.

create Webdynpro iview.

for this refer the following pdf.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/webdynpro/po... integration of web dynpro applications.pdf

Then from your JSPDynPage call this iView using EPCM.doNavigate method as Jochen said.

Regards,

Karthick Eswaran

Former Member
0 Kudos

Hi,

Why cant you use

request.sendRedirect(" The WD application URL " );

Regards

Bharathwaj