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,

The messages will be maintained in Message class.

Use transaction SE91 to create/view/change messages in message class.

To view your message, do the follow steps.

1) Goto SE91, Give message class as V1

2) Give the message number as 604 against messages

3) Click on Display button.

This will show you the message.

The & in the message will be replaced dynamically through report/transaction.

In your case it is 000010.

Thanks,

Vinay

Former Member
0 Kudos

Thanks for the reply

I want to know how do I change it to the error message from the Warning message.

Cheers

Former Member
0 Kudos

Hi Kalidas,

You can achieve your reqiurement from changing the message from warning to error, you need to work with user-exits on the transaction.

Plz mark all helpful answers and close the thread if the problem is answered/solved.

Thanks,

Vinay

Former Member
0 Kudos

Can you give me some details about the solution you are talking about.