<br><font size=2 face="sans-serif">Hi Krishna,</font>
<br><font size=2 face="sans-serif">As suggested by u :</font>
<br><font size=2 face="sans-serif">1) I hv created new step , associated
it with new task n new zmethod (method fetches the invoice amount )</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp;and put this step
before condition step.</font>
<br><font size=2 face="sans-serif">&nbsp;</font>
<br><font size=2 face="sans-serif">2)Have done the proper binding between
method and task and then between task and WF .</font>
<br>
<br><font size=2 face="sans-serif">3)Now I m using WF container element
in condition step as : 'Amount' &gt; 2500.</font>
<br>
<br><font size=2 face="sans-serif">but the problem is my WF is getting
stopped at condition step again ?</font>
<br><font size=2 face="sans-serif">Pls suggest wat could be missing and
how to go about it ..</font>
<br><font size=2 face="sans-serif">Many Thanks</font>
<br>
<br><font size=2 face="sans-serif">Best Regards<br>
Priya </font>
<br>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>krishna mohan &lt;geniuskittu@yahoo.com&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">07/10/2007 09:46 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: WF status error in : Condition step
?</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><font size=2><tt>Hi Priya,<br>
<br>
You can do the following<br>
<br>
1. I guess FIPP.CREATED is the triggering event for<br>
your workflow<br>
<br>
2. Just before your condition step, create a new step<br>
saying 'Find the Total Amount on FI document',<br>
associate this step with a new task. When creating<br>
this new task associate with a new method on ZFIPP. In<br>
this method write the logic to find the Total Amount.<br>
<br>
Do the proper bindings required ( between workflow &lt;-&gt;<br>
task and task &lt;-&gt; method). <br>
<br>
3. then you can use your container element in<br>
condition &nbsp;step.<br>
<br>
Let me know if you still face any problem.<br>
<br>
Thanks and Regards<br>
Krishna Mohan<br>
SAP Workflow Specialist<br>
IBM India Pvt Ltd<br>
<br>
<br>
--- Priya Sharma &lt;priya.sharma@tcs.com&gt; wrote:<br>
<br>
&gt; Thanks Mark for the reply.<br>
&gt; I have not assigned any value to the container<br>
&gt; element 'Amount' prior to <br>
&gt; the condition step.<br>
&gt; I have not used this element in binding as condition<br>
&gt; step doesn't provide <br>
&gt; us the option for binding . In my scenario:<br>
&gt; 1) Document is parked (FIPP - created), In FV60<br>
&gt; invoice amount is filled.<br>
&gt; 2)condition : 'Amount' &gt; 2500.<br>
&gt; 3)Condition true - go to approver1 (agent<br>
&gt; determination through Rule)<br>
&gt; &nbsp; &nbsp;Condition false - go to approver2 (agent<br>
&gt; determination through Rule)<br>
&gt; <br>
&gt; I am not sure whether this element 'Amount' in WF<br>
&gt; container get filled <br>
&gt; with the data entered in FV60 or &nbsp;binding is<br>
&gt; required in some step ?<br>
&gt; or do I need to add 'amount' in attributes in BO ?<br>
&gt; &nbsp;In my graphical WF log, process has stopped in<br>
&gt; condition step.<br>
&gt; <br>
&gt; Pls advice, n help me to proceed further ..<br>
&gt; <br>
&gt; <br>
&gt; Best Regards<br>
&gt; Priya<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; &quot;Mark Pyc&quot; &lt;mark.pyc@gmail.com&gt; <br>
&gt; Sent by: sap-wug-bounces@mit.edu<br>
&gt; 07/10/2007 02:21 PM<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: WF status error in : Condition step ?<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; G'day Priya,<br>
&gt; &nbsp;<br>
&gt; Yes logically you probably want to use an attribute<br>
&gt; of your business <br>
&gt; object. Just declaring a container element in the<br>
&gt; Workflow will not <br>
&gt; automatically populate it with a value. <br>
&gt; &nbsp;<br>
&gt; I'm not sure that a condition would fail to error<br>
&gt; simply because the <br>
&gt; container element was empty, so it may not be the<br>
&gt; issue anyway. <br>
&gt; &nbsp;<br>
&gt; Do you assign a value to the container element prior<br>
&gt; to the condition? <br>
&gt; &nbsp;<br>
&gt; Have fun,<br>
&gt; Mark<br>
&gt; <br>
&gt; &nbsp;<br>
&gt; On 7/10/07, Priya Sharma &lt;priya.sharma@tcs.com&gt;<br>
&gt; wrote: <br>
&gt; <br>
&gt; Hi All, <br>
&gt; <br>
&gt; My condition step is not working fine , Pls help me<br>
&gt; out. <br>
&gt; I am designing WF for parking invoice (tcode- FV60,<br>
&gt; BO -FIPP),there I need <br>
&gt; to give following condition: <br>
&gt; If Invoice Amount &gt; 2500 USD then mail is sent to<br>
&gt; some particular approver <br>
&gt; otherwise some other approver. <br>
&gt; <br>
&gt; I have declared one variable 'Amount' in WF<br>
&gt; container with refrence to <br>
&gt; table- INVFO and field - WRBTR.(this is a currency<br>
&gt; field.) <br>
&gt; and in condition step in WF, I am giving a condition<br>
&gt; .i.e - 'Amount' &gt; <br>
&gt; 2500 <br>
&gt; After activating WF and while testing it ,WF gives<br>
&gt; &quot;status : Error &quot; <br>
&gt; I hv seen in WF log , Process has stopped in<br>
&gt; condition step. <br>
&gt; Is there something missed or wrong in condition step<br>
&gt; ? <br>
&gt; <br>
&gt; I doubt &nbsp;- if my way of declaring element 'Amount'<br>
&gt; in WF container is ok ? <br>
&gt; <br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Do I need to add this
field as an<br>
&gt; attribute in the Bus Obj n <br>
&gt; then take it &nbsp;in &nbsp;condition editor. <br>
&gt; <br>
&gt; Pls advice how to go about it ?? <br>
&gt; <br>
&gt; <br>
&gt; Best Rgds <br>
&gt; Priya <br>
&gt; <br>
&gt; =====-----=====-----=====<br>
&gt; Notice: The information contained in this e-mail<br>
&gt; message and/or attachments to it may contain <br>
&gt; confidential or privileged information. If you are <br>
&gt; not the intended recipient, any dissemination, use, <br>
&gt; review, distribution, printing or copying of the <br>
&gt; information contained in this e-mail message <br>
&gt; and/or attachments to it are strictly prohibited. If<br>
&gt; <br>
&gt; you have received this communication in error, <br>
&gt; please notify us by reply e-mail or telephone and <br>
&gt; immediately and permanently delete the message <br>
&gt; and any attachments. Thank you<br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; _______________________________________________<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>
&gt; _______________________________________________<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>
&gt; ForwardSourceID:NT00007BF2 <br>
&gt; =====-----=====-----=====<br>
&gt; Notice: The information contained in this e-mail<br>
&gt; message and/or attachments to it may contain <br>
&gt; confidential or privileged information. If you are <br>
&gt; not the intended recipient, any dissemination, use, <br>
&gt; review, distribution, printing or copying of the <br>
&gt; information contained in this e-mail message <br>
&gt; and/or attachments to it are strictly prohibited. If<br>
&gt; <br>
&gt; you have received this communication in error, <br>
&gt; please notify us by reply e-mail or telephone and <br>
&gt; immediately and permanently delete the message <br>
&gt; and any attachments. Thank you<br>
&gt; <br>
&gt; <br>
&gt; &gt; _______________________________________________<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>
____________________________________________________________________________________<br>
Choose the right car based on your needs. &nbsp;Check out Yahoo! Autos
new Car Finder tool.<br>
http://autos.yahoo.com/carfinder/<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:NT00007C76
&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>