cancel
Showing results for 
Search instead for 
Did you mean: 

MIlestone confirmation

Former Member
0 Kudos

Dear All,

I want to in what cases milestone control key deviates from the rule.

Actually in production order i have 20th(QM) and 30th(PP) operation both having milestone control key but when i am confirming 30th operation sometimes 20th opeation also got confirmed( If it is anot already confirmed by QM Peoples)

I want to that what is the problem behined that as 20th operation itself is milestone so it should not confirmed through 30th operation

Thanks and Regards

Vishnu

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

I think for QM operation you need to maintain RR mandatory for operation confirmation. please check PP config. So that unless RR is done by Quality person operation cannot be confirmed by others. Maintain condition previous operation confirmation mandatory for confirming subsequent operation through PP config.

Addiionally thrugh ABAP, control all operation confirmation mandatory for prodcution corder confirmation.

regards

hemanth

Former Member
0 Kudos

Dear Vishnu

I think even if you have kept setting in SPRO regarding cofirmantion for MILE operation...if you use CO15 it will confirm all operatios(irrespective of that wheather they have been confirmned in past.

But when you use CO11 it will check prior confirmation.

This is SAP default setting.

But if do naot want this then user exit during every confimation/operation can be used.

Regards

Sujit Gujar

former_member186399
Active Contributor
0 Kudos

Dear Vishnu

Please do the following setting . I think this should solve the issue

OPK4> Plant/order type> Maintain Operation sequence as> Error when operation sequence is not adhered.

This will not allow the 20 the operation to get skip for confirmation

Regards

gajesh

Former Member
0 Kudos

Hi,

I think you can use user Exit for your senario.

you can put the logic if the QM opn has not been confirmed then system sh;d give error message and if it is confirmed then allow for PP op'n confirm.

User Exit CONFPP05.

Try out.

Regards,

Anil