2007 Aug 17 6:59 AM
Hi,
I want to write the program for the following situation.
how to write the program to know the status of the invoices.
here the situation there r certain invoices out of which some invoices r cancelled . i want to know the status of the invoices?
Thanks
2007 Aug 17 7:04 AM
hi,
i am not able to get clear idea bout you question.But if i am not wrong if it is regarding IDOC's then there will be a table EDIDS(Status Record) where we can get the related info for your situation.
Cheers,
Rohith.
Hi,
I want to write the program for the following situation.
how to write the program to know the status of the invoices.
here the situation there r certain invoices out of which some invoices r cancelled . i want to know the status of the invoices?
Thanks
2007 Aug 17 7:04 AM
hi,
i am not able to get clear idea bout you question.But if i am not wrong if it is regarding IDOC's then there will be a table EDIDS(Status Record) where we can get the related info for your situation.
Cheers,
Rohith.
2007 Aug 17 7:09 AM
use table vbrp and vbrk
also where vbrk-fksto NE 'X'.
FKSTO - Billing document is cancelled
IF fksto = 'X' __ YES
fksto = ' ' ___ NO
reward if useful
anju
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |