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: 

USEREXIT_MOVE_FIELD_TO_VBKD?

Former Member
0 Kudos

Hi, Gurus:

In the user exit USEREXIT_MOVE_FIELD_TO_VBKD.

I put the following code.

  • Move schedule line date to service rendering date.

MOVE vbep-edatu TO vbkd-fbuda.

MOVE vbkd-fbuda TO *vbkd-fbuda. "

I use VA02, It doesn't populate schedule line date to service rendering date field.

in the line item, Service rendering field still empty.

Thanks,

1 REPLY 1

Former Member
0 Kudos

You have to update xVBEP, and set the UPDKZ field.

Albert