cancel
Showing results for 
Search instead for 
Did you mean: 

How di I find demo/test workflows with triggering events?

Former Member
0 Kudos

Hello all,

I am kinda new to WF. I would like to find a demo / test workflow which can be triggered via an event. This is in order to test my ABAP program which is supposed to launch a workflow via an event.

Thank you for your help.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

First you can check with SWUE whether the entries of events are getting registered in SWEL. Then later you can test your program. If you check the this forum you will find sample code implementing the FM Eventa create.

Thanks

Arghadip

KKilhavn
Active Contributor
0 Kudos

You don't really need one. Just enable the event logging (transaction SWELS) and check the event log (transaction SWEL) afterwards. Don't forget to COMMIT WORK.

If you need the name of an object/event(/workflow) combination, use transaction SWE2 which lists all generic event-to-recipient entries, both those that are active and those that are just defined (event will still be in log).