cancel
Showing results for 
Search instead for 
Did you mean: 

User Exit in SD for VBKD

Former Member
0 Kudos

I am new to identifying user exits and just need some assistance if possible.

I have a requirement to change customer data depending on a condition and need to find the correct user exit (and how to get to it!) when a sales order is saved so I can code a condition whether or not to write to a field in table VBKD

Any help would be appreciated

Kind Regards

Barry Dixon

Accepted Solutions (1)

Accepted Solutions (1)

Shiva_Ram
Active Contributor
0 Kudos

Check the user exit USEREXIT_MOVE_FIELD_TO_VBKD in program MV45AFZZ. For list of user exits, refer the link
http://help.sap.com/saphelp_46c/helpdata/en/1c/f62c7dd435d1118b3f0060b03ca329/content.htm

Note that many of the answers can be found just by searching this forum or the web. So please search before posting.

Regards,

Answers (1)

Answers (1)

0 Kudos

Hello!

As mentioned above, you have to do that in the User-Exit MV45AFZZ in the form USEREXIT_MOVE_FIELD_TO_VBKD.

You have to be careful, because the VBKD can contain many items in the SE16(N) if you have deviations between the header and the item of a sales document. So normally the header is relevant for all items, but in case you change one of the itmes the system will create a separate item in the table vbkd. So be careful to handle and consider that fact.

Best Regards,

Sebastian Sav