cancel
Showing results for 
Search instead for 
Did you mean: 

How to Call JSPDynPage from WD application?

Former Member
0 Kudos

Hi Xperts,

Can someone help me to call JSP Dyn Page from Web DynPro application.?

Thanks in advance!!

-Vishal

Accepted Solutions (0)

Answers (4)

Answers (4)

nikhil_bose
Active Contributor
0 Kudos

try navigating to another page


WDPortalNavigation.navigateAbsolute(
"ROLES://portal_content/HCMForms/CoAdd/CoAdd",
WDPortalNavigationMode.SHOW_INPLACE,
" ",  " ", 
WDPortalNavigationHistoryMode.NO_DUPLICATIONS,
" ",  " ", " ",  false);

nikhilL

nikhil_bose
Active Contributor
0 Kudos

--

Edited by: Nikhil Bos on May 14, 2008 5:01 PM

Former Member
0 Kudos

Hi,

You can make use of suspend/resume plugs

//Fire Plug

/wdThis.wdFirePlugSuspendApplication("http://aaa.aa.com/index.jsp?");

Regards

Ayyapparaj

Former Member
0 Kudos

Hi Vishal,

Check the below link about JSP Dyn Page

I have written a blog on JSP Dyn Pages, also check it

/people/anil.dichpally/blog/2007/04/25/jsp-dyn-pages-with-an-example

/thread/191892 [original link is broken] WebDynpro and JSPDynpage

between Dynpage & JSPDynpage

http://help.sap.com/saphelp_nw2004s/helpdata/en/44/471ce3617b14bce10000000a155369/frameset.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/f5/cfa441cd47a209e10000000a155106/frameset.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/f5/cfa441cd47a209e10000000a155106/frameset.htm

hope that helps.

regards

Anil