cancel
Showing results for 
Search instead for 
Did you mean: 

userexit_move_field_to_vbkd

0 Kudos

Hi,

I have created a sales order with one material.

Now in sales order change mode I'm going to add one more material, at that time it is throwing an error userexit_move_field_to_vbkd .

This is regarding Update Termination .

Can any one suggest me the solution for the same ?

Regards,

Vikas

Accepted Solutions (0)

Answers (4)

Answers (4)

madhu_vadlamani
Active Contributor
0 Kudos

HI Vikas,

Please paste the code kept in that exit.

Regards,

Madhu.

prasanna_kumar4
Active Contributor
0 Kudos

HI

Go to SE38 and enter the Program MV45AFZZ

FORM USEREXIT_MOVE_FIELD_TO_VBKD

Check any Enhancements done or not if yes try to analysis , then you will come to know

Regards,

Prasanna

Former Member
0 Kudos

HI Vikas,

If my understand is correct ur question is in VA02 after ading one more line item is throwing an error in "userexit_move_field_to_vbkd ".

In STD function support this, you can add line items in change mode. Where as in your case, check with your ABAPer any code has written in "userexit_move_field_to_vbkd ".

if any code has written then comment that and check with STD program, if it works fine then the problem with code only..

Regards,

Nagesh

naveen_kaluti
Active Participant
0 Kudos

Use this user exit to assign values to new fields for business data of the sales document. It is described in the section "Copy customer master fields into sales document" .

The user exit is called up at the end of the FORM routine VBKD_FUELLEN.