cancel
Showing results for 
Search instead for 
Did you mean: 

Production order confirmation CO11N workflow

former_member205060
Active Participant
0 Kudos

Dear All,

I need to send the notification during the CO11N Order confirmation on particular operation steps i.e there are 24 steps for confirming the Finish product as 0010/0020/....0240. I need to send the notifications to individualizes suppose on

confirmation of operation 0040 to Agent A1 ,

confirmation of operation 0080 to Agent A2 ,

confirmation of operation 0150 to Agent A3 and so on . How can we map this workflow scenario ?

Your contribution is highly appreciated.

'

Regards,

Rahul Singh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

The approach you could take:

1. Create a Production Order and have it released, etc so that it is in a state where operation confirmations can take place

2. Before actually confirmation, in a new SAP session, activate Event Trace using SWEL. Use SWELS to check if event trace has been switched on

3. Confirm one of the operations

4. Check event trace to see what events are triggered.

5. This should give a hint as to what event you need to use for triggering your worklow. The event should also most likely have the order details, operation number, etc that you can use (see BO BUS2116)

6. If there are no suitable standard events, you could always generate a customized event on operation confirmation

Your workflow should cater for pooled operations if you using them.

Regards,

Satish