<br><font size=2 face="sans-serif">Hello All,</font>
<br>
<br><font size=2 face="sans-serif">&nbsp; &nbsp;I have a requirement of adding a external URL into my workflow task description.</font>
<br><font size=2 face="sans-serif">I have used SAPSCRIPT editor to include URL. Also, this URL I am using is added as a comment with /* in SAPSCRIPT editor.</font>
<br>
<br><font size=2 face="sans-serif">I have &amp; in my URL. When I tried to include the escape character </font><font size=2 face="Courier New">&lt;(&gt;&amp;&lt;)&gt;</font><font size=2 face="sans-serif"> as mentioned below in this mail URL treats those characters literally.</font>
<br><font size=2 face="sans-serif">Am I doing something wrong? Do I need to do something special? Please advise me.</font>
<br>
<br><font size=2 face="sans-serif">Your reply will be appreciated. </font>
<br>
<br><font size=2 face="sans-serif">Regards,</font>
<br><font size=2 face="sans-serif">Pallavika Patel<br>
433-3157</font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td>
<td><font size=1 face="sans-serif"><b>Richard Schot &lt;richard.schot@avelon-it.com&gt;</b></font>
<br><font size=1 face="sans-serif">Sent by: SAP Workflow &lt;Owner-SAP-WUG@MITVMA.MIT.EDU&gt;</font>
<p><font size=1 face="sans-serif">08/15/2001 11:24 AM</font>
<br><font size=1 face="sans-serif">Please respond to SAP Workflow Users' Group</font>
<br>
<td><font size=1 face="Arial">&nbsp; &nbsp; &nbsp; &nbsp; </font>
<br><font size=1 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; To: &nbsp; &nbsp; &nbsp; &nbsp;SAP-WUG@MITVMA.MIT.EDU</font>
<br><font size=1 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; cc: &nbsp; &nbsp; &nbsp; &nbsp;</font>
<br><font size=1 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; Subject: &nbsp; &nbsp; &nbsp; &nbsp;Re: Adding URL in e-mails</font>
<br></table>
<br>
<br>
<br><font size=2 face="Courier New">Hi Jocelyn, thanks for your reply.<br>
The problem described below occurs in a 4.0B environment. How must I proceed<br>
here? I tried the suggestion of Alan but did not succeed in creating a url<br>
as attachment in background. Any suggestions ?<br>
<br>
Regards,<br>
Richard<br>
<br>
-----Original Message-----<br>
From: SAP Workflow [mailto:Owner-SAP-WUG@MITVMA.MIT.EDU]On Behalf Of<br>
Dart, Jocelyn<br>
Sent: woensdag 15 augustus 2001 3:41<br>
To: SAP-WUG@MITVMA.MIT.EDU<br>
Subject: Re: Adding URL in e-mails<br>
<br>
<br>
Hi Richard,<br>
In 4.6C, SELFITEM.SENDTASKDESCRIPTION has an optional parameter<br>
LINEWIDTH which will let you increase the length up to 132 characters<br>
(75 characters is just the default width).<br>
Not perfect,but most URLs will fit within that space.<br>
You'll need to make sure you include the LINEWIDTH parameter in your<br>
bindings.<br>
<br>
If SAPSCRIPT is killing you - e.g. by adding unwanted new line characters -<br>
using the CHANGE EDITOR option while changing the long description will take<br>
you to the old editor. &nbsp;It's clunkier but does have the advantage of giving<br>
you<br>
a little more control over the formatting.<br>
Regards,<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Jocelyn Dart<br>
Consultant (EBP, BBP, Ecommerce, Internet Transaction Server, Workflow)<br>
SAP Australia<br>
Email jocelyn.dart@sap.com &lt;mailto:jocelyn.dart@sap.com&gt;<br>
Tel: +61 412 390 267<br>
Fax: +61 2 9935 4880<br>
<br>
<br>
-----Original Message-----<br>
From: Rickayzen, Alan<br>
Sent: Friday, 10 August 2001 4:02 AM<br>
To: SAP-WUG@MITVMA.MIT.EDU<br>
Subject: Re: Adding URL in e-mails<br>
<br>
<br>
Hi Richard,<br>
There are limitations in sapscript which make long embedded URLs impossible.<br>
Have you tried adding the URL as an attachment? This will work in all<br>
inboxes (Windows, Web, Outlook Lotus...) .<br>
<br>
Kind regards,<br>
<br>
Alan Rickayzen<br>
<br>
<br>
-----Original Message-----<br>
From: michel Tallon [mailto:michel.tallon@ifrance.com]<br>
Sent: Donnerstag, August 09, 2001 1:16 PM<br>
To: SAP-WUG@MITVMA.MIT.EDU<br>
Subject: Re: Adding URL in e-mails<br>
<br>
<br>
Hi Richard,<br>
<br>
For the fisrt problem, try &lt;(&gt;&amp;&lt;)&gt;_report=ZZTEST&lt;(&gt;&amp;&lt;)&gt; instead of<br>
&amp;_report=ZZTEST&amp; , by enclosing the &amp; with &lt;(&gt; you it will be displayed<br>
correctly.<br>
<br>
The second point (cutting URL) is more tricky.<br>
Method SendTaskDescription use some function module (SWU_GET_TASK_TEXTLINES)<br>
with restriction to the lenght (75 characters, at least in 4.6C). And even<br>
if you change the value directly in the code, you have to take care of all<br>
the other treatment in this method you may restrict the lenght.<br>
The easier way is to restrict to URL lenght to 75 char.<br>
The more complex it's to try to modify the SendTaskDescription Method.<br>
<br>
Hope it helps.<br>
<br>
Regards.<br>
<br>
Michel Tallon.<br>
<br>
-----Message d'origine-----<br>
De : SAP Workflow [mailto:Owner-SAP-WUG@MITVMA.MIT.EDU]De la part de<br>
Richard Schot<br>
Envoyi : jeudi 9 ao{t 2001 11:50<br>
@ : SAP-WUG@MITVMA.MIT.EDU<br>
Objet : Adding URL in e-mails<br>
<br>
<br>
Hi all,<br>
I have a problem when sending a SMTP mail to sap users with a hyperlink to a<br>
web report. It is possible to store in the hyperlink the reportname, variant<br>
and parameters/select-option values.<br>
<br>
However....<br>
I have a task that sends the email (selfitem sendtaskdescription) and I pass<br>
a<br>
container value with the URL in question. In the email a part of the URL is<br>
disappeared....<br>
If you specify the url f.i. like<br>
http://sdfsdfsd/scripts/wgate.dll/webrfc/!?_function=www_get_report&amp;_report=<br>
ZZTEST&amp;_variant=ITS&amp;_parc_ebeln=4500000123<br>
<br>
the part between &amp;...&amp; is disappeared. I think this is caused by the<br>
interpretation of SAP that values between '&amp;' must be replaced by the value<br>
of<br>
the attribute of the buisness object. This is not present and therfore<br>
skipped.<br>
<br>
The result of the URL:<br>
http://sdfsdfsd/scripts/wgate.dll/webrfc/!?_function=www_get_report_variant=<br>
ITS&amp;_parc_ebeln=4500000123<br>
<br>
Another question I have is about the cut of the URL. In outlook the URL is<br>
cut<br>
in half so therefore can not be used.<br>
<br>
Has anyone a solution for this ? Any help is appreciated!<br>
<br>
<br>
Regards,<br>
Richard Schot<br>
<br>
Kind regards,<br>
Richard Schot<br>
<br>
_____________________________________<br>
<br>
Avelon BV<br>
Mobile: +31 (0)6 - 150 13 152<br>
Info &nbsp;: www.avelon-it.com<br>
_____________________________________<br>
<br>
<br>
____________________________________________________________________________<br>
__<br>
ifrance.com, l'email gratuit le plus complet de l'Internet !<br>
vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP...<br>
http://www.ifrance.com/_reloc/email.emailif<br>
</font>
<br>
<br>