Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

not triggered the workflow

Former Member
0 Likes
841

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

5 REPLIES 5
Read only

Former Member
0 Likes
760

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

Read only

Manohar2u
Active Contributor
0 Likes
760

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

Read only

Former Member
0 Likes
760

hi,

i maitain release status: released.

is it correct, or can i maintained not defined.

please let me know

sankar

Read only

Former Member
0 Likes
760

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

Read only

Former Member
0 Likes
760

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