<div>G'day Monique,</div>
<div>&nbsp;</div>
<div>Typically the event 'BUS2012.ReleaseStepCreated' would be the trigger to your Workflow. </div>
<div>&nbsp;</div>
<div>Splitting symantic hairs it's not that the release strategies apply once they are in WF, but that a release strategy being invoked will be the trigger to start the WF process. On this basis WF will only start when a change is 'significant' which means when a release strategy is applied or reset. When you configure the release strategy you can control tolerances of the changes allowed before a release is reset and WF restarted.
</div>
<div>&nbsp;</div>
<div>I'm not sure if existing PO's are changed to use a new Release Strategy if they are created initially without one and then changed after the config changes to set up the new strategy, but I would have thought so. As such I don't think existing POs should be a problem for you.
</div>
<div>&nbsp;</div>
<div>If you have both SRM generated and normal backend created PO's you may need to use start conditions based on Doc Type if you want difference WF processes to be invoked.</div>
<div>&nbsp;</div>
<div>Good luck,</div>
<div>Mark<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 13/03/06, <b class="gmail_sendername">Stephens, Monique S L</b> &lt;<a href="mailto:moniques@bcm.tmc.edu">moniques@bcm.tmc.edu</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">All of our PO's will be subject to the same release strategies once they are in workflow.&nbsp;&nbsp;The problem I have right now is that I don't know how to get the PO's into a workflow process if they were never subject to workflow before.&nbsp;&nbsp;I have found a way to start workflow.&nbsp;&nbsp;But, it would then start
<br>regardless of type of change made.&nbsp;&nbsp;This may not be so bad considering the fact that the user has made some type of change.<br><br>Monique<br><br>-----Original Message-----<br>From: <a href="mailto:sap-wug-bounces@mit.edu">
sap-wug-bounces@mit.edu</a> [mailto:<a href="mailto:sap-wug-bounces@mit.edu">sap-wug-bounces@mit.edu</a>] On Behalf Of Antonio, Bryan<br>Sent: Friday, March 10, 2006 2:33 PM<br>To: <a href="mailto:sap-wug@mit.edu">sap-wug@mit.edu
</a><br>Subject: Re: PO Workflow (Mark Pyc)<br><br>Hi Monique,<br><br>Let me give Q1 a shot. How about creating a function module that will be called by the user exit for determining the release strategy for SRM PO's. I'm not sure if the user exit for regular PO creation is the same as for PO created through SRM. You can also throw some codes in the so-called FM that
<br>will check certain criteria (account assignment, item category, qty, etc.). If these criteria are not met, the FM can return a blank release strategy (PO is not subject for release - then workflow won't start). It sounds like you already have the customizing settings for PO release strategy. Would
<br>the SRM PO have a different release strategy?<br><br>Regarding PO auto-release, how about executing ME28 (Collective Release) in background using specific criteria for the PO's you want released.<br><br>I hope this helps.
<br><br>Thanks,<br>Bryan<br><br>----------------------------------------------------------------------<br><br>Message: 1<br>Date: Fri, 10 Mar 2006 18:12:56 +0000<br>From: &quot;Mark Pyc&quot; &lt;<a href="mailto:mark.pyc@gmail.com">
mark.pyc@gmail.com</a>&gt;<br>Subject: Re: PO Workflow<br>To: &quot;SAP Workflow Users' Group&quot; &lt;<a href="mailto:sap-wug@mit.edu">sap-wug@mit.edu</a>&gt;<br>Message-ID: &lt;<a href="mailto:23f0a78a0603101012k549a818fx@mail.gmail.com">
23f0a78a0603101012k549a818fx@mail.gmail.com</a>&gt;<br>Content-Type: text/plain; charset=ISO-8859-1<br><br>I don't know of a way to auto-release. I'm talking about creating a new WF which is a cut back version of your approval WF. Just take out all the approval stuff and leave the release. I haven't sussed it entirely yet, but there will be something that can be used in a Start Condition so that this
<br>auto release WF only starts for brand new EC purchase orders.<br><br>Hope this helps.<br><br>Mark<br><br>On 10/03/06, Stephens, Monique S L &lt;<a href="mailto:moniques@bcm.tmc.edu">moniques@bcm.tmc.edu</a>&gt; wrote:
<br>&gt; Mark,<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Thank you for responding back so quickly.<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A charge source is the wording I have used for cost center or<br>WBS element.&nbsp;&nbsp;I believe the appropriate SAP word would be account assignment.
<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;In regards to question #1, is there a way to automatically<br>release the PO's already in the system or is this something that will only work after workflow is changed?<br>&gt;<br>&gt; Monique<br>&gt;
<br>&gt; -----Original Message-----<br>&gt; From: <a href="mailto:sap-wug-bounces@mit.edu">sap-wug-bounces@mit.edu</a> [mailto:<a href="mailto:sap-wug-bounces@mit.edu">sap-wug-bounces@mit.edu</a>] On<br>Behalf Of Mark Pyc
<br>&gt; Sent: Friday, March 10, 2006 9:46 AM<br>&gt; To: SAP Workflow Users' Group<br>&gt; Subject: Re: PO Workflow<br>&gt;<br>&gt; G'day Monique,<br>&gt;<br>&gt; Firstly, 'only a functional person'??&nbsp;&nbsp;Come now, big up yourself. Most
<br>of us are only WF people.<br>&gt;<br>&gt; I'm looking at the same thing currently. I'll have a crack at numbers<br>&gt; 1 &amp; 3, but as I'm only a WF person I'm not sure what a 'charge source'<br>&gt; is so will leave 2 for someone else.
<br>&gt;<br>&gt; 1. You can't have the Release strategy kick in only on change, but you<br>can have a WF which will automatically release in the background on first creation. That way when the Approved cart is brought across as a PO it will block and then be automatically released by WF. Any future changes (depending
<br>&gt; on your Release Strategy config around tolerances<br>&gt; etc) will cause the Release Strategy to kick in again. At that point<br>you can have an approval WF.<br>&gt;<br>&gt; 3. Before you offer the approval step you could store in a container
<br>the current value of the header notes and have validation in the tail end of the method to ensure that it had changed before completing the Workitem. Developer stuff, but not difficult.<br>&gt;<br>&gt; Have fun,<br>&gt; Mark
<br>&gt;<br>&gt; On 10/03/06, Stephens, Monique S L &lt;<a href="mailto:moniques@bcm.tmc.edu">moniques@bcm.tmc.edu</a>&gt; wrote:<br>&gt; &gt; Hello fellow workflowers!&nbsp;&nbsp;I had posed this question before but<br>cannot<br>&gt; &gt; find the response I received.&nbsp;&nbsp;But, the criteria has changed a bit
<br>and<br>&gt; &gt; I need some input.&nbsp;&nbsp;I am not an expert at workflow.&nbsp;&nbsp;I am only a<br>functional person.<br>&gt; &gt;&nbsp;&nbsp;We have another person here that actually does the technical<br>aspects<br>&gt; &gt; of workflow.&nbsp;&nbsp;Therefore, please give me good details as to what
<br>needs<br>&gt; &gt; to be done if it is possible or not.<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; Prior to SRM, our users created PO's that would then route through<br>&gt; &gt; workflow for approvals at several levels (department, Environmental
<br>&gt; &gt; Safety, Grants, Finance, then Purchasing).&nbsp;&nbsp;We have most of this set<br>&gt; &gt; up in configuration with the different release levels, codes, and<br>&gt; &gt; indicators, as well as within the workflow logic.
<br>&gt; &gt;<br>&gt; &gt; Once we went live with SRM, users were creating shopping carts that<br>&gt; &gt; would route through workflow.&nbsp;&nbsp;The PO would be created automatically<br>&gt; &gt; on the R3 side for catalog orders or converted into a PO by our
<br>&gt; &gt; Purchasing department for non-catalog orders.&nbsp;&nbsp;These PO's are not<br>set<br>&gt; &gt; up to go through any workflow.&nbsp;&nbsp;Users are not allowed to make<br>changes to these particular PO's.<br>&gt; &gt; Obviously, that has been a BIG issue with our departments that were
<br>&gt; &gt; used to making valid changes (different charge source, remove<br>&gt; &gt; commitments, add header notes, etc.).&nbsp;&nbsp;We have therefore decided to<br>&gt; &gt; implement a workflow that will encompass our pre-SRM PO workflow as
<br>&gt; &gt; well as the SRM PO's.&nbsp;&nbsp;This is where the questions begin.<br>&gt; &gt;<br>&gt; &gt; 1.&nbsp;&nbsp;For the SRM PO's, they do not currently have a release status<br>&gt; &gt; since they have not gone into workflow before.&nbsp;&nbsp;How do you tell the
<br>&gt; &gt; system that workflow should only begin for these PO's if certain<br>&gt; &gt; criteria are met?&nbsp;&nbsp;Is this something that can be done in<br>configuration<br>&gt; &gt; with the other release steps?&nbsp;&nbsp;Once a release status is given, it
<br>&gt; &gt; should follow the workflow we already have in place.<br>&gt; &gt;<br>&gt; &gt; 2.&nbsp;&nbsp;If a charge source is changed, is that something done in<br>&gt; &gt; configuration or the workflow logic?<br>&gt; &gt;<br>&gt; &gt; 3.&nbsp;&nbsp;If a PO is changed, how can we ask the users to put something in
<br>&gt; &gt; the header notes explaining what was changed as part of a<br>validation?<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; Monique Stephens<br>&gt; &gt; SAP Analyst<br>&gt; &gt; Baylor College of Medicine<br>&gt; &gt; 713-798-1349
<br>&gt; &gt; 713-798-1326 (FAX)<br>&gt; &gt;<br>&gt; &gt; _______________________________________________<br>&gt; &gt; SAP-WUG mailing list<br>&gt; &gt; <a href="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</a><br>&gt; &gt; <a href="http://mailman.mit.edu/mailman/listinfo/sap-wug">
http://mailman.mit.edu/mailman/listinfo/sap-wug</a><br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; SAP-WUG mailing list<br>&gt; <a href="mailto:SAP-WUG@mit.edu">
SAP-WUG@mit.edu</a><br>&gt; <a href="http://mailman.mit.edu/mailman/listinfo/sap-wug">http://mailman.mit.edu/mailman/listinfo/sap-wug</a><br>&gt;<br>&gt; _______________________________________________<br>&gt; SAP-WUG mailing list
<br>&gt; <a href="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</a><br>&gt; <a href="http://mailman.mit.edu/mailman/listinfo/sap-wug">http://mailman.mit.edu/mailman/listinfo/sap-wug</a><br>&gt;<br><br><br><br>------------------------------
<br><br>Message: 2<br>Date: Fri, 10 Mar 2006 12:29:28 -0700<br>From: &quot;Sims, Lori A&quot; &lt;<a href="mailto:Lori.Sims@northwestern.com">Lori.Sims@northwestern.com</a>&gt;<br>Subject: Please Help<br>To: &lt;<a href="mailto:sap-wug@mit.edu">
sap-wug@mit.edu</a>&gt;<br>Message-ID: &lt;<a href="mailto:9C23820F8A3AB340889A4F0FD4C2D7B9956EA8@nwr109.nwenergy">9C23820F8A3AB340889A4F0FD4C2D7B9956EA8@nwr109.nwenergy</a>&gt;<br>Content-Type: text/plain; charset=&quot;us-ascii&quot;
<br><br>Hello,<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I am fairly new to SAP Workflow.&nbsp;&nbsp;I am working with a custom workflow that we have cloned from a standard SAP workflow.&nbsp;&nbsp;We have added a decision step and now want the decision step with all of its
<br>options in a loop until.&nbsp;&nbsp;&nbsp;&nbsp;I am having problems adding a loop until<br>that will include all of the decision step and all of its options.&nbsp;&nbsp;Can anyone, please advise.&nbsp;&nbsp;We are on 4.6C and since you can only select one step and then insert the Loop until - the loop until only includes my decision and not the options.&nbsp;&nbsp;Should I have created the Loop Until step first and
<br>then inserted the decision step inside the loop.&nbsp;&nbsp;Is order of steps my problem here?&nbsp;&nbsp;Thanks in advance for any help.<br><br><br><br>Lori Sims<br><br>Application Development<br><br>(406)497-3632<br><br><a href="mailto:lori.sims@northwestern.com">
lori.sims@northwestern.com</a><br><br><br><br><br><br>This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission.
<br>If you receive this message in error, please immediately delete it and all copies of it from your system, destroy any hard copies of it and notify the sender. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended
<br>recipient. NorthWestern Corporation and its subsidiaries each reserve the right to monitor all e-mail communications through its network.<br><br>-------------- next part --------------<br>An HTML attachment was scrubbed...
<br>URL:<br><a href="http://mailman.mit.edu/pipermail/sap-wug/attachments/20060310/665740bc/a">http://mailman.mit.edu/pipermail/sap-wug/attachments/20060310/665740bc/a</a><br>ttachment-0001.htm<br><br>------------------------------
<br><br>Message: 3<br>Date: Fri, 10 Mar 2006 11:58:29 -0800<br>From: Sandip Jana &lt;<a href="mailto:sandip.jana@in.ibm.com">sandip.jana@in.ibm.com</a>&gt;<br>Subject: RE: Object Services for custom business object<br>To: &quot;SAP Workflow Users' Group&quot; &lt;
<a href="mailto:sap-wug@mit.edu">sap-wug@mit.edu</a>&gt;<br>Message-ID:<br><br>&lt;<a href="mailto:OFB140423A.5961A13A-ON8825712D.006C3E0C-8825712D.006C4A23@in.ibm.com">OFB140423A.5961A13A-ON8825712D.006C3E0C-8825712D.006C4A23@in.ibm.com
</a>&gt;<br>Content-Type: text/plain; charset=&quot;utf-8&quot;<br><br>Thanks a lot.. This helped me a lot.<br><br>Thanks,<br>Sandip<br><br><br><br><br>&quot;Tiwari, Rammanohar&quot; &lt;<a href="mailto:rammanohar.tiwari@logicacmg.com">
rammanohar.tiwari@logicacmg.com</a>&gt; Sent by: <a href="mailto:sap-wug-bounces@mit.edu">sap-wug-bounces@mit.edu</a><br>03/09/2006 10:25 PM<br>Please respond to<br>&quot;SAP Workflow Users' Group&quot;<br><br><br>To<br>&quot;SAP Workflow Users' Group&quot; &lt;
<a href="mailto:sap-wug@mit.edu">sap-wug@mit.edu</a>&gt;<br>cc<br><br>Subject<br>RE: Object Services for custom business object<br><br><br><br><br><br><br>The links below might be of some help to you...<br><a href="http://www.geocities.com/rmtiwari/Resources/Training/BusinessWorkflow/SA">
http://www.geocities.com/rmtiwari/Resources/Training/BusinessWorkflow/SA</a><br>PApplicationDevelopment.htm<br>or<br><a href="http://www.geocities.com/rmtiwari/Resources/Training/BusinessWorkflow/SA">http://www.geocities.com/rmtiwari/Resources/Training/BusinessWorkflow/SA
</a><br>PApplicationDevelopment.pdf<br>Cheers,<br>Ram<br>-----Original Message-----<br>From: <a href="mailto:sap-wug-bounces@mit.edu">sap-wug-bounces@mit.edu</a> [mailto:<a href="mailto:sap-wug-bounces@mit.edu">sap-wug-bounces@mit.edu
</a>]On Behalf<br>Of<br>Sandip Jana<br>Sent: Friday, March 10, 2006 6:50 AM<br>To: SAP Workflow Users' Group<br>Subject: RE: Object Services for custom business object<br><br><br>Hi Richard,<br><br>Do you have any link or copy of Practical Workflow book?
<br><br>Thanks,<br>Sandip<br><br>IBM Global Service India Pvt. India<br>Solution Delivery Centre, Kolkata<br>E-mail: <a href="mailto:sandip.jana@in.ibm.com">sandip.jana@in.ibm.com</a><br>Phone:&nbsp;&nbsp;+91 33 2367 5700, Ext. 2242
<br>Mobile: +91 9830744306<br><br><br>&quot;Richard Marut&quot; &lt;<a href="mailto:rvmarut@earthlink.net">rvmarut@earthlink.net</a>&gt;<br>Sent by: <a href="mailto:sap-wug-bounces@mit.edu">sap-wug-bounces@mit.edu</a><br>
03/09/2006 04:51 PM<br><br>Please respond to<br>&quot;SAP Workflow Users' Group&quot;<br><br><br><br>To<br>&quot;'SAP Workflow Users' Group'&quot; &lt;<a href="mailto:sap-wug@mit.edu">sap-wug@mit.edu</a>&gt;<br>cc<br><br>
Subject<br>RE: Object Services for custom business object<br><br><br><br><br><br><br><br><br>You can find it in the Practical Workflow book in sections 13.3.4 and<br>13.3.5<br><br>Richard?<br><br><br><br><br>From: <a href="mailto:sap-wug-bounces@mit.edu">
sap-wug-bounces@mit.edu</a> [mailto:<a href="mailto:sap-wug-bounces@mit.edu">sap-wug-bounces@mit.edu</a>] On Behalf<br><br>Of Sandip Jana<br>Sent: Thursday, March 09, 2006 6:56 PM<br>To: <a href="mailto:sap-wug@mit.edu">sap-wug@mit.edu
</a><br>Subject: Object Services for custom business object<br><br><br>Hi,<br><br>I have created a custom business object. I also have a custom<br>transaction<br>to display some info. How could I configure the object services for my
<br>custom object? Any help will be appreciated.<br><br>Thanks,<br>Sandip_______________________________________________<br>SAP-WUG mailing list<br><a href="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</a><br><a href="http://mailman.mit.edu/mailman/listinfo/sap-wug">
http://mailman.mit.edu/mailman/listinfo/sap-wug</a><br><br><br><br>This e-mail and any attachment is for authorised use by the intended<br>recipient(s) only. It may contain proprietary material, confidential<br>information and/or be subject to legal privilege. It should not be
<br>copied,<br>disclosed to, retained or used by, any other party. If you are not an<br>intended recipient then please promptly delete this e-mail and any<br>attachment and all copies and inform the sender. Thank you.<br>
_______________________________________________<br>SAP-WUG mailing list<br><a href="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</a><br><a href="http://mailman.mit.edu/mailman/listinfo/sap-wug">http://mailman.mit.edu/mailman/listinfo/sap-wug
</a><br><br><br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL:<br><a href="http://mailman.mit.edu/pipermail/sap-wug/attachments/20060310/a629df55/a">http://mailman.mit.edu/pipermail/sap-wug/attachments/20060310/a629df55/a
</a><br>ttachment-0001.htm<br><br>------------------------------<br><br>Message: 4<br>Date: Fri, 10 Mar 2006 16:47:12 -0300<br>From: &quot;Gavin Mooney&quot; &lt;<a href="mailto:gavinmooney@gmail.com">gavinmooney@gmail.com
</a>&gt;<br>Subject: Re: Please Help<br>To: &quot;SAP Workflow Users' Group&quot; &lt;<a href="mailto:sap-wug@mit.edu">sap-wug@mit.edu</a>&gt;<br>Message-ID: &lt;<a href="mailto:7a545e270603101147k60d8bfcfm@mail.gmail.com">
7a545e270603101147k60d8bfcfm@mail.gmail.com</a>&gt;<br>Content-Type: text/plain; charset=WINDOWS-1252<br><br>Hi Lori,<br><br>When you create a new loop it's added with nothing &quot;inside&quot; it, you<br>then add all the steps that you want to be in the loop. If you've
<br>already created your decision step you should be able to cut and paste<br>it (and all of it's options should be copied at the same time, as they<br>form a block together) into the loop. You do of course risk the wrath
<br>of the buggy workflow builder though - on 4.6C I often found copying<br>and pasting didn't do exactly what I was expecting. Save the workflow<br>first!<br><br>HTH<br>- Gavin<br><br>2006/3/10, Sims, Lori A &lt;<a href="mailto:Lori.Sims@northwestern.com">
Lori.Sims@northwestern.com</a>&gt;:<br>&gt;<br>&gt;<br>&gt;<br>&gt; Hello,<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I am fairly new to SAP Workflow.&nbsp;&nbsp;I am working with a<br>custom<br>&gt; workflow that we have cloned from a standard SAP workflow.&nbsp;&nbsp;We have
<br>added a<br>&gt; decision step and now want the decision step with all of its options<br>in a<br>&gt; loop until.&nbsp;&nbsp;&nbsp;&nbsp;I am having problems adding a loop until that will<br>include<br>&gt; all of the decision step and all of its options.&nbsp;&nbsp;Can anyone, please
<br>advise.<br>&gt;&nbsp;&nbsp;We are on 4.6C and since you can only select one step and then insert<br>the<br>&gt; Loop until ? the loop until only includes my decision and not the<br>options.<br>&gt; Should I have created the Loop Until step first and then inserted the
<br>&gt; decision step inside the loop.&nbsp;&nbsp;Is order of steps my problem here?<br>Thanks<br>&gt; in advance for any help.<br>&gt;<br>&gt;<br>&gt;<br>&gt; Lori Sims<br>&gt;<br>&gt; Application Development<br>&gt;<br>&gt; (406)497-3632
<br>&gt;<br>&gt; <a href="mailto:lori.sims@northwestern.com">lori.sims@northwestern.com</a><br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; This message is for the named person's use only. It may contain<br>&gt; confidential, proprietary or legally privileged information. No
<br>&gt; confidentiality or privilege is waived or lost by any mistransmission.<br>If<br>&gt; you receive this message in error, please immediately delete it and<br>all<br>&gt; copies of it from your system, destroy any hard copies of it and
<br>notify the<br>&gt; sender. You must not, directly or indirectly, use, disclose,<br>distribute,<br>&gt; print, or copy any part of this message if you are not the intended<br>&gt; recipient. NorthWestern Corporation and its subsidiaries each reserve
<br>the<br>&gt; right to monitor all e-mail communications through its network.<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; SAP-WUG mailing list<br>&gt; <a href="mailto:SAP-WUG@mit.edu">
SAP-WUG@mit.edu</a><br>&gt; <a href="http://mailman.mit.edu/mailman/listinfo/sap-wug">http://mailman.mit.edu/mailman/listinfo/sap-wug</a><br>&gt;<br>&gt;<br>&gt;<br><br><br><br>------------------------------<br><br>_______________________________________________
<br>SAP-WUG mailing list<br><a href="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</a><br><a href="http://mailman.mit.edu/mailman/listinfo/sap-wug">http://mailman.mit.edu/mailman/listinfo/sap-wug</a><br><br><br>End of SAP-WUG Digest, Vol 16, Issue 44
<br>***************************************<br><br>_______________________________________________<br>SAP-WUG mailing list<br><a href="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</a><br><a href="http://mailman.mit.edu/mailman/listinfo/sap-wug">
http://mailman.mit.edu/mailman/listinfo/sap-wug</a><br><br>_______________________________________________<br>SAP-WUG mailing list<br><a href="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</a><br><a href="http://mailman.mit.edu/mailman/listinfo/sap-wug">
http://mailman.mit.edu/mailman/listinfo/sap-wug</a><br></blockquote></div><br>