cancel
Showing results for 
Search instead for 
Did you mean: 

VF01 Determine Billing date for billing index and printout to current date

Former Member
0 Kudos

Hi

we need to determine the Billing date for billing index and printout to current date

What can I do to determine automatically at the time of creation current day to Billing date for billing index and printout?

please let me know

Best Regards,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Beatriz ,

You have two options here. you can chose either of these solutions:

1.

A. T-Code: VTFL ( if using del related billing) For the billing document and delivery, at item level assign the copying requirement 011 or if you are currently using some other routine then you can use following in that

VBRK-FKDAT = SY-DATUM.

B. T-code VTFA (if using order related billing)

Similar to A, using copying requirement 011.

2. You may also try option of Checking in the User Exit for the Program RV60AFZA & RV60AFZA.

Please let us know if this helps

Regards

Harpreet

Former Member
0 Kudos

thanks a lot I take the option to modify the copy requirement that is being used.

It works perfectly

Answers (1)

Answers (1)

Former Member
0 Kudos

If you are usinf VF04 to create billing document. then you can use the default date in the 2nd tab to put today's date always. This can be dine using a variant where you default today's date.

A better way would be using a custom copy ctrl routine from order/delivery to invoice or exit in invoice that will default that field to current date.