Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member

The first thing a Workflow Consultant needs to know while developing a Workflow is whether a Standard Business object is available. You can get that from SWO1 using the Business Object Repository but this sometimes takes time and we get lost.

One thing we know is from which Tcode the workflow needs to be triggered. It would be good to get something directly from the Tcode. Here is the solution.

Go to SE24 enter Class

CL_WF_SRV_OVERVIEW

Double click on Method Execute and put a breakpoint in the following line.

Now lets go to ME23n and try to go to Workflow overview of a PO. I am assuming I do not know the BO associated with it.

Debugger stops and here is the Business object and trust me this should work for all. This is useful where we are not sure about the Business object associated with the tcode.

1 Comment
Labels in this area