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

Hi

Former Member
0 Likes
375

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
352

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

2 REPLIES 2
Read only

Former Member
0 Likes
353

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.

Read only

Former Member
0 Likes
352

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