cancel
Showing results for 
Search instead for 
Did you mean: 

How Can I set an Error Msg?

Former Member
0 Kudos

Hi Sappers,

While i am doing release order with reference ro a qty contract, if i change order qrder qty mannually more than the contract quantity, It allows me by just throuing a warning msg. How Can I put error message the if quantity exceeds?

I set my cust master record for Max partial deliveries as 2,

while doing delivery, it allows me do partial delivery how many I want.

How can set Max partial Deliveries with an error Message

Thank you

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Just Through ABAP Devlopment or Enhancement you can give message Type E..

david_ruiz
Active Participant
0 Kudos

hi,

I think you refer to VL065 error, isnot?

Then, this is an customsizable error. Go to OVM1 and set according your business needs... (type error E ?)

best regards,

david

Former Member
0 Kudos

HI Prasanth,

Just go to SE91 put the Message Class V1 there And in No. field enter the message number (Ex: If message no V1293 enter the number as 293)

AND

go for

where used in then select only Program >ok then Program will come select the Program > double click, you will l find the message with the Description.

Now with help of ABAP with just comment on these both the messages. afterwards you will Get the Error message.

Hope this will helps you

Dasaradha