cancel
Showing results for 
Search instead for 
Did you mean: 

planned order to production order conversion check

Former Member
0 Kudos

Hi,

I want to put the check as without releasing the Document x; planned order should not be converted to production order. i want to get the error message as Document not released. please guide me.

Regards,

Mastan.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member211676
Contributor
0 Kudos

Hi Mastan

Use the user exit PPCO0007 function module EXIT_SAPLCOZV_001. This is exit while production order save, while saving you can use condition of Document release.

Regards

Kesava

rupesh_brahmankar3
Active Contributor
0 Kudos

Hi Mastan,

You need to develop something by using BAdI WORKORDER_UPDATE method AT_SAVE or AT_RELEASE


Regards,

R.Brahmankar

Former Member
0 Kudos

Hi Rupesh,

Thanks for the Responce. I have to use this Badi BAdI WORKORDER_UPDATE method AT_SAVE while conversion of planned order to production order. please guide me.

Regards,

Mastan.

rupesh_brahmankar3
Active Contributor
0 Kudos

Hi Mastan,

BADI - WORKORDER_UPDATE, method AT_SAVE, here you can prevent saving the order if Documents are not released in created stage with error message. So user will not be able to convert the order until documents are released.


Regards,

R.Brahmankar

former_member209265
Active Contributor
0 Kudos

Hi Mastan,

Check with action control indicator.

Regards,

Krishnendu.

Former Member
0 Kudos

Hi Krishnendu Das,

What i have to do in action control indicator. weather i have to mention the check in action control indicator. please guide me.

Regards,

Peddi.