cancel
Showing results for 
Search instead for 
Did you mean: 

Restrict processing of Production Order

Former Member
0 Kudos

Hi All,

I would like to know if i can restrict the processing of my production. ( i.e The production order should not be released befor the costing run). Only when the costing run is taken i should be able to release or process my production order further.

Regards,

Nishant Kansara

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Nishant

Costing run ie cost estimates through CK 11 n / or CK 40.

Production order will be created or Released without costing data updated in material master. This can be achieved by User Enhancement. This will be very simple consult your ABAP's

Regards

J . Saravan

dhaval_choksi3
Active Contributor
0 Kudos

Hi,

Apart from solutions provided by our other experts, you can control it by using following user exit which is call at the time of order release.

o PPCO0021 Enhancement for Order Release.

Regards,

Dhaval

Former Member
0 Kudos

Hi Nishant ,

Create User status by BS02 , state the condation then the system wont allow you to Release the order without cost estimation

Regards

Girish

muthusamy_sankaran
Active Contributor
0 Kudos

Hi,

Yes, can be done, pls use BADI or User exit

1) User-Exit

Use below user exit for Production Order when saving exit will work - PPCO0021 Enhancement for Order Release

(Go to SMOD)

Function exit

EXIT_SAPLCOZR_003 enhancement when release the order

2) BADI

"WORKORDER_UPDATE" with method "AT_RELEASE"

Pls work with your ABAPer on this

Regards,

Sankaran