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: 

Updating VBKD at item level in User_exit_move_field_to_vbkd.

Former Member
1,403

Dear All,

I saw several posts on the table VBKD and understand that business data is stored at header level normally with

posnr = 00000 , until unless atleast once a change is made at item level in atleast one of its field.

So Can we use Form User_exit_move_field_to_vbkd to update a field say shipping type (VSART) at item level ?

As far as I've seen we don't get the item no in XVBKD and once i was trying to update one such field at item level, it updated VBKD table but then I started getting weird messages when I used to open Sales order that Business header & Item Data not match.

Please suggest, if this is a appropriate user exit if i want to update shipping type (VSART) at SO item level .

Thanks in advance for help,

Manu Parihar

2 REPLIES 2

Former Member
157

Use userexit save_document_prepare in MV45AFZZ .

<REMOVED BY MODERATOR>

Edited by: Alvaro Tejada Galindo on Jun 12, 2008 6:51 PM

0 Kudos
157

Sometimes user may want to see the value on the screen immediately. So for this do you have any solution ?