Question:
Hi,
I have problems when I want to trigger a workflow. I would like to
assign it a waiting status when a particular value of the object is empty, but I don`t know how I can do that.
I think I can create a function module and put it on
transaction "swetypv" in the object's event, but I really don't know.
Please I need your help!!!
Thanks in advance,
Answer:
I would request users using this forum to detail thier request. Incomplete generic questions does not lend itself to specific answers which would help somebody in solving a given problem.
Now as a response to your generic question , here is a generic answer:
* You would need to create ( if not already present) an event for the object whose value change you are interested in.
* The value change then would need to raise this event either using available SAP functionality or a custom program raise of the event.
* Create a "Wait for event" step in the Workflow and the create the relevent binding to the event .