cancel
Showing results for 
Search instead for 
Did you mean: 

URL in extended notification misformed

Former Member
0 Kudos

Hi guys,

One of my workflow tasks generates extended notification that has URL link in it. Unfortunately, when this link is sent to outlook after SWN_SELSEN run, it gets screwed up. URL is stored in &URL& and has value

http://saptranshost.ourcompany.com:1080/sap/bc/bsp/sap/hap_document/documents_todo.htm?sap-client=500&OFFLINE_AVAILABLE=X

My task description has this line:

/* <A HREF="&URL&">&URL&</A>

I get URL in nice, fancy-formatted e-mail, but URL is now:

http://saptranshost.ourcompany.com:1080/sap/bc/bsp/sap/hap_document/documents_todo.htm?sap-client=500<(>&<)>OFFLINE_AVAILABLE=X

Anyone knows how to deal with this issue?

Oh, and we run ECC 6.0

Edited by: Alexei Isaev on Jan 29, 2008 11:35 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

KKilhavn
Active Contributor
0 Kudos

>

> /* <A HREF="&URL&>&URL&</A>

It could be just a mistake in your posted text, but you don't have a closing quote sign for the URL.

Former Member
0 Kudos

Yeah, this is just a mistake in the post, what I have in task description is


/* <A HREF="&URL&">&URL&</A> 

Edited by: Alexei Isaev on Jan 29, 2008 8:18 PM