on 2006 Feb 09 1:09 PM
Hi,
I would like to call WebDynPro Component from Portal Component. I have developed this component using JspDynaPage.
Thanks in advance
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
Hi,
Why cant you use
request.sendRedirect(" The WD application URL " );
Regards
Bharathwaj
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
69 | |
11 | |
10 | |
10 | |
9 | |
7 | |
7 | |
7 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.