Refreshing role resolution

David Weston weston at clockwork.ca
Wed Aug 11 17:13:21 EDT 2004


transaction SWI1_RULE.
 
Dave
 
Quoting Serge Boulay <Serge.Boulay at n-spro.com>:
 
> Thanks Susan,
>
> I have seen the message but what exactly is that standard functionality?
>
> Thanks.
>
> -----Message d'origine-----
> De : SAP Workflow [mailto:Owner-SAP-WUG at MITVMA.MIT.EDU] De la part de Susan
> R. Keohan
> Envoyi : 11 ao{t 2004 15:31
> @ : SAP-WUG at MITVMA.MIT.EDU
> Objet : Re: Refreshing role resolution
>
> Hi Serge,
>
> I found this on www.wugarchive.com (search criteria = Role AND refresh)...
> HTH
> Sue
>
> > Date: Fri, 15 Mar 2002 01:07:43 +0100
> > Reply-To: SAP Workflow Users' Group
> > Sender: SAP Workflow
> > From: "Dart, Jocelyn"
> > Subject: Re: Refreshing the role resolution of a step in a running workflo
> > w
> > MIME-Version: 1.0
> > Content-Type: text/plain; charset="iso-8859-1"
> >
> > Hi Frank/Uli,
> > You should also look at the WAPI function modules (search on *WAPI*
> > to find them) as there are couple of helpful routines for reading
> > and changing the agents of a work items.
> >
> > And yes there is standard functionality to do this easily in 6.10 ...
> > Regards,
> > Jocelyn
> >
> >
> > -----Original Message-----
> > From: Ulrich Mende [wug]
> > Sent: Thursday, 14 March 2002 11:53 PM
> > To: SAP-WUG
> > Subject: Re: Refreshing the role resolution of a step in a running
> > workflow
> >
> >
> > Hi Frank, Stefan -
> > modelimg it is a good idea - but:
> > - will give a new workitem when the user changes-
> > - can be carried out from the inbox only, not by program
> >
> > To do it from outside the workflow manually or from an ABAP, you could
> > try the following:
> >
> > - If you dont have it, find the workitem via SWW_WI_TO_OBJECT_FIND
> > - Read the current user from this WI from table SWWUSERWI
> > - Read the container of that WI or its father (= the workflow)
> > via SWW_WI_CONTAINER_READ
> > - Make a new role resolution via RH_RESOLVE_RESPONSIBILITY
> > using the container
> > - Forward the workitem to the new user via SWW_WI_FORWARD using
> > the result of the resolution
> >
> > But this is only an unimproved idea.
> > Best regards Uli
> >
> >
> >
> >
> > Frank Reichenbach schrieb am
> > 14.03.2002, 11:39:30:
> >> Hi,
> >> being on a 46b sytem I am currently working on a workflow with a step
> that
> > has a role with responsibilities.
> >> Is is possible to refresh the role resolution after the corresponding
> > workitem of that step has already been created? (I am especially
> interested
> > in a function module that refreshes the data of swwuserwi.)
> >> Let's say user A was found as an agent of that task because of certain
> > values of container elements that were passed over to the role. After
> > manually changing the values of the container during runtime I would like
> > the workflow management system to repeat the role resolution of that step
> > which would bring up user B!
> >>
> >> Any suggestions are very welcome.
> >>
> >> Best regards,
> >>
> >> Frank Reichenbach
>
>
>
> Serge Boulay wrote:
>
> > Hi All,
> >
> >
> >
> > I know that there was a message on this saying that there was a way of
> > forcing the re-evaluation of a work item role in version 6.x. Can someone
> > tell me in which version it is really available and what is it (a program,
> a
> > setting,.)?
> >
> >
> >
> > Thanks
> >
> >
> >
> >
> >
> > Serge Boulay
> >
> > HR/Payroll & Workflow Consultant
> >
>
> --
> Susan R. Keohan
> SAP Workflow Developer
> MIT Lincoln Laboratory
> 244 Wood Street
> LI-200
> Lexington, MA. 02420
> 781-981-3561
> keohan at ll.mit.edu
>
>
>
 


More information about the SAP-WUG mailing list