cancel
Showing results for 
Search instead for 
Did you mean: 

billing index-VKDFS table

former_member208541
Participant
0 Kudos

Hi,

we have put a break point in include V05IEXIT for modyfying the above table VKDFS. but while creating invoices in background mode in VF04, the system is not coming to this include V05IEXIT in debugging mode.

we have to modify VKDFS-KUNNR

what to do?

regards

sachin

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sachin,

Try to put the break point in the include LV05IF0V and let me know if the control is coming here or not.

The user exit mentioned by you is called in this include Line 323 in LV05IF0V.

regs.

former_member208541
Participant
0 Kudos

thanks for the reply. we will do as you have said. but i would like you to look at the follwoing as to the reason we are working on VKDFS table and advice us.......

we have a rquirement that if we make invoices for two deliveries, the system should make only one invoice. but the system did not allowed to make one invoice since the ship to party is different in both the deliveries. so we did coding in structure XVBPAK in include RV60AFZD to make ship to party equal during runtime and we were able to combine invoices.

sold to party/payer is same in sales order for the delivereis....

now things work well in invoice creation through VF01 mode but deliveries are no combining in background invoice creation mode through VF06 or Vf04.... why ???

somebody told us to see table VKDFS for background processing .he entries in this table are updated before invoices are created and after invoices are created, this table does not store any entires for the deliveiry nos.

when we saw table VKDFS, the ship to party is different, so we thought of making ship to party equal too here using exit V05IEXIT.. we have made ship to party/its address equal here tooo but still our delivereis are not combining in background invoice creation mode.

what is the reason that invoices combine in foreground mode and not in background mode.we know dueing background processing system uses program SDBILLDL.

regards

sachin

Answers (0)