‎2007 Apr 16 8:28 AM
Hi,
I am applying some validations in user exit MV45AFZZ for throwing error messages in Sales order, when the user changes some of the fields in Sales order. After the error message the screen is grayed out and the user is unable to change anything and after If i try to change the value I am get an Abort message
saying " Item xxx doesnot exist " I have to avoid this abort message
and I should be able to save it.
How we can achieve this functionality
Thanks in Advance
Ravi
‎2007 Apr 16 8:34 AM
code please ,
are u doing any modifications on any tables ?
u<b> cannt do any changes in that program after raising Error Message. So correct ur Program.</b>
Regards
Prabhu
‎2007 Apr 16 8:42 AM
I am just saving after changing the quantity value after that based on condition
I have given an error message like
Message EXXXX(XX) LIKE FIELDNAME
THENN I TRIED TO CORRECT THE QUANTITY VALUE based on error after that
I am getting abort message Itemm doenot exist.
which shouklnot come and I must be able to save order document.
‎2007 Apr 16 7:58 PM
Hi,
I think you were trying to modify a line item that doesnot exist. For this, you need to turn on debug and see what is the sales order item you are trying to modify.
This should solve your problem.
Thanks
Vamsi