How to delete work items from within a dynamic parallel (Ryan Seko)

Dixit, Ravi Ravi.Dixit at au.fujitsu.com
Sun Apr 1 18:49:04 EDT 2007


Hi Ryan

Try defining a terminating event for the said task and the event would
be "Return" event. This would then ensure the open workitems are
automatically completed.

Regards
Ravi
-----Original Message-----
From: sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] On Behalf
Of sap-wug-request at mit.edu
Sent: Monday, 2 April 2007 2:05 AM
To: sap-wug at mit.edu
Subject: SAP-WUG Digest, Vol 29, Issue 1

Send SAP-WUG mailing list submissions to
	sap-wug at mit.edu

To subscribe or unsubscribe via the World Wide Web, visit
	http://mailman.mit.edu/mailman/listinfo/sap-wug
or, via email, send a message with subject or body 'help' to
	sap-wug-request at mit.edu

You can reach the person managing the list at
	sap-wug-owner at mit.edu

When replying, please edit your Subject line so it is more specific than
"Re: Contents of SAP-WUG digest..."


Today's Topics:

   1. How to delete work items from within a dynamic parallel
      process (Seko, Ryan)
   2. RE: Payment proposal workflow (rina spector)
   3. RE: How to delete work items from within a dynamic parallel
      process (rina spector)


----------------------------------------------------------------------

Message: 1
Date: Sat, 31 Mar 2007 13:22:32 -0700
From: "Seko, Ryan" <rseko at seattleschools.org>
Subject: How to delete work items from within a dynamic parallel
	process
To: "SAP Workflow Users' Group" <SAP-WUG at mit.edu>
Message-ID:
	
<844C3B8FA4FAED47AE3DAD6CD5EAF6A1022CFF5C at CNOCEX04.seattleschools.org>
Content-Type: text/plain; charset="us-ascii"

Hi Everyone,
 
I have a scenario (Personnel Change Request in MSS) where I'm using
dynamic parallel processing for a cost center approval step (multiple
cost centers with a different approver assigned to each one).  If any
single cost center approver rejects the work item, an event gets raised
which causes the workflow to end.  That works fine and all work items
are automatically removed from the remaining approver inboxes.  However,
I would also like to be able to send the work item back to the initiator
if any one of the cost center approvers selects "Return".  This would
involve a loop that is waiting for a "Return" event.  My question is how
do I delete the work items from the remaining approvers' inboxes in this
scenario?
 
Thanks for your help,
Ryan
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://mailman.mit.edu/pipermail/sap-wug/attachments/20070331/0cae4b7e/a
ttachment-0001.htm

------------------------------

Message: 2
Date: Sat, 31 Mar 2007 23:29:53 +0300
From: "rina spector" <rina.spector at ness.com>
Subject: RE: Payment proposal workflow
To: "SAP Workflow Users' Group" <sap-wug at mit.edu>
Message-ID: <60A88EAE4CA2FF479F1AE3B8A6652C590FF0BA at NESSNT11.ness.com>
Content-Type: text/plain; charset="windows-1255"

Hi Shy,      
   I'm  working on  a similar  problem/challenge .  my way to attack it
was to  write a shell to f110  using a trans.varinat that enabled make
payment run keys fixed from the shell zf110 .
  I  noticed also there are bte's that can be  useful  but  my
Financial consultant refused to use them  so far  workflow  is not in
production yet so  i can't  say  if it will fullfillf requiremet .  we
will have to  run a check after final approval to  make sure  payment
proposal will  not changed  after final approval . 
 please continue to share.
 
 

________________________________

???: sap-wug-bounces at mit.edu ??? Shai Eyal
????: ? 26/03/2007 23:30
??: sap-wug
????: Payment proposal workflow


Hello all,
 
Although I remember the subject was discusses in the past, I'd rather
ask before I try. I'm looking for workflow for payment proposal which
suppose to behave as follows:
A. Payment run proposal created in F110 suppose to be my triggering
event.
B. The payment proposal should be approved after displayed in FBZ0.
C. Payment proposal (if approved) should run manually in F110.
 
My current problems is that I could not find any relevant object type
therefore no event.
If anyone can share some info it'll be highly appreciated.
 
Thanks in advance,
 

Regards,
Shai Eyal

SAP Logistics consultant
SAP Workflow specialist



________________________________

Now you can scan emails quickly with a reading pane
<http://us.rd.yahoo.com/mail/uk/taglines/default/nowyoucan/reading_pane/
*http://us.rd.yahoo.com/evt=40565/*http://uk.docs.yahoo.com/nowyoucan.ht
ml> . Get the new Yahoo! Mail
<http://us.rd.yahoo.com/mail/uk/taglines/default/nowyoucan/reading_pane/
*http://us.rd.yahoo.com/evt=40565/*http://uk.docs.yahoo.com/nowyoucan.ht
ml> .
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/ms-tnef
Size: 5538 bytes
Desc: not available
Url :
http://mailman.mit.edu/pipermail/sap-wug/attachments/20070331/0366b3aa/a
ttachment-0001.bin

------------------------------

Message: 3
Date: Sun, 1 Apr 2007 00:21:36 +0300
From: "rina spector" <rina.spector at ness.com>
Subject: RE: How to delete work items from within a dynamic parallel
	process
To: "SAP Workflow Users' Group" <sap-wug at mit.edu>
Message-ID: <60A88EAE4CA2FF479F1AE3B8A6652C590FF0BC at NESSNT11.ness.com>
Content-Type: text/plain; charset="windows-1255"

,Hi  Ryan
 why  not to  make  your dynamic parallel  become a member of  a 2-fold
fork that either waits for the  return 
event  and  in parallel executing the "parallel" dynamic thing .  to
make  modellig easier   the dynamic is a subflow so  steps  can be added
there to  model the behavior after approval and build a raise  event
step after the return is selected   . 
 thank you
Rina spector
 

 
________________________________

???: sap-wug-bounces at mit.edu ??? Seko, Ryan
????: ? 31/03/2007 23:22
??: SAP Workflow Users' Group
????: How to delete work items from within a dynamic parallel process


Hi Everyone,
 
I have a scenario (Personnel Change Request in MSS) where I'm using
dynamic parallel processing for a cost center approval step (multiple
cost centers with a different approver assigned to each one).  If any
single cost center approver rejects the work item, an event gets raised
which causes the workflow to end.  That works fine and all work items
are automatically removed from the remaining approver inboxes.  However,
I would also like to be able to send the work item back to the initiator
if any one of the cost center approvers selects "Return".  This would
involve a loop that is waiting for a "Return" event.  My question is how
do I delete the work items from the remaining approvers' inboxes in this
scenario?
 
Thanks for your help,
Ryan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/ms-tnef
Size: 5048 bytes
Desc: not available
Url :
http://mailman.mit.edu/pipermail/sap-wug/attachments/20070401/2efc4e6d/a
ttachment-0001.bin

------------------------------

_______________________________________________
SAP-WUG mailing list
SAP-WUG at mit.edu
http://mailman.mit.edu/mailman/listinfo/sap-wug


End of SAP-WUG Digest, Vol 29, Issue 1
**************************************



This is an email from Fujitsu Australia Limited, ABN 19 001 011 427. It is confidential to the ordinary user of the email address to which it was addressed and may contain copyright and/or legally privileged information. No one else may read, print, store, copy or forward all or any of it or its attachments. If you receive this email in error, please return to sender. Thank you.
 
If you do not wish to receive commercial email messages from Fujitsu Australia Limited, please email unsubscribe at au.fujitsu.com





More information about the SAP-WUG mailing list