SAP-WUG Digest, Vol 70, Issue 10

Shai Eyal shai.eyal at yahoo.com
Fri Sep 17 14:26:47 EDT 2010


Hi mike,
I liked the idea and will try it. I've already resolved my problem: parameter STATUS_ON stores the new status and STATUS_OFF is the old one.

On Fri Sep 17th, 2010 6:21 PM IST sap-wug-request at mit.edu wrote:

>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. Event based user status (Shai Eyal)
>   2. Re: Event based user status (Mike Pokraka)
>
>
>----------------------------------------------------------------------
>
>Message: 1
>Date: Fri, 17 Sep 2010 01:40:05 -0700 (PDT)
>From: Shai Eyal <shai.eyal at yahoo.com>
>Subject: Event based user status
>To: sap-wug <sap-wug at mit.edu>
>Message-ID: <879197.23105.qm at web120501.mail.ne1.yahoo.com>
>Content-Type: text/plain; charset="iso-8859-1"
>
>Hello all,
>I created a workflow based on internal order user status changes. It works OK - 
>each user status is assigned to an event using BSVW, the events start the 
>workflow and everybody happy. From time to time I've been asked to create a new 
>status+new event+update the workflow.
>Therefore I'm trying to create generic event for status changes while this event 
>will have parameter for old_status and new_status. 
>
>I defined the event and it is published when any status changes - I simply did 
>not put status restriction in BSVW. However I can't seem to get event 
>parameters. I tried looking at table JCDS but don't know how to link to events. 
>I know such is possible for events based on change documents.
>?
>Has anyone did that before? any ideas? 
>?
>Thanks all,
>?
>Regards,
>Shai Eyal
>SAP Logistics senior consultant
>SAP Workflow & BPM specialist
>http://www.linkedin.com/in/shaieyal
>Mobile: 972-52-5816633
>
>-------------- next part --------------
>An HTML attachment was scrubbed...
>URL: http://mailman.mit.edu/pipermail/sap-wug/attachments/20100917/0ef84be1/attachment-0001.htm
>
>------------------------------
>
>Message: 2
>Date: Fri, 17 Sep 2010 15:03:27 +0100 (BST)
>From: "Mike Pokraka" <wug at workflowconnections.com>
>Subject: Re: Event based user status
>To: "SAP Workflow Users' Group" <sap-wug at mit.edu>
>Message-ID:
>	<f2a02b7949fc80930ca8239eeb947d02.squirrel at g.mail.aaisp.net.uk>
>Content-Type: text/plain;charset=iso-8859-1
>
>A slightly outside the box idea:
>One way to translate BOR events raised by the application into OO events
>is to implement BI_EVENT_HANDLER_STATIC~ON_EVENT in a class and add it as
>an event receiver in SWETYPV. I also use this to massage any event
>information along the way (e.g. adding info or splitting an event into
>different ones). The same could work for you, and any updates
>Hi Shai,
>
>Events can have more parameters than defined for the receiver. Simple
>trick: setup a receiver linkage SWE_EVENT_MAIL to send the event details
>to yourself. Have a look a the real event container to see if there's
>anything you can use. If so, just add it to your object's event parameters
>and it will appear.
>
>Cheers,
>Mike
>
>
>On Fri, September 17, 2010 9:40 am, Shai Eyal wrote:
>> Hello all,
>> I created a workflow based on internal order user status changes. It works
>> OK -
>> each user status is assigned to an event using BSVW, the events start the
>> workflow and everybody happy. From time to time I've been asked to create
>> a new
>> status+new event+update the workflow.
>> Therefore I'm trying to create generic event for status changes while this
>> event
>> will have parameter for old_status and new_status.
>>
>> I defined the event and it is published when any status changes - I simply
>> did
>> not put status restriction in BSVW. However I can't seem to get event
>> parameters. I tried looking at table JCDS but don't know how to link to
>> events.
>> I know such is possible for events based on change documents.
>> ?
>> Has anyone did that before? any ideas?
>> ?
>> Thanks all,
>> ?
>> Regards,
>> Shai Eyal
>> SAP Logistics senior consultant
>> SAP Workflow & BPM specialist
>> http://www.linkedin.com/in/shaieyal
>> Mobile: 972-52-5816633
>>
>> _______________________________________________
>> SAP-WUG mailing list
>> SAP-WUG at mit.edu
>> http://mailman.mit.edu/mailman/listinfo/sap-wug
>>
>
>
>
>
>------------------------------
>
>_______________________________________________
>SAP-WUG mailing list
>SAP-WUG at mit.edu
>http://mailman.mit.edu/mailman/listinfo/sap-wug
>
>
>End of SAP-WUG Digest, Vol 70, Issue 10
>***************************************







More information about the SAP-WUG mailing list