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: 

workflow

Former Member
0 Kudos
84

how we can see status of work flow in production server

4 REPLIES 4

Former Member
0 Kudos
53

Hi,

For workflow related question, please refer to this area: [ BPM and Workflow|;.

Regards,

Former Member
0 Kudos
53

hi

good

check this link.

http://help.sap.com/saphelp_nw04/helpdata/en/96/57f807ef0f11d195280000e82dec10/frameset.htm

hope this will help you to solve your problem.

Thanks

mrutyun^

Former Member

Former Member
0 Kudos
53

Hi,

Check out this one..may b it would help you..

Before configuring workflow for Production Order, we would first create a production order and observe the events that are triggered by SAP (by default).

Ø Switch on the event trace using the transaction SWELS

Ø Go to transaction CO01 and create a Production Order.

Press SAVE and click on the following button.

Ø The Production order is created. Now go to either CO02/CO03 to understand the statuses set for the document created.

Click on u2018iu2019 button.

The above statuses are set to this document.

Ø Switch of the event trace and check for the events triggered during the production order creation.

Ø Now the requirement is to trigger a custom event, when the status MANC is set (please refer to the above screens for details).

Steps to trigger a custom event whenever the production order status is set to MANC:

· Go to transaction SWO1.

· Create a custom business object by taking BUS2005 (Production Order) as Super type.

· Create a new event, for example MANC.

· Implement and Release the business object component and the business object.

· Go to transaction BSVW (Status Management)

· Click on u2018Customer Settingsu2019

· Go to change mode and click on u2018New Entriesu2019.

· Enter the following:

· Press SAVE and select the above row and click on u2018Status restrictionsu2019.

· Click on New entries

· Press F4 and select MANC from the list.

· Save the entries.

Now create a production order (Tcode CO01) and if the status of the document is MANC, then the above event would be triggered.

For more info..try this link...

saptechnical.com/Tutorials/Workflow/SChng/SChng.htm