<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.3059" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=020020222-05032007><FONT face=Arial 
color=#0000ff size=2>I had asked some questions below and got some good 
responses.&nbsp; Now, we are actually ready to begin configuring the system and 
have run into a roadblock.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=020020222-05032007><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=020020222-05032007><FONT face=Arial 
color=#0000ff size=2>If the account assignment only changes on a PO, we want 
workflow to restart if the PO meets a certain total value.&nbsp; If the value of 
the PO does not change, how can we get the release strategy reset on an account 
change only?</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=020020222-05032007><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=020020222-05032007><FONT face=Arial 
color=#0000ff size=2>Monique Stephens</FONT></SPAN></DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> sap-wug-bounces@mit.edu 
[mailto:sap-wug-bounces@mit.edu] <B>On Behalf Of </B>Mark Pyc<BR><B>Sent:</B> 
Monday, March 13, 2006 10:09 AM<BR><B>To:</B> SAP Workflow Users' 
Group<BR><B>Subject:</B> Re: PO Workflow (Mark Pyc)<BR></FONT><BR></DIV>
<DIV></DIV>
<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: "Mark Pyc" &lt;<A 
  href="mailto:mark.pyc@gmail.com"> mark.pyc@gmail.com</A>&gt;<BR>Subject: Re: 
  PO Workflow<BR>To: "SAP Workflow Users' Group" &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: "Sims, 
  Lori A" &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="us-ascii" 
  <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: "SAP Workflow Users' 
  Group" &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="utf-8"<BR><BR>Thanks a lot.. 
  This helped me a lot.<BR><BR>Thanks,<BR>Sandip<BR><BR><BR><BR><BR>"Tiwari, 
  Rammanohar" &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>"SAP Workflow Users' 
  Group"<BR><BR><BR>To<BR>"SAP Workflow Users' Group" &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>"Richard Marut" 
  &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>"SAP Workflow Users' 
  Group"<BR><BR><BR><BR>To<BR>"'SAP Workflow Users' Group'" &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: "Gavin Mooney" &lt;<A 
  href="mailto:gavinmooney@gmail.com">gavinmooney@gmail.com </A>&gt;<BR>Subject: 
  Re: Please Help<BR>To: "SAP Workflow Users' Group" &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 "inside" 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></BODY></HTML>