on ‎2008 Jun 02 12:50 PM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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á
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi,
fetch all the invoices with the condition
vbrk-fksto <> SPACE
u will get cancelled invoices,
regards,
muralidhar.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
VBRK-FKSTO is the field which stores the cancelled invoice data,
fetch the invoices vbrk-fksto <> SPACE.
regards,
muralidhar.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
check in tables : VBRK
VBRP
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 35 | |
| 18 | |
| 14 | |
| 13 | |
| 9 | |
| 3 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.