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: 

Include MV45AFZZ

Former Member
0 Kudos

I am new in ABAP.

And I'll want to move some fields of a contract (vbak tcode va41) to a repair order (vbap tcode va01).

I think that I founded a User Exit (include mv45afzz) to

1 ACCEPTED SOLUTION

former_member181995
Active Contributor
0 Kudos

Pass the values in Routine FORM USEREXIT_MOVE_FIELD_TO_VBAK/VBAP

4 REPLIES 4

former_member181995
Active Contributor
0 Kudos

Pass the values in Routine FORM USEREXIT_MOVE_FIELD_TO_VBAK/VBAP

0 Kudos

but if I want to use a new Badi to pass this values...?

Is this the better way go use the new badi? ... because I read that the enhancement framework substitute the user exits.

Or the user exits are the only way.

0 Kudos

May This would be Handy in your case.I found few BADi for VA01,but they are yet not released for customer.

Anyways you can also find BADi with the help of below Blog.

Former Member
0 Kudos

Hi,

You can also use VOFM Orders data transfer routine to move the values from the contract to the order..

Thanks

Naren