cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Billing Document Table & field

Former Member
0 Likes
69,419

Hi Friends,

I have to Calculate Qty. and Amt. Related to Billing Document .But I also want to Deduct the Qty. and

Amount of Cancelled Invoice as well as Credit Note Cancelled.Is there any table exist in which i have the

Indicator or field type in which i get the total of qty (Less cancelled Invoice Qty.)

Points will be awarded for Useful answer

Regards

Kamal

Accepted Solutions (1)

Accepted Solutions (1)

abdulazeez12
Active Contributor

VBRK is the table for Billing Document Header

and VBRP is for Billing Items..

Pls check if the fields you are searching for exist in these tables

kumar_dasari07
Explorer
0 Likes

how can I find open invoices against scheduling agreements what is the logic.

Answers (5)

Answers (5)

Former Member
0 Likes

VBRK is the table for Billing Document Header

and VBRP is for Billing Items..

Pls check if the fields you are searching for exist in these tables from SD side and let me know

former_member187748
Active Contributor
0 Likes

Hi Nitin,

please see how old this thread is, please do not responds to older threads.

Former Member
0 Likes

No, sanjeev this thread is helping to us.,.,., for new comers to scn.,

Thanks,

Phani.

Former Member
0 Likes

Hi!

I thing all data can be found in the VBRK and VBRP tables.

VBRK-SFAKN - storno invoice number

VBRP-FKIMG - invoiced quantity

VBRP-NETWR - net price

Regards

Tamá

Danielrmz88
Discoverer
0 Likes
thanks!
Former Member
0 Likes

hi,

fetch all the invoices with the condition

vbrk-fksto <> SPACE

u will get cancelled invoices,

regards,

muralidhar.

Former Member
0 Likes

Hi,

VBRK-FKSTO is the field which stores the cancelled invoice data,

fetch the invoices vbrk-fksto <> SPACE.

regards,

muralidhar.

Former Member
0 Likes

check in tables : VBRK

VBRP