‎2006 Jul 12 12:42 PM
hi,
i am creating one workflow,
the event linkages are in active,
but the workflow is not triggering,
how can i do this,
please help me,
give possible solution,
sankar
‎2006 Jul 12 12:46 PM
Couple of things to check...
Have you maintained the workflow customizing using transaction SWU3?
Switch on the event trace using transaction SWELS, perform the transaction which is supposed to trigger the wrokflow and then execute the event trace transaction SWEL to check whether the triggering event used in your workflow is generated?
-Kiran
*Please reward useful answers
‎2006 Jul 12 12:48 PM
You can check whether it is triggering or getting failed after triggering by activating workflow trace.
SWEL to check whether an event got triggered or not. Also makesure whether your task is active or not.
Regds
Manohar
‎2006 Jul 12 1:52 PM
hi,
i maitain release status: released.
is it correct, or can i maintained not defined.
please let me know
sankar
‎2006 Jul 12 2:10 PM
i am creating purchase order workflow,
when i am releasing purchase order in me28,
but when i tracing the event, it shows bus2032
event: changed,
pls reply ,
sankar
‎2006 Jul 12 2:28 PM
You should check the trace after creating the PO to check if the RELEASESTEPCREATED event is triggered?
The flow should be as below:
Create PO such that it needs approval
Check if the RELEASESTEPCREATED is triggered
Scenario 1
Approve the PO via the workitem in the SAP Inbox
Check the event trace and use the RELEASED event if required as the terminating event for the release task.
Scenario 2
Reject the PO via the workitem in the SAP Inbox
Check the event trace and use the REJECTION_START event if required as the terminating event for the release task.
-Kiran