Workflow Question

Todd Walter toddwalter at hotmail.com
Mon Jan 29 17:31:42 EST 2001


Wayne,
 
If you want to do that you could pass a yes/no type flag from the method to
the workflow container.  Set up a condition step to check the value and if
it is "no", do a End Workflow step.  Another way is to use a check function
that gets called between the triggering event and the start of the workflow
that you can do the same logic.  If a negative situation occurs you can do a
'Raise no Workflow' and stop the workflow from ever starting.  If you need
more specifics on this let me know.
 
Todd Walter
 
 
>From: "Carson, Wayne" <Wayne.Carson at solvay.com>
>Reply-To: SAP Workflow Users' Group <SAP-WUG at MITVMA.MIT.EDU>
>To: SAP-WUG at MITVMA.MIT.EDU
>Subject: Workflow Question
>Date: Mon, 29 Jan 2001 21:11:58 +0100
>
>I am currently working on a workflow that will notify a user when the
>delivery date has been changed on the purchase order.  The requisition gets
>converted into a purchase order in the MM module.
>
>The workflow has a task with multiple steps.
>
>The end users would like to terminate / end the workflow based on a PID id
>(user profile).  If there is a value in the PID id, then no notification is
>sent to the requisitioner.
>
>I added a step to the workflow to perform this check.  I've modified the
>business object BUS2012 (our own version) to include a new method.  This
>allowed me the opportunity to read the PID value and store it using the SET
>function modules.
>
>Is it necessary to move the PID value from the task container to the
>workflow container?
>
>If this is true, then do I need to set up a terminating event using the
>value contained in the workflow container?
>
>This is my first workflow and any help is very much appreciated.
>
>Thank you,
>
>Wayne R. Carson
>Business Consultant  - SAP
>Technical Applications Team Leader
>Solvay Information Technologies, Inc.
>3333 Richmond Avenue, Houston, TX  77098
> > *  Office:  713/525-4143      Fax:  713/525-6795
> > * wayne.carson at solvay.com      Pager:  1-888-923-0943
> >
> >
 
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
 


More information about the SAP-WUG mailing list