cancel
Showing results for 
Search instead for 
Did you mean: 

Launching webdynpro application from workflow task

Former Member
0 Kudos
88

Hi,

I have to provide a link in my workitem to launch a webdynpro application. Please guide me how can we acheive this.

Accepted Solutions (1)

Accepted Solutions (1)

imthiaz_ahmed
Active Contributor
0 Kudos
<a href="www.xyz.com"> test </a>

This should work if you want to just open the link.

Regards, IA

Answers (2)

Answers (2)

martin_nooteboom
Active Contributor
0 Kudos

Do you mean a link like a link to any URL, because then it should work as IA said. Or just copy in the URL.

Regards,

Martin

Former Member
0 Kudos

I mean,

I have given

<a href="www.xyz.com"> test </a>

in mail step

but when i click the link "test" that apears in my inbox , it opens the brower with address as

saphtmlp://htmlviewer.sap.com/tNbsX2I5DF6o9G0KNdj0Vm/www.xyz.com

Edited by: Bhavin Nagda on Sep 3, 2008 9:34 AM

Former Member
0 Kudos

Well, this add some other stuff in front of the actual url i give.

like--

saphtmlp://htmlviewer.sap.com/tNbsX2I5DF6o9G0KNdj0Vm/www.xyz.com.

Any suggestions if transaction WF_EXTSRV can help me with this? I am not sure how to configure this, i just read abt this tcode on some thread.