<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:12pt"><div>Florin&nbsp;&nbsp;<span> thanks for your replay.</span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;"><br><span></span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: arial,helvetica,sans-serif; background-color: transparent; font-style: normal;">i <span id="result_box" class="short_text" lang="en"><span class="hps">try to follow</span> <span class="hps">your advice</span></span></div><div>&nbsp;</div><div><span style="color:black;font-family:&quot;sans-serif&quot;;font-size:10pt;" class="ms__id30445"><span></span></span><br><var id="yui-ie-cursor"></var>Saludos<br><b><font color="#c00000" face="Franklin Gothic Medium">Enrique Núñez A.</font></b><br><br></div><div><br></div>  <div style="font-family: arial,
 helvetica, sans-serif; font-size: 12pt;"> <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div dir="ltr"> <font size="2" face="Arial"> <hr size="1">  <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> Thursday, February 7, 2013 11:26 AM<br> <b><span style="font-weight: bold;">Subject:</span></b> SAP-WUG Digest, Vol 99, Issue 5<br> </font> </div> <br>
Send SAP-WUG mailing list submissions to<br>&nbsp;&nbsp;&nbsp; <a ymailto="mailto:sap-wug@mit.edu" href="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 ymailto="mailto:sap-wug-request@mit.edu" href="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 ymailto="mailto:sap-wug-owner@mit.edu" href="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. Business Object an Event&nbsp; to trigger workflow in VF01<br>&nbsp; &nbsp; &nbsp; (create) (ENRIQUE NUNEZ A)<br>&nbsp;  2. Re: Business Object
 an Event&nbsp; to trigger workflow in VF01<br>&nbsp; &nbsp; &nbsp; (create) (Florin Wach)<br><br><br>----------------------------------------------------------------------<br><br>Message: 1<br>Date: Wed, 6 Feb 2013 10:30:48 -0800 (PST)<br>From: ENRIQUE NUNEZ A &lt;<a ymailto="mailto:enrique_nunez_a@yahoo.com" href="mailto:enrique_nunez_a@yahoo.com">enrique_nunez_a@yahoo.com</a>&gt;<br>Subject: Business Object an Event&nbsp; to trigger workflow in VF01<br>&nbsp;&nbsp;&nbsp; (create)<br>To: "<a ymailto="mailto:sap-wug@mit.edu" href="mailto:sap-wug@mit.edu">sap-wug@mit.edu</a>" &lt;<a ymailto="mailto:sap-wug@mit.edu" href="mailto:sap-wug@mit.edu">sap-wug@mit.edu</a>&gt;<br>Message-ID:<br>&nbsp;&nbsp;&nbsp; &lt;<a ymailto="mailto:1360175448.1211.YahooMailNeo@web163004.mail.bf1.yahoo.com" href="mailto:1360175448.1211.YahooMailNeo@web163004.mail.bf1.yahoo.com">1360175448.1211.YahooMailNeo@web163004.mail.bf1.yahoo.com</a>&gt;<br>Content-Type: text/plain;
 charset="iso-8859-1"<br><br>Hi all<br><br>We need to trigger a workflow when document? was created in txn VF01,<br><br>no event was trigeered in trace when i create document in Vf01<br><br>i saw the object VBKR but its not have event to create, the solution that i think is:<br><br>create a subtype for the BO and also a custom event. Then make use of the SAP User-exit: ZXVVFU08 (EXIT_SAPLV60B_008) to trigger the workflow for VF01 by executing the function module SWE_EVENT_CREATE.<br><br><br>Any other idea or tip would be appreciated,<br><br>reggards<br>Enrique Nunez.<br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: http://mailman.mit.edu/pipermail/sap-wug/attachments/20130206/5ac4a1c0/attachment-0001.htm<br><br>------------------------------<br><br>Message: 2<br>Date: Thu, 07 Feb 2013 12:50:26 +0100<br>From: "Florin Wach" &lt;<a ymailto="mailto:florin.wach@gmx.net"
 href="mailto:florin.wach@gmx.net">florin.wach@gmx.net</a>&gt;<br>Subject: Re: Business Object an Event&nbsp; to trigger workflow in VF01<br>&nbsp;&nbsp;&nbsp; (create)<br>To: "SAP Workflow Users' Group" &lt;<a ymailto="mailto:sap-wug@mit.edu" href="mailto:sap-wug@mit.edu">sap-wug@mit.edu</a>&gt;<br>Message-ID: &lt;<a ymailto="mailto:20130207115026.45980@gmx.net" href="mailto:20130207115026.45980@gmx.net">20130207115026.45980@gmx.net</a>&gt;<br>Content-Type: text/plain; charset="utf-8"<br><br>Hello Enrique,<br><br>I would suggest to try first using the event creation by change documents, transaction SWEC on change doc.type VBRK, mode = INSERT, event = ZVBRK.Created&nbsp; (subtype of VBRK including.Created event) or system-wide delegation and then using VBRK.Created.<br><br>If there's no CDoc written I would suggest to go closer to the SD interface instead of the underlying interface to Accounting. So the function module RV_INVOICE_DOCUMENT_ADD could be
 implicitly enhanced at the very end with an SWE_EVENT_CREATE_IN_UPD_TASK using the field xvbrk-vbeln.<br><br>With the very best wishes,<br>&nbsp;  Florin<br><br><br><br><br>-------- Original-Nachricht --------<br>&gt; Datum: Wed, 6 Feb 2013 10:30:48 -0800 (PST)<br>&gt; Von: ENRIQUE NUNEZ A &lt;<a ymailto="mailto:enrique_nunez_a@yahoo.com" href="mailto:enrique_nunez_a@yahoo.com">enrique_nunez_a@yahoo.com</a>&gt;<br>&gt; An: "<a ymailto="mailto:sap-wug@mit.edu" href="mailto:sap-wug@mit.edu">sap-wug@mit.edu</a>" &lt;<a ymailto="mailto:sap-wug@mit.edu" href="mailto:sap-wug@mit.edu">sap-wug@mit.edu</a>&gt;<br>&gt; Betreff: Business Object an Event&nbsp; to trigger workflow in VF01 (create)<br><br>&gt; Hi all<br>&gt; <br>&gt; We need to trigger a workflow when document? was created in txn VF01,<br>&gt; <br>&gt; no event was trigeered in trace when i create document in Vf01<br>&gt; <br>&gt; i saw the object VBKR but its not have event to create, the solution
 that<br>&gt; i think is:<br>&gt; <br>&gt; create a subtype for the BO and also a custom event. Then make use of the<br>&gt; SAP User-exit: ZXVVFU08 (EXIT_SAPLV60B_008) to trigger the workflow for<br>&gt; VF01 by executing the function module SWE_EVENT_CREATE.<br>&gt; <br>&gt; <br>&gt; Any other idea or tip would be appreciated,<br>&gt; <br>&gt; reggards<br>&gt; Enrique Nunez.<br><br><br>------------------------------<br><br>_______________________________________________<br>SAP-WUG mailing list<br><a ymailto="mailto:SAP-WUG@mit.edu" href="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 99, Issue 5<br>**************************************<br><br><br> </div> </div>  </div></body></html>