cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

workflow triggering

Former Member
0 Likes
306

Hello,

I have an workflow which is triggering .

How to know from which point this workflow is triggering.

Satya

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Likes

Unless it is done via function module SWE_EVENT_CREATE. Then the location where the event is triggered is a bit more difficult to locate...

Otherwise look at transactions SWEC and SWETYPV. Those also display when the events get triggered.

Former Member
0 Likes

HELLO,

How can I know which part of program is triggering workflow ,

since the workflow is triggering one of the exits, I am unable to find out where this workflow is started from program.

Regards,

Satya

peter_ruiz2
Active Contributor
0 Likes

hi naga,

1. go to tcode PFTC

2. select Workflow Template in task type

3. enter your task number

4. click on the triggering events tab

5. the green LED on the left indicates which event linkage is active.

regards,

Peter

Former Member
0 Likes

HELLO,

How can I know which part of program is triggering workflow ,

since the workflow is triggering one of the exits, I am unable to find out where this workflow is started from program.

Regards,

Satya

Former Member
0 Likes

hi there...

there are a number of ways to check this out.

in the user workarea, go to the outbox, there u will find "Workflows Started " . click on it. it will show all the workflows started.

other than this, u can chk out the workflow trace.the transaction for that is swud. there u will find info for any workflow that has been recently triggered, the stage upto which it is getting operated, errors if any and much more.

do reward if helpful or get back with further queries.