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

Include MV45AFZZ

Former Member
0 Likes
631

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
Read only

Former Member
0 Likes
579

Pass the values in Routine FORM USEREXIT_MOVE_FIELD_TO_VBAK/VBAP

4 REPLIES 4
Read only

Former Member
0 Likes
580

Pass the values in Routine FORM USEREXIT_MOVE_FIELD_TO_VBAK/VBAP

Read only

0 Likes
579

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.

Read only

0 Likes
579

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.

Read only

Former Member
0 Likes
579

Hi,

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

Thanks

Naren