cancel
Showing results for 
Search instead for 
Did you mean: 

Message V1604

Former Member
0 Kudos

Hi all,

I am working in Assembly order scenario in VC.

When the production order created against the sales order is released and

I try to change the sales order I get a warning message

V1604 - A production order is available for item 000010

I want to change this message to Error message from warning message as I dont want any sales order changes after production order is released.

I tried to search in all system message but could not get any Application area

V1 and message number 604.

If anybody can throw some light on this I would be thankful.

Cheers

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Kalidas,

This can be implemented in the user exit PPCO0003 .

This exit would be triggered during sales order processing, if the changes made in the sales order can create a change in Production order or Process order.

You may code your business logic checks in this enhancement.

Hope this solves your problem

Regards,

Jayakandan