cancel
Showing results for 
Search instead for 
Did you mean: 

How to see the billed invoices in VF04 transaction

Former Member
0 Kudos

Hi,

All

I would like to find a way to see the invoice number for collective billing. When we process more than one Delivery at a time,

The invoice number is generated in background and in order to find it that we have to reference back to the delivery. Is there an place to see this or

how to see the billed invoices in VF04 transaction

Thanks

rajesh

Accepted Solutions (1)

Accepted Solutions (1)

Lakshmipathi
Active Contributor
0 Kudos

In VF04, you cant see the invoice reference for the respective deliveries. For this, you need to develop a report from table VBFA field VBELV (for Preceding Document number) and VBTYP_N (for subsequent document reference).

thanks

G. Lakshmipathi

Answers (2)

Answers (2)

former_member188076
Active Contributor
0 Kudos

Hi

You may check the table VBRK, give the date of creation of invoice in ERDAT field and execute, it will give all the Invoice created on that date.

you may also check with ref. to the invoive no. in table VBRP for the Delivery no. in the field VGBEL.

If require you may create an ABAP Querry for these two tables VBRK and VBRP.

Hope it will help

Regards

AA

Former Member
0 Kudos

Hi,

Please go through the link below.

Hope this help.

http://www.sap-img.com/sap-sd/schedule-vf04-for-individual-billing-run.htm

Former Member
0 Kudos

Hi,

For the invoices that created via VF04 in background mode, you can see the list of generated invoices in spool via t-code SP01.

cheers,