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

Buffer issue in MV45AFZZ

Former Member
0 Likes
970

Hello Experts,

I am facing problem with the user exit MV45AFZZ. The exit functionality is working fine. However when I am hitting the back button from VA01 and and try to start creating the order fresh then my user exit is not being called. However when I exit completely out of the VA01 using either /nVA01 or /OVA01 the user exit is being called successfully. Could you please help me in fixing this issue for Back button?

Regards

Radha

1 ACCEPTED SOLUTION
Read only

naimesh_patel
Active Contributor
0 Likes
820

If you have problem using the Global Variables of the FG, you can use the USEREXIT_REFRESH_DOCUMENT userexit of program MV45AFZA. This User exit would be called when the document is saved and all the variables are getting initialized. You can create a FM in your FG, clear all the variables in this Clear FM and call this FM in this User Exit to clear all the variables from your FG.

Regards,

Naimesh Patel

Hello Experts,

I am facing problem with the user exit MV45AFZZ. The exit functionality is working fine. However when I am hitting the back button from VA01 and and try to start creating the order fresh then my user exit is not being called. However when I exit completely out of the VA01 using either /nVA01 or /OVA01 the user exit is being called successfully. Could you please help me in fixing this issue for Back button?

Regards

Radha

3 REPLIES 3
Read only

brad_bohn
Active Contributor
0 Likes
820

It would help if you indicated which exit and what you're trying to do, since we don't know that you've even picked the correct exit. These exit calls have been in place for many, many years and it's highly doubtful it's an issue with the transaction or exit itself.

Read only

naimesh_patel
Active Contributor
0 Likes
821

If you have problem using the Global Variables of the FG, you can use the USEREXIT_REFRESH_DOCUMENT userexit of program MV45AFZA. This User exit would be called when the document is saved and all the variables are getting initialized. You can create a FM in your FG, clear all the variables in this Clear FM and call this FM in this User Exit to clear all the variables from your FG.

Regards,

Naimesh Patel

Read only

Former Member
0 Likes
820

Solved myself. There was variable which is not getting cleared.