cancel
Showing results for 
Search instead for 
Did you mean: 

Message Control in sales order

Former Member
0 Kudos

Could some one help me to change the message control from Info to Error for Application area V1 (sales order)

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Lakshmipathi
Active Contributor
0 Kudos

Though already it has been suggested to go in SE91, it is not recommended to change the behaviour of messages other than those which precedes with V4 & VL. This means, for V1 message, if you change the control via SE91, and at a later date if you face any issue due to that, SAP will not support.

So what I would request is that still if the requirement is mandatory and needs to be changed, better check with SAP on the consequence.

thanks

G. Lakshmipathi

former_member550050
Active Contributor
0 Kudos

Hi

This has to be done thro development only

Only some messages of message class V4 can be done in t code OVAH

Go to SE91

1.Input the message class V1

2..Input the message no say 061 in no and execute

3.select the message no and click on where used list (ctrlshiftF3)

4.select the box programming and deselect all others

5. Then a list of programs where this error message is used will appear

6.Double click description on the right side of your screen

7.Here you can see the codings written for this message 061 which can be changed to warning to error

Note

The best way to do it is with ABAPer only

Not recommended to change the standard settings

Regards

Raja

Former Member
0 Kudos

Hi,

Try with t.code OVAH.

Regards,

venkataswamy.y