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: 

VA01 User Exit

Former Member
0 Kudos

Hi,

I am trying to automatically fill in partner data, based on order type, division and warehouse. I've created a db table so that I don't have to hard code the data, but I'm not sure where and how to add my code. From what I've read, I should update table XVBPA, but in which user exit?

I want the particular partner field to be updated when the item is changed, and I want the user to be able to see that change, and override it if necessary.

Help will be much appreciated.

4 REPLIES 4

Former Member
0 Kudos

Hi

Try EXIT_SAPLV09A_003 and/or EXIT_SAPLV09A_004

Max

0 Kudos

Thanks Max,

I tried finding this exit but couldn't. I am using 4.5B. Any more suggestions?

0 Kudos

are you able to find this enahancement V45A0002

and exit

EXIT_SAPMV45A_002

Former Member
0 Kudos

Hi Ofer ,

u can try user exit program MV45FZZ ,please see the documentation of this user exit.

SPRO->SD-->system Modifications .

make use of internal tables XVBPA ,YVBPA(please check).

regards

Prabhu

Edited by: Prabhu Peram on Oct 14, 2008 12:00 PM