cancel
Showing results for 
Search instead for 
Did you mean: 

prevent sales order if material-- plant flagged

Former Member
0 Kudos

Hi,

Could any one adcise me how to get below requirement.

prevent sales orders from accepting the material and plant combination when the material is flagged for deletion in that plant .

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

There is standard message V1 - 406 - Material & is marked for deletion

V1 messages are hard coded so u can not change them from Warrning to Error using OVAH or other t-codes

Go to SE91

give application V1 and message# 406

click on where used list

now after this put break point and process sales order with proper material, if your ABAPer able to find when and where it is hitting message, then ask him to comment it and make it to Error

Thanks

Former Member
0 Kudos

Hi Raja,

Please find the below link

Thanks

Dasaradha

former_member184701
Active Contributor
0 Kudos

dear friend,

as far as i know the message VL 406 Material & is marked for deletion

is Warning in standard

you just need to set up 'E' instead of 'W'

good luck!