cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with Printing the Billing date...

Former Member
0 Kudos

Hi Experts...

Here im facing the problem in printing the billing date.

The scenario is as follows.

The posting date of Billing is 10.10.2008

The document date of Billing is also 10.10.2008.

At the time of printing the Billing document it is taking another date otherthan 10.10.2008,where it should be 10.10.2008.

What modifications should i do to rectify the problem.

Please advice.

Regards,

Y P.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear,

You can just enter billing date 10.10.2008 in VF01 when you create billing and contact your ABAP developer. He can fatch this date in print out format.

Regards,

Sandip Shaktavat

Answers (3)

Answers (3)

claudia_neudeck
Active Contributor
0 Kudos

no action before 2 months

Former Member
0 Kudos

Y.P,

Put a break point in the function module RV_BILLING_PRINT_VIEW and check what date is being populated into VBDKR-FKDAT.

Also check whether you are using the same field in the sapscript/Smartform of the invoice .

Regards,

Aj.

Former Member
0 Kudos

Prasad,

Ask your ABAPer do debug and find out what date (Table-Field) is used in the Invoice Output program. You will know the reason and if you think that the date being used is incorrect, you can ask your ABAPer to change it to VBRK-FKDAT which is the billing date.

Chandan