‎2008 Dec 17 8:06 PM
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
‎2008 Dec 17 8:08 PM
Pass the values in Routine FORM USEREXIT_MOVE_FIELD_TO_VBAK/VBAP
‎2008 Dec 17 8:08 PM
Pass the values in Routine FORM USEREXIT_MOVE_FIELD_TO_VBAK/VBAP
‎2008 Dec 18 1:40 AM
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.
‎2008 Dec 18 1:54 AM
‎2008 Dec 17 8:24 PM
Hi,
You can also use VOFM Orders data transfer routine to move the values from the contract to the order..
Thanks
Naren