<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Ed , <br>
<br>
&nbsp; Yes with this (event) approach each event launch a (sub)WF . The
advantage of this approach is that is suitable not only for a task
(decision task) also you can implement multi-step task with complex
features . I don't know how dynamic paralell approval works but it
appears to works properly in this case.Thanks for the info. <br>
<br>
G. <br>
<br>
El 26/10/2010 17:17, Edward Diehl escribi&oacute;:
<blockquote cite="mid:COL104-W6EC4E1F2F46053D98C2D6A2420@phx.gbl"
 type="cite">
  <style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>Guillermo,<br>
Each event launches a workflow for each item to be approved?<br>
  <br>
I can see the advantage of something like this IF the approval process
for a given item is substantially different from another.&nbsp; If they just
go to a different person for approval then dynamic parallel is the most
efficient approach.<br>
  <br>
Ed<br>
  <hr id="stopSpelling">Subject: RE: Dynamic branches on a fork<br>
Date: Tue, 26 Oct 2010 16:59:28 +0200<br>
From: <a class="moz-txt-link-abbreviated" href="mailto:Guillermo.Vera@realtech.com">Guillermo.Vera@realtech.com</a><br>
To: <a class="moz-txt-link-abbreviated" href="mailto:sap-wug@mit.edu">sap-wug@mit.edu</a>; <a class="moz-txt-link-abbreviated" href="mailto:sap-wug@mit.edu">sap-wug@mit.edu</a><br>
  <br>
  <meta http-equiv="Content-Type"
 content="text/html; charset=ISO-8859-1">
  <meta name="Generator" content="Microsoft SafeHTML">
  <style>
.ExternalClass .ecxhmmessage P
{padding:0px;}
.ExternalClass body.ecxhmmessage
{font-size:10pt;font-family:Tahoma;}

  </style>
  <div id="ecxidOWAReplyText33347" dir="ltr">
  <div dir="ltr"><font size="2" color="#000000" face="Verdana">Hi Ed, </font></div>
  <div dir="ltr">&nbsp;</div>
  <div dir="ltr"><font face="Verdana">&nbsp; Maybe i'm wrong but i like to
remark that the event communication approach is not for sequential
process (i think with sequential there's no problem ,a loop it's OK).
The event approach is somethig like (sorry for poor&nbsp;text-mode diagram ,
i hope it's understable):</font></div>
  <div dir="ltr">&nbsp;</div>
  <div dir="ltr"><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; V<br>
&nbsp;&nbsp;&nbsp; -begin of loop<br>
&nbsp;&nbsp;&nbsp; |<br>
&nbsp;&nbsp;&nbsp; --trigger Event A(index)&nbsp; )))) -&gt;&nbsp; Subworkflow
1..N&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
V&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; -End of loop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Business Process<br>
&nbsp;&nbsp;&nbsp; -begin of loop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;|<br>
&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;|<br>
&nbsp;&nbsp;&nbsp; --Wait for event&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;- ((((&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; EVENT B<br>
&nbsp;&nbsp;&nbsp; |<br>
&nbsp;&nbsp;&nbsp; -End of loop<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<br>
&nbsp;&nbsp;&nbsp;&nbsp; Continue<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; V</div>
  </div>
  <div dir="ltr">&nbsp;</div>
  <div dir="ltr">As you can see in the first loop the main workflow
doesn't wait for any event , only after every event (A) has been
launched you start to wait for Event(B). </div>
  <div dir="ltr">&nbsp;</div>
  <div dir="ltr">regards.</div>
  <div dir="ltr">&nbsp;</div>
  <div dir="ltr">G:</div>
  <div dir="ltr">&nbsp;</div>
  <div dir="ltr">&nbsp;</div>
  <div dir="ltr"><br>
  <hr>
  <font size="2" face="Tahoma"><b>De:</b> <a class="moz-txt-link-abbreviated" href="mailto:sap-wug-bounces@mit.edu">sap-wug-bounces@mit.edu</a> en
nombre de Edward Diehl<br>
  <b>Enviado el:</b> mar 26/10/2010 16:28<br>
  <b>Para:</b> <a class="moz-txt-link-abbreviated" href="mailto:sap-wug@mit.edu">sap-wug@mit.edu</a><br>
  <b>Asunto:</b> RE: Dynamic branches on a fork<br>
  </font><br>
  </div>
  <div>Hi Zolt,<br>
If you want the process to be simultaneous and not sequential then a
list of the settlement objects should be used to drive the dynamic
parallel process.&nbsp; I use the term object because that is how I would
treat each item that is part of the outboarding process.&nbsp; I would
create a custom object and each item to be settled would be an instance
of that object.&nbsp; You could then put enough information in the object's
attributes to determine who the approver should be for that particular
object.&nbsp; Since you already have the custom table, creating a custom
object over it would quite easy.&nbsp; I don't know all that is in your
customer table, but could you add approver information for each item?<br>
  <br>
Ed<br>
  <br>
BTW, if the process can be or needs to be sequential then just put the
list of objects in a loop.&nbsp; Sometimes one thing cannot be approved
until something else has been approved.<br>
  <br>
  <br>
  <br>
  <hr id="ecxstopSpelling">
Subject: RE: Dynamic branches on a fork<br>
Date: Tue, 26 Oct 2010 16:09:46 +0200<br>
From: <a class="moz-txt-link-abbreviated" href="mailto:Marton.Zsolt@iqsys.hu">Marton.Zsolt@iqsys.hu</a><br>
To: <a class="moz-txt-link-abbreviated" href="mailto:sap-wug@mit.edu">sap-wug@mit.edu</a><br>
CC: <a class="moz-txt-link-abbreviated" href="mailto:sap-wug-bounces@mit.edu">sap-wug-bounces@mit.edu</a><br>
  <br>
  <style>
.ExternalClass .ecxshape
{;}
  </style>
  <style>
.ExternalClass p.ecxMsoNormal, .ExternalClass li.ecxMsoNormal, .ExternalClass div.ecxMsoNormal
{margin-bottom:.0001pt;font-size:12.0pt;font-family:'Times New Roman','serif';}
.ExternalClass a:link, .ExternalClass span.ecxMsoHyperlink
{color:blue;text-decoration:underline;}
.ExternalClass a:visited, .ExternalClass span.ecxMsoHyperlinkFollowed
{color:purple;text-decoration:underline;}
.ExternalClass tt
{font-family:'Courier New';}
.ExternalClass span.ecxEmailStyle18
{font-family:'Calibri','sans-serif';color:#1F497D;}
.ExternalClass .ecxMsoChpDefault
{;}
.ExternalClass div.ecxWordSection1
{page:WordSection1;}
  </style>
  <div class="ecxWordSection1">
  <p class="ecxMsoNormal"><span
 style="font-size: 11pt; color: rgb(31, 73, 125); font-family: 'Calibri','sans-serif';">Hi,
Thanks</span></p>
  <p class="ecxMsoNormal"><span
 style="font-size: 11pt; color: rgb(31, 73, 125); font-family: 'Calibri','sans-serif';">We
have the custom table, but users requirement is to handle all the
approvements in one process. </span><span
 style="font-size: 11pt; color: rgb(31, 73, 125); font-family: Wingdings;">L</span><span
 style="font-size: 11pt; color: rgb(31, 73, 125); font-family: 'Calibri','sans-serif';"></span></p>
  <p class="ecxMsoNormal"><span
 style="font-size: 11pt; color: rgb(31, 73, 125); font-family: 'Calibri','sans-serif';">Thanks
anyway.</span></p>
  <p class="ecxMsoNormal"><b><span
 style="font-size: 10pt; color: gray; font-family: 'Comic Sans MS';"
 lang="EN-US">M&aacute;rton Zsolt</span></b><span
 style="font-size: 10pt; color: rgb(31, 73, 125); font-family: 'Arial','sans-serif';"
 lang="EN-US"><br>
  <br>
  </span><span
 style="font-size: 11pt; color: rgb(31, 73, 125); font-family: 'Calibri','sans-serif';"></span></p>
  <div
 style="border-style: solid none none; border-color: rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color; border-width: 1pt medium medium; padding: 3pt 0cm 0cm;">
  <p class="ecxMsoNormal"><b><span
 style="font-size: 10pt; font-family: 'Tahoma','sans-serif';"
 lang="EN-US">From:</span></b><span
 style="font-size: 10pt; font-family: 'Tahoma','sans-serif';"
 lang="EN-US"> <a class="moz-txt-link-abbreviated" href="mailto:sap-wug-bounces@mit.edu">sap-wug-bounces@mit.edu</a> [<a class="moz-txt-link-freetext" href="mailto:sap-wug-bounces@mit.edu">mailto:sap-wug-bounces@mit.edu</a>]
  <b>On Behalf Of </b>Krishna K Kammaje<br>
  <b>Sent:</b> Tuesday, October 26, 2010 3:57 PM<br>
  <b>To:</b> SAP Workflow Users' Group<br>
  <b>Cc:</b> SAP Workflow Users' Group; <a class="moz-txt-link-abbreviated" href="mailto:sap-wug-bounces@mit.edu">sap-wug-bounces@mit.edu</a><br>
  <b>Subject:</b> RE: Dynamic branches on a fork</span></p>
  </div>
  <p class="ecxMsoNormal">&nbsp;</p>
  <p class="ecxMsoNormal"><span
 style="font-size: 10pt; font-family: 'Arial','sans-serif';">Hi Zolt,</span>
  <br>
  <br>
  <span style="font-size: 10pt; font-family: 'Arial','sans-serif';">We
had a similar requirement, and this is what we did.</span> <br>
  <br>
  <span style="font-size: 10pt; font-family: 'Arial','sans-serif';">All
the different processes were maintained in a custom table. </span><br>
  <span style="font-size: 10pt; font-family: 'Arial','sans-serif';">An
ABAP batch job was created which will run daily once and trigger
different work items for each suitable process. Business logic was
contained in this program.</span> <br>
  <br>
  <span style="font-size: 10pt; font-family: 'Arial','sans-serif';">Thanks<br>
Krishna Kishor Kammaje <br>
SAP Certified Development Associate - ABAP with Netweaver 7.0<br>
| HRMS LCM Team | Manyata | D3 | 9th Floor | MD3-9F-A113 | Mob: +91 990
100 0799 | Direct - Xtn: 080 280-62953 |<br>
  </span><br>
  <br>
  <br>
  <br>
  <span
 style="font-size: 7.5pt; color: rgb(95, 95, 95); font-family: 'Arial','sans-serif';">From:
&nbsp; &nbsp; &nbsp; &nbsp;</span><span
 style="font-size: 7.5pt; font-family: 'Arial','sans-serif';">M&aacute;rton
Zsolt <a class="moz-txt-link-rfc2396E" href="mailto:Marton.Zsolt@iqsys.hu">&lt;Marton.Zsolt@iqsys.hu&gt;</a></span> <br>
  <span
 style="font-size: 7.5pt; color: rgb(95, 95, 95); font-family: 'Arial','sans-serif';">To:
&nbsp; &nbsp; &nbsp; &nbsp;</span><span
 style="font-size: 7.5pt; font-family: 'Arial','sans-serif';">"SAP
Workflow Users' Group" <a class="moz-txt-link-rfc2396E" href="mailto:sap-wug@mit.edu">&lt;sap-wug@mit.edu&gt;</a></span> <br>
  <span
 style="font-size: 7.5pt; color: rgb(95, 95, 95); font-family: 'Arial','sans-serif';">Date:
&nbsp; &nbsp; &nbsp; &nbsp;</span><span
 style="font-size: 7.5pt; font-family: 'Arial','sans-serif';">26/10/2010
19:21</span> <br>
  <span
 style="font-size: 7.5pt; color: rgb(95, 95, 95); font-family: 'Arial','sans-serif';">Subject:
&nbsp; &nbsp; &nbsp; &nbsp;</span><span
 style="font-size: 7.5pt; font-family: 'Arial','sans-serif';">RE:
Dynamic branches on a fork</span> <br>
  <span
 style="font-size: 7.5pt; color: rgb(95, 95, 95); font-family: 'Arial','sans-serif';">Sent
by: &nbsp; &nbsp; &nbsp; &nbsp;</span><span
 style="font-size: 7.5pt; font-family: 'Arial','sans-serif';"><a class="moz-txt-link-abbreviated" href="mailto:sap-wug-bounces@mit.edu">sap-wug-bounces@mit.edu</a></span>
  </p>
  <div class="ecxMsoNormal" style="text-align: center;" align="center">
  <hr style="color: rgb(172, 168, 153);" align="center"
 noshade="noshade" size="2" width="100%"></div>
  <p class="ecxMsoNormal" style="margin-bottom: 12pt;"><br>
  <br>
  <br>
  <tt><span style="font-size: 10pt;">Hi Koenraad,</span></tt><span
 style="font-size: 10pt; font-family: 'Courier New';"><br>
  <tt>Thanks for reply. The workflow is started wia event and I have
several previous step before settlement. Those steps must be carried
out within one workflow. </tt><br>
  <tt>You say to start the parallel processes with events. But how can
I determine dynamically the events? </tt><br>
  <tt>My tought was to create a task with parallel processing
controlled by a multiline element (number of items)</tt><br>
  <br>
  <tt>But any idea is welcome. :)</tt><br>
  <tt>Br</tt><br>
  <tt>Zsolt</tt><br>
  <br>
  <tt>-----Original Message-----</tt><br>
  <tt>From: <a class="moz-txt-link-abbreviated" href="mailto:sap-wug-bounces@mit.edu">sap-wug-bounces@mit.edu</a> [</tt></span><a
 moz-do-not-send="true" href="mailto:sap-wug-bounces@mit.edu"><tt><span
 style="font-size: 10pt;">mailto:sap-wug-bounces@mit.edu</span></tt></a><tt><span
 style="font-size: 10pt;">] On Behalf Of JANSSENS Koenraad</span></tt><span
 style="font-size: 10pt; font-family: 'Courier New';"><br>
  <tt>Sent: Tuesday, October 26, 2010 3:25 PM</tt><br>
  <tt>To: SAP Workflow Users' Group</tt><br>
  <tt>Subject: RE: Dynamic branches on a fork</tt><br>
  <br>
  <tt>Zsolt,</tt><br>
  <br>
  <tt>Why don't you use events to start various instances of a
settlement item wf?</tt><br>
  <br>
  <tt>Regards</tt><br>
  <br>
  <tt>Koenraad</tt><br>
  <br>
  <tt>&gt;-----Original Message-----</tt><br>
  <tt>&gt;From: <a class="moz-txt-link-abbreviated" href="mailto:sap-wug-bounces@mit.edu">sap-wug-bounces@mit.edu</a> [</tt></span><a
 moz-do-not-send="true" href="mailto:sap-wug-bounces@mit.edu"><tt><span
 style="font-size: 10pt;">mailto:sap-wug-bounces@mit.edu</span></tt></a><tt><span
 style="font-size: 10pt;">] On Behalf Of M&aacute;rton Zsolt</span></tt><span
 style="font-size: 10pt; font-family: 'Courier New';"><br>
  <tt>&gt;Sent: Tuesday, October 26, 2010 3:10 PM</tt><br>
  <tt>&gt;To: SAP Workflow Users' Group</tt><br>
  <tt>&gt;Subject: Dynamic branches on a fork</tt><br>
  <tt>&gt;</tt><br>
  <tt>&gt;Hi All!</tt><br>
  <tt>&gt;</tt><br>
  <tt>&gt;I have to implement a workflow werkoer settlements when they
are leaving the company. For this we have created an</tt><br>
  <tt>&gt;settlement document with header and &nbsp;itmes, where the number
of items can be changed dependig on what kind of</tt><br>
  <tt>&gt;settlement process must be carried out (for exemple: give
back the company's assets, entrance card, etc.) Each</tt><br>
  <tt>&gt;settlement item must be approved by different person and for
this I need parallel processing.</tt><br>
  <tt>&gt;My problem is: need to have parallel processes but will not
know the number of branches until the workflow is run. The</tt><br>
  <tt>&gt;number of branches will vary from instance to instance,
depending from the number of items.</tt><br>
  <tt>&gt;Does anyone know of a way to have dynamic branches on a fork?</tt><br>
  <tt>&gt;</tt><br>
  <tt>&gt;Thanks in advance,</tt><br>
  <tt>&gt;Br</tt><br>
  <tt>&gt;Zsolt</tt><br>
  <tt>&gt;</tt><br>
  <tt>&gt;_______________________________________________</tt><br>
  <tt>&gt;SAP-WUG mailing list</tt><br>
  <tt>&gt;<a class="moz-txt-link-abbreviated" href="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</a></tt><br>
  <tt>&gt;</tt></span><a moz-do-not-send="true"
 href="http://mailman.mit.edu/mailman/listinfo/sap-wug" target="_blank"><tt><span
 style="font-size: 10pt;">http://mailman.mit.edu/mailman/listinfo/sap-wug</span></tt></a><span
 style="font-size: 10pt; font-family: 'Courier New';"><br>
  <br>
  <tt>_______________________________________________</tt><br>
  <tt>SAP-WUG mailing list</tt><br>
  <tt><a class="moz-txt-link-abbreviated" href="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</a></tt><br>
  </span><a moz-do-not-send="true"
 href="http://mailman.mit.edu/mailman/listinfo/sap-wug" target="_blank"><tt><span
 style="font-size: 10pt;">http://mailman.mit.edu/mailman/listinfo/sap-wug</span></tt></a><span
 style="font-size: 10pt; font-family: 'Courier New';"><br>
  <br>
  <tt>_______________________________________________</tt><br>
  <tt>SAP-WUG mailing list</tt><br>
  <tt><a class="moz-txt-link-abbreviated" href="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</a></tt><br>
  </span><a moz-do-not-send="true"
 href="http://mailman.mit.edu/mailman/listinfo/sap-wug" target="_blank"><tt><span
 style="font-size: 10pt;">http://mailman.mit.edu/mailman/listinfo/sap-wug</span></tt></a></p>
  </div>
  <br>
_______________________________________________ SAP-WUG mailing list
<a class="moz-txt-link-abbreviated" href="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</a> <a class="moz-txt-link-freetext" href="http://mailman.mit.edu/mailman/listinfo/sap-wug">http://mailman.mit.edu/mailman/listinfo/sap-wug</a> </div>
  <br>
_______________________________________________
SAP-WUG mailing list
<a class="moz-txt-link-abbreviated" href="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</a>
<a class="moz-txt-link-freetext" href="http://mailman.mit.edu/mailman/listinfo/sap-wug">http://mailman.mit.edu/mailman/listinfo/sap-wug</a>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
SAP-WUG mailing list
<a class="moz-txt-link-abbreviated" href="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</a>
<a class="moz-txt-link-freetext" href="http://mailman.mit.edu/mailman/listinfo/sap-wug">http://mailman.mit.edu/mailman/listinfo/sap-wug</a>
  </pre>
</blockquote>
</body>
</html>