Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Invoice Cancellation

Former Member
0 Likes
1,748

Hi all,

Can anybody please tell tht when an invoice gets cancelled then which field in which table gets updated or modified.

waiting for ur valuable replies.

warm regards,

nishu

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,627

check VBRK-FKSTO

regards,

vijay

Hi all,

Can anybody please tell tht when an invoice gets cancelled then which field in which table gets updated or modified.

waiting for ur valuable replies.

warm regards,

nishu

8 REPLIES 8
Read only

Former Member
0 Likes
1,627

We cannot cancel an invoice

Read only

0 Likes
1,627

Invoice can be cancelled .

regards,

Vijay

Read only

Former Member
0 Likes
1,628

check VBRK-FKSTO

regards,

vijay

Read only

Former Member
0 Likes
1,627

Hi,

Invoice Cancellation is possible, Reverse invoice is same as Invoice Cancellation .

please have a look at the below links

http://sap.ittoolbox.com/groups/technical-functional/sap-log-sd/re-reversing-of-invoice-467005

Regards

Sudheer

Read only

Manohar2u
Active Contributor
0 Likes
1,627

by reversing the invoice (FB08) and invoice will be cancelled .

BKPF-STBLG will hold the reverse document number...if this is not blank then this accounting document is cancelled/reversed.

Read only

Former Member
0 Likes
1,627

hi,

ya i know invoice can be cancelled. i have already checked the table vbrk-fksto but for the cancelled invoiced no status is coming there.

warm regards,

nishu

Read only

0 Likes
1,627

Hi Nishu,

Check the log of cancellation invoice whether it is successfully cancelled or not.

The cancellation of an invoice status is maintained in table VBRK and the status field is <b>VBRK-FKSTO.</b>

If VBRK-FKSTO is 'X' then invoice is cancelled.

If VBRK-FKSTO is space then invoice is not cancelled.

Thanks,

Vinay

Read only

Former Member
0 Likes
1,627

Thanks for your valuable help.