Application Development 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: 

SWO1

Former Member
0 Kudos

Hi All

I am assigning business object BUS1001006 to the work flow where this workflow is creatd by someone else. It triggers only when Raw Material is created.

I wanted to know how it is triggers only for the Raw Material

Regards

sagar

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Goto t code swel and check whether ur Business object is triggerd after executing the t code .

Check whether u have switched on Tcode SWELS

2 REPLIES 2

Former Member
0 Kudos

Goto t code swel and check whether ur Business object is triggerd after executing the t code .

Check whether u have switched on Tcode SWELS

bpawanchand
Active Contributor
0 Kudos

Hi

You can check in the T-code SWEL.

1 Go to SWEL and delete all the event trace log by using the SHITF+F2.

2. Now Create a RAW material as you said.So when ever a materail is created then WORK FLOW GETS trigered.

3. Now again go back to the t-code SWEL and check the column BUSINESS OBJECt and for which EVENT the workflow is triggered .

4. You will see a column with NAME OF THE RECEIVER that is nothing but your WORKFLOW template .

5. You can see the work flow design in the t-code SWDD

before Performing all the above steps make sure that you got to SWELS t-code and click on the SWITCH EVENT TRACE ON.

If it is on then on the screen it will display as SWITCH EVENT TRACE OFF .

Regards

Pavan