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 VKDFS table through Delivery

Former Member
0 Kudos

Hi,

My requirement is as follows:

Im using a USEREXIT to assign the Billing Date (LIKP-FKDAT) with the Delivery Date (LIKP_LFDAT) in VL02N transaction.

I also need to update the Field VKDFS-FKDAT through VL02N transaction.

Please let me know how I can do it.

Thanks in advance,

Ashwini

1 ACCEPTED SOLUTION

brad_bohn
Active Contributor
0 Kudos

You can set initial billing date values during data transfer in copy control. Adjusting the date should be done in the SAVE_DOCUMENT_PREPARE method of delivery BADI LE_SHP_DELIVERY_PROC. The date in VKDFS will take care of itself...

3 REPLIES 3

brad_bohn
Active Contributor
0 Kudos

You can set initial billing date values during data transfer in copy control. Adjusting the date should be done in the SAVE_DOCUMENT_PREPARE method of delivery BADI LE_SHP_DELIVERY_PROC. The date in VKDFS will take care of itself...

Former Member
0 Kudos

Hello Ashwini,

Did you get answer to your question? We are also looking for same solution. Please let us also know if you could update VKDFS table.

Former Member
0 Kudos

Hi,

I think in MV50AFZ1 include USEREXIT_SAVE_DOCUMENT_PREPARE you can pass the value in VKDFS-FKDAT.