Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

having a problem After saving the VA01 TCODE

Former Member
0 Likes
498

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

3 REPLIES 3
Read only

Former Member
0 Likes
429

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

Read only

0 Likes
429

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.

Read only

0 Likes
429

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