<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div style="RIGHT: auto"><SPAN style="RIGHT: auto">Hi </SPAN></div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto"></SPAN>&nbsp;</div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto">Please try to trigger event using Changedocument. Check in TCDOB table whether some Changedocument object is maintained and then use it in SWEC. Triggering event using FM should be the last option. <VAR id=yui-ie-cursor></VAR></SPAN></div>
<DIV></DIV>
<DIV>&nbsp;</DIV>
<div>Thanks</div>
<DIV></DIV>
<div><BR><BR></div>
<DIV>Arghadip Kar</DIV><BR>
<div><BR></div>
<DIV>SAP Workflow Expert</DIV>
<div><BR><BR></div>
<DIV style="RIGHT: auto">IBM INDIA<BR>
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt">
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt">
<DIV style="RIGHT: auto" dir=ltr><FONT size=2 face=Arial>
<DIV style="BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; PADDING-BOTTOM: 0px; LINE-HEIGHT: 0; MARGIN: 5px 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; HEIGHT: 0px; FONT-SIZE: 0px; BORDER-TOP: #ccc 1px solid; BORDER-RIGHT: #ccc 1px solid; PADDING-TOP: 0px" class=hr contentEditable=false readonly="true"></DIV><B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> "sap-wug-request@mit.edu" &lt;sap-wug-request@mit.edu&gt;<BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> sap-wug@mit.edu <BR><B><SPAN style="FONT-WEIGHT: bold">Sent:</SPAN></B> Monday, March 12, 2012 12:07 PM<BR><B><SPAN style="FONT-WEIGHT: bold">Subject:</SPAN></B> SAP-WUG Digest, Vol 88, Issue 17<BR></FONT></DIV><BR>Send SAP-WUG mailing list submissions to<BR>&nbsp;&nbsp;&nbsp; <A href="mailto:sap-wug@mit.edu" ymailto="mailto:sap-wug@mit.edu">sap-wug@mit.edu</A><BR><BR>To subscribe or unsubscribe via the World Wide Web, visit<BR>&nbsp;&nbsp;&nbsp;
 http://mailman.mit.edu/mailman/listinfo/sap-wug<BR>or, via email, send a message with subject or body 'help' to<BR>&nbsp;&nbsp;&nbsp; <A href="mailto:sap-wug-request@mit.edu" ymailto="mailto:sap-wug-request@mit.edu">sap-wug-request@mit.edu</A><BR><BR>You can reach the person managing the list at<BR>&nbsp;&nbsp;&nbsp; <A href="mailto:sap-wug-owner@mit.edu" ymailto="mailto:sap-wug-owner@mit.edu">sap-wug-owner@mit.edu</A><BR><BR>When replying, please edit your Subject line so it is more specific<BR>than "Re: Contents of SAP-WUG digest..."<BR><BR><BR>Today's Topics:<BR><BR>&nbsp; 1. Trigger workflow after transaction KB15N gets saved (Adam Kheil)<BR>&nbsp; 2. Re: Trigger workflow after transaction KB15N gets saved (Sree S)<BR><BR><BR>----------------------------------------------------------------------<BR><BR>Message: 1<BR>Date: Sun, 11 Mar 2012 19:36:43 -0400<BR>From: Adam Kheil &lt;<A href="mailto:adam_kheil@live.com"
 ymailto="mailto:adam_kheil@live.com">adam_kheil@live.com</A>&gt;<BR>Subject: Trigger workflow after transaction KB15N gets saved<BR>To: Workflow group &lt;<A href="mailto:sap-wug@mit.edu" ymailto="mailto:sap-wug@mit.edu">sap-wug@mit.edu</A>&gt;<BR>Message-ID: &lt;<A href="mailto:BAY166-W306AB7E9C1A3E1AE42AD9B965A0@phx.gbl" ymailto="mailto:BAY166-W306AB7E9C1A3E1AE42AD9B965A0@phx.gbl">BAY166-W306AB7E9C1A3E1AE42AD9B965A0@phx.gbl</A>&gt;<BR>Content-Type: text/plain; charset="iso-8859-1"<BR><BR><BR>I have a requirement to trigger wrkflow after user saves transaction KB15N. I tried and I could not find standard Event that gets triggered when KB15N is saved. I am wondering what will be the best way to trigger workflow in this scenario. I am thinking I will create a Z transaction then call KB15N and then rigger an EVENT of Custom Object that I will create. Is there a beter way of doing this?<BR><BR><BR>Thanks<BR>Adam &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
 &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; <BR>-------------- next part --------------<BR>An HTML attachment was scrubbed...<BR>URL: http://mailman.mit.edu/pipermail/sap-wug/attachments/20120311/83954942/attachment-0001.htm<BR><BR>------------------------------<BR><BR>Message: 2<BR>Date: Mon, 12 Mar 2012 10:09:17 +0000<BR>From: Sree S &lt;<A href="mailto:to2sree@gmail.com" ymailto="mailto:to2sree@gmail.com">to2sree@gmail.com</A>&gt;<BR>Subject: Re: Trigger workflow after transaction KB15N gets saved<BR>To: "SAP Workflow Users' Group" &lt;<A href="mailto:sap-wug@mit.edu" ymailto="mailto:sap-wug@mit.edu">sap-wug@mit.edu</A>&gt;<BR>Message-ID:<BR>&nbsp;&nbsp;&nbsp; &lt;CAA_LhgQogrSq=<A href="mailto:EmHNF8_ku-ZwaMXtRWqF_X4ha2tMUvT8zVAXA@mail.gmail.com" ymailto="mailto:EmHNF8_ku-ZwaMXtRWqF_X4ha2tMUvT8zVAXA@mail.gmail.com">EmHNF8_ku-ZwaMXtRWqF_X4ha2tMUvT8zVAXA@mail.gmail.com</A>&gt;<BR>Content-Type: text/plain;
 charset="iso-8859-1"<BR><BR>hi ,<BR><BR><BR>You can do one thing - as it is standard transaction -<BR>try to find a User exit / enhancement for the ''save'' button and once you<BR>get a user exit.<BR><BR>Try to call a customized event using ''SAP_WAPI_CREATE_EVENT'' or you can<BR>directly call the workflow from here...<BR><BR>Hope this works !<BR><BR>thanks,<BR>shankar<BR><BR>On Sun, Mar 11, 2012 at 11:36 PM, Adam Kheil &lt;<A href="mailto:adam_kheil@live.com" ymailto="mailto:adam_kheil@live.com">adam_kheil@live.com</A>&gt; wrote:<BR><BR>&gt;&nbsp; I have a requirement to trigger wrkflow after user saves transaction<BR>&gt; KB15N. I tried and I could not find standard Event that gets triggered when<BR>&gt; KB15N is saved. I am wondering what will be the best way to trigger<BR>&gt; workflow in this scenario. I am thinking I will create a Z transaction then<BR>&gt; call KB15N and then rigger an EVENT of Custom Object that I will create. Is<BR>&gt; there a
 beter way of doing this?<BR>&gt;<BR>&gt;<BR>&gt; Thanks<BR>&gt; Adam<BR>&gt;<BR>&gt; _______________________________________________<BR>&gt; SAP-WUG mailing list<BR>&gt; <A href="mailto:SAP-WUG@mit.edu" ymailto="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</A><BR>&gt; <A href="http://mailman.mit.edu/mailman/listinfo/sap-wug" target=_blank>http://mailman.mit.edu/mailman/listinfo/sap-wug</A><BR>&gt;<BR>&gt;<BR><BR><BR>-- <BR>shankar<BR>-------------- next part --------------<BR>An HTML attachment was scrubbed...<BR>URL: http://mailman.mit.edu/pipermail/sap-wug/attachments/20120312/7998cac5/attachment-0001.htm<BR><BR>------------------------------<BR><BR>_______________________________________________<BR>SAP-WUG mailing list<BR><A href="mailto:SAP-WUG@mit.edu" ymailto="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</A><BR><A href="http://mailman.mit.edu/mailman/listinfo/sap-wug" target=_blank>http://mailman.mit.edu/mailman/listinfo/sap-wug</A><BR><BR><BR>End of
 SAP-WUG Digest, Vol 88, Issue 17<BR>***************************************<BR><BR><BR></DIV></DIV></DIV></div></body></html>