on 2006 Aug 02 1:29 PM
Hi
My wf is working fine, whenever a PO is created and changed. But the business needs that wf should not be triggered when there is a decrease in amount and at the same time it should be triggered when there is an increase in the amount.
Please let me know how to implement the above logic.
Thanks in advance.
Thanks
Bhaskar Baddela
Hi, you can place all sorts of logic on events with check function modules.
Just add your custom Fm on the event at SWETYPV
regards, Rob Dielemans
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What you can also do, and which is also a kind of a check function module is to use starting conditions (swb_cond). There you can evaluate all attributes from you PO business object and decide if the workflow has to start or not.
above was not ment for this topic, but for your other question..
Message was edited by: Peter van Alphen
User | Count |
---|---|
69 | |
13 | |
11 | |
10 | |
9 | |
9 | |
6 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.