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

Regarding Va02

Former Member
0 Likes
635

Hi ,

I am having a trouble with VA02 in Production , There is an Order for which i am changing the sold to party and am not able to save the same, when i change the SP and click on enter it then a pop up comes to redetermine the tax when i clicked enter it will display another popup with options - Determine , redetermine and cancel. When i either click on determine or redertemine or cancel my system goes to Infinite loop and not able to save the changes , this is happening only for this order. can anyone let me know at which user exit this will trigger and what could be the reason for not saving?

Waiting for your reply

Thanks,

Sailaja

Hi ,

I am having a trouble with VA02 in Production , There is an Order for which i am changing the sold to party and am not able to save the same, when i change the SP and click on enter it then a pop up comes to redetermine the tax when i clicked enter it will display another popup with options - Determine , redetermine and cancel. When i either click on determine or redertemine or cancel my system goes to Infinite loop and not able to save the changes , this is happening only for this order. can anyone let me know at which user exit this will trigger and what could be the reason for not saving?

Waiting for your reply

Thanks,

Sailaja

3 REPLIES 3
Read only

Former Member
0 Likes
583

sadly this cant really be guessed, i fear you got to debug it.

BTW if you really fear you run into an infinite loop, you can check TA SM50 and see if you find your process here.

You can then jump into debugging it. This would spare you the time to debug to the exact piece of code where your proble arises.

Read only

former_member191735
Active Contributor
0 Likes
583

How many items do you have in that order? Do you also using any external tax software? How long did it take to run before short dump.

Activate trace and run it after hours and analyze the dump as well as sql trace. you will be able to find the problem.

And it is not unusual to run longer time when you have all the above conditions and changing Sold to party. This also changes pretty much everything in your order.

Edited by: Sampath Kumar on May 12, 2011 8:54 AM

Read only

Former Member
0 Likes
583

hi Sailaja

there are some user exits available for thee sales order application..check the program name if it is SAPMV45A or SAPMV50A..

in these program there will be includes --like ZMV50AFZZ or MV45AFZZ...etc..these includes will have some PERFORM statements where we can write some logic which will get trigger during the sales order SAVE or etc....

check in your system whether any logic is exists.

thanks

AV