<br><font size=2 face="sans-serif">Thanks All , for the extended help provided
.</font>
<br><font size=2 face="sans-serif">My issue got resolved &nbsp;.</font>
<br><font size=2 face="sans-serif">Long live WUG !!</font>
<br>
<br><font size=2 face="sans-serif">Rgds<br>
Priya </font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>Ruben Baldassarri &lt;rbaldassarri@yahoo.com.ar&gt;</b>
</font>
<br><font size=1 face="sans-serif">Sent by: sap-wug-bounces@mit.edu</font>
<p><font size=1 face="sans-serif">06/28/2007 08:09 PM</font>
<table border>
<tr valign=top>
<td bgcolor=white>
<div align=center><font size=1 face="sans-serif">Please respond to<br>
&quot;SAP Workflow Users' Group&quot; &lt;sap-wug@mit.edu&gt;</font></div></table>
<br>
<td width=59%>
<table width=100%>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">To</font></div>
<td><font size=1 face="sans-serif">&quot;SAP Workflow Users' Group&quot;
&lt;sap-wug@mit.edu&gt;</font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Subject</font></div>
<td><font size=1 face="sans-serif">RE: Workitem not delivered ??</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><font size=2><tt>Priya,<br>
<br>
Please, try this:<br>
<br>
- Add entries in Trx OBWD with:<br>
 &nbsp;Workflow Variant: The one you created with OBWA<br>
 &nbsp;Type: The type of accounting document (one entry for<br>
each type)<br>
 &nbsp;Release group: Leave this field empty<br>
 &nbsp;Approval path: 0001<br>
<br>
Then, in Trx OBW create an entry with:<br>
 &nbsp;Workflow Variant: The one you created with OBWA<br>
 &nbsp;Approval path: 0001<br>
 &nbsp;Amount to: The highest value you can (e.g.<br>
99,999,999,999.99)<br>
 &nbsp;Release level: Number of approvals needed for<br>
release (e.g. 2)<br>
 &nbsp;Amount Release Subworkflow: The subworkflow used for<br>
releasing parked documents.<br>
 &nbsp;<br>
<br>
Regards,<br>
Ruben<br>
<br>
--- Priya Sharma &lt;priya.sharma@tcs.com&gt; escribió:<br>
<br>
&gt; Hi All,<br>
&gt; Thanks a lot for ur responses .<br>
&gt; Ruben / Jim,<br>
&gt; As suggested by u , I have checked that FV60 is<br>
&gt; calling this FM - <br>
&gt; PP_WF_CREATED n there is no condition specified<br>
&gt; which is preventing WF to <br>
&gt; get trigger .<br>
&gt; In IMG also settings are done . In OWBE- I hv<br>
&gt; entered only WFvariant n <br>
&gt; rest things blank.<br>
&gt; still executing FV60 doesn't shows event trace or<br>
&gt; doesn't &nbsp;start the WF.<br>
&gt; &nbsp;<br>
&gt; I have also applied Business transaction event (BTE)<br>
&gt; approach for solving <br>
&gt; my issue. Following is done in BTE :<br>
&gt; I have found BTE - 00002213 through FIBF for parking<br>
&gt; document . I have <br>
&gt; made a &nbsp;z Func Module &nbsp;n copied the interface of the<br>
&gt; 00002213 in that &nbsp;and <br>
&gt; coded for triggering event from FV60 by calling FM -<br>
&gt; 'SWE_EVENT_CREATE'. <br>
&gt; <br>
&gt; I think through BTE things can be done,but still my<br>
&gt; issue is not resolved. <br>
&gt; Anyone , who have some idea abt BTE, Pls advice<br>
&gt; whether something is <br>
&gt; missing frm my end ??<br>
&gt; <br>
&gt; I have still not gone for user-exit , anyhow i think<br>
&gt; exit - SAPLF051 &nbsp;will <br>
&gt; be used here for my purpose ..<br>
&gt; <br>
&gt; I m puzzled .. Any help will be highly appreciated .<br>
&gt; <br>
&gt; Many thanks ..<br>
&gt; <br>
&gt; Regards<br>
&gt; Priya Sharma<br>
&gt; Tata Consultancy Services<br>
&gt; Mailto: priya.sharma@tcs.com<br>
&gt; Website: http://www.tcs.com<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; Ruben Baldassarri &lt;rbaldassarri@yahoo.com.ar&gt; <br>
&gt; Sent by: sap-wug-bounces@mit.edu<br>
&gt; 06/28/2007 10:46 AM<br>
&gt; Please respond to<br>
&gt; &quot;SAP Workflow Users' Group&quot; &lt;sap-wug@mit.edu&gt;<br>
&gt; <br>
&gt; <br>
&gt; To<br>
&gt; &quot;SAP Workflow Users' Group&quot; &lt;sap-wug@mit.edu&gt;<br>
&gt; cc<br>
&gt; <br>
&gt; Subject<br>
&gt; RE: Workitem not delivered ??<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; Hi Priya,<br>
&gt; <br>
&gt; First of all, are you sure the event CREATED from<br>
&gt; FIPP will be raised from <br>
&gt; transaction FV60?<br>
&gt; I've implemented succesfully a custom workflow based<br>
&gt; on WS10000051, but in <br>
&gt; my case the same event was triggered by transaction<br>
&gt; F-63.<br>
&gt; Or maybe you are missing some customizing step.<br>
&gt; The function module that triggers the event for<br>
&gt; parked documents is <br>
&gt; PP_WF_CREATED, you can set a breakpoint at the<br>
&gt; beginning of it and check <br>
&gt; if trx FV60 is calling the FM. If so, you can check<br>
&gt; if there is a <br>
&gt; condition within it that prevents the event to be<br>
&gt; raised.<br>
&gt; <br>
&gt; In the IMG, the steps I had to perform were the<br>
&gt; following:<br>
&gt; - Transaction OBWA (Create Workflow Variant for<br>
&gt; Parking Documents) -&gt; As <br>
&gt; described by Jim.<br>
&gt; - Transaction OBWJ (Assign Co.Code to a Workflow<br>
&gt; Variant for Parking <br>
&gt; Documents) -&gt; As described by Jim<br>
&gt; - Transaction OBWD (Assign Release Approval Path for<br>
&gt; Parking Documents): <br>
&gt; Create entries with WF variants and document types<br>
&gt; (I think I didn't need <br>
&gt; to fill release group or approval path)<br>
&gt; - Transaction OBWE (Assign Release Approval<br>
&gt; Procedure for Parking <br>
&gt; Documents): Create entry for WF variant with<br>
&gt; approval path empty.<br>
&gt; <br>
&gt; Hope this helps...<br>
&gt; <br>
&gt; Regards,<br>
&gt; Ruben<br>
&gt; <br>
&gt; At 12:31 p.m. 27/06/2007, you wrote:<br>
&gt; <br>
&gt; Prima,<br>
&gt; The problem here seems to be the fact that you are<br>
&gt; not getting the event <br>
&gt; raised from the FV60 transaction. As Jim seems to<br>
&gt; insinuate, there is <br>
&gt; probably some part of configuration that can be set<br>
&gt; up to ensure that the <br>
&gt; event is raised. The other alternative, which he<br>
&gt; does touch on, is to <br>
&gt; raise the event yourself in a user exit. I am not<br>
&gt; sure what exits exist <br>
&gt; for transaction FV60, but I can more or less<br>
&gt; guarantee there will be at <br>
&gt; least one.<br>
&gt; It does seem that as soon as you can get the correct<br>
&gt; event raised, <br>
&gt; everything else is in place to allow the workflow to<br>
&gt; be triggered.<br>
&gt; I hope that this helps you find a solution for this.<br>
&gt; With Best Wishes<br>
&gt; Adrian!<br>
&gt; <br>
&gt; From: sap-wug-bounces@mit.edu [<br>
&gt; mailto:sap-wug-bounces@mit.edu] On Behalf <br>
&gt; Of Sauceman Jr, James E (Jim)<br>
&gt; Sent: 27 June 2007 13:00<br>
&gt; To: Priya Sharma<br>
&gt; Cc: SAP Workflow Users' Group<br>
&gt; Subject: RE: Workitem not delivered ??<br>
&gt; Priya,<br>
&gt; It is an amount. The F1 Help for this attribute says<br>
&gt; the following:<br>
&gt; <br>
&gt; Amount from Which a Release Approval Procedure Is To<br>
&gt; Run<br>
&gt; <br>
&gt; <br>
&gt; Amount from which a release or completion of the<br>
&gt; document is required <br>
&gt; within document parking. The larger of the debit or<br>
&gt; credit amounts of the <br>
&gt; parked document is the decisive factor.<br>
&gt; <br>
&gt; Use<br>
&gt; <br>
&gt; <br>
&gt; The sample workflow WS00400004 is delivered as<br>
&gt; standard for document <br>
&gt; completion. For the amount release, sample workflows<br>
&gt; WS10000051 and <br>
&gt; WS00400032 are delivered as standard.<br>
&gt; <br>
&gt; If a document release or completion is required for<br>
&gt; the parked document, <br>
&gt; when you save the document the workflow event<br>
&gt; CREATED is triggered for <br>
&gt; object type FIPP. In the workflow Customizing, you<br>
&gt; have to link the event <br>
&gt; with the workflows specified within the maintenance<br>
&gt; for event linkage.<br>
&gt; Regards,<br>
&gt; Jim Sauceman ......................<br>
&gt; sauceman@tennessee.edu<br>
&gt; The University of Tennessee<br>
&gt; From: Priya Sharma [ mailto:priya.sharma@tcs.com] <br>
&gt; Sent: Wednesday, June 27, 2007 7:39 AM<br>
&gt; To: Sauceman Jr, James E (Jim)<br>
&gt; Cc: SAP Workflow Users' Group<br>
&gt; Subject: RE: Workitem not delivered ??<br>
&gt; <br>
&gt; Jim, <br>
&gt; In OBWA : <br>
&gt; Release from should have wat entry ?? I mean in ur<br>
&gt; case 0.01 represents <br>
&gt; wat ? <br>
&gt; may b this is to be corrected for my scenario. <br>
&gt; Pls advice. <br>
&gt; <br>
&gt; Rgds<br>
&gt; Priya Sharma<br>
&gt; Tata Consultancy Services<br>
&gt; Mailto: priya.sharma@tcs.com<br>
&gt; Website: http://www.tcs.com <br>
&gt; &quot;Sauceman Jr, James E (Jim)&quot; &lt;sauceman@utk.edu&gt; <br>
&gt; <br>
&gt; 06/27/2007 04:53 PM <br>
&gt; To<br>
&gt; &quot;Priya Sharma&quot; &lt;priya.sharma@tcs.com&gt;, &quot;SAP Workflow<br>
&gt; Users' Group&quot; <br>
&gt; &lt;sap-wug@mit.edu&gt; <br>
&gt; cc<br>
&gt; Subject<br>
&gt; <br>
=== message truncated ===&gt;<br>
_______________________________________________<br>
&gt; SAP-WUG mailing list<br>
&gt; SAP-WUG@mit.edu<br>
&gt; http://mailman.mit.edu/mailman/listinfo/sap-wug<br>
&gt; <br>
<br>
<br>
<br>
 &nbsp; &nbsp; &nbsp;__________________________________________________
<br>
Preguntá. Respondé. Descubrí. <br>
Todo lo que querías saber, y lo que ni imaginabas,<br>
está en Yahoo! Respuestas (Beta). <br>
¡Probalo ya! <br>
http://www.yahoo.com.ar/respuestas <br>
<br>
_______________________________________________<br>
SAP-WUG mailing list<br>
SAP-WUG@mit.edu<br>
http://mailman.mit.edu/mailman/listinfo/sap-wug<br>
</tt></font>
<br><font size=1 color=white face="sans-serif">ForwardSourceID:NT00006BB2
&nbsp; &nbsp;</font>
<br><pre>=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you


</pre>