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

Workflow BUS2088 and WORKORDER_UPDATE trigger points

Former Member
0 Likes
1,278

Dear all,

In one of my requirements, I am trying to find the trigger points of the Workflow and WORKORDER_UPDATE BADIs to make sure that I can put the right piece of code at the right place.

For this I need to know which is triggered first and where exactly these are triggered.

The Workflow BUS2088 is being called somewhere in the program SAPLCOIH (not sure though!

Now i need to check which once is called first. Any thoughts on the places where I can find them please? Would be much appreciated if I can even be a bit spoon fed on which is triggered first !!!

Thanks!

Dear all,

In one of my requirements, I am trying to find the trigger points of the Workflow and WORKORDER_UPDATE BADIs to make sure that I can put the right piece of code at the right place.

For this I need to know which is triggered first and where exactly these are triggered.

The Workflow BUS2088 is being called somewhere in the program SAPLCOIH (not sure though!

Now i need to check which once is called first. Any thoughts on the places where I can find them please? Would be much appreciated if I can even be a bit spoon fed on which is triggered first !!!

Thanks!

2 REPLIES 2
Read only

Former Member
0 Likes
930

Check the below tcodes...

SWELS Switch Event Trace On/Off

SWEL Display event log

SWELS & SWEL transation is to switch on/off the trace to find out which business objects are used for the specifed transaction

Read only

0 Likes
930

Thanks for you reply Avinash.

The trace only shows me the last run of Workflow. But this is not what I want.

I am looking for the place or point in the ABAP code where the Workflow is triggered. It may be a Function module or a method being called, but it would be appreciated if someone can help me out with what exactly I need to search in the main program to reach the trigger point.

Thanks and hope I am clear. Please let me know if any other information is required.

Regards,

Vijay.