Application Development 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: 

Userexit MV45AFZB is used for VA01 wana know where this exit getting input

Former Member
0 Kudos

Hi All,

I have exit MV45AFZB is used in VA01 and i wana know where this exit is getting value from. i just have to change my <b>ship to party</b> from <b>sold to part</b> but befor that i wanted to know what is happen befor this getting value so i can continue my modification.

Tnx in advance

3 REPLIES 3

kiran_k8
Active Contributor
0 Kudos

Lalilt.

go the include MV45AFZB

put a break point at that correspoinding exit.

Run the transaction.

if the execution breaks at this point then it is the user exit which is getting triggered.

K.Kiran.

Former Member
0 Kudos

Hi,

The exit gets the values from SAPMV45A the main program for sales order. FOr your requirement, you might want to do the changes in save_document_prepare or save_document to update the ship-to....

Rewards if helpful!!

0 Kudos

i just wanted to know that this exits MV45AFZB from where its getting the value any othr include or program or selection-screen field or from some qurey where its getting populated