cancel
Showing results for 
Search instead for 
Did you mean: 

Invoice Status

Former Member
0 Kudos

Hi All,

I need to get the status of an invoice i.e.,invoice is cancelled or open or closed or error.

Is there any way i can get the invoice status?Is there a Function module which can get the invoice status?

Thanks,

Regards,

Srikar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

VBUK and VBUP will tell you if an SD document is completely/partially processed or if it is open.

If you want to know if an SD invoice is cancelled then check VBRK-FKSTO. All other statuses at header level can be obtained from the field VBRK-RFBSK.

If you want to know if a particular item is incomplete either pricing or generally, then look at VBRP-UVPRS(for pricing incompletion) and VBRP-UVALL(for general incompletion).

Reward accordingly and close if this helps,

Srinivas

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Thre is no such "open invoice" as its only subsequent document is accounting.

to answer your question if an invoice is cancelled you can get it from VBRK-FKSTO.

If an accouting document is not created for an invoice you can see the status VBRK-RFBSK = 3.

Ravi

Former Member
0 Kudos

If the information provided helped you, please reward and close the thread. Open threads like are not desirable in a forum like this.

former_member214131
Active Contributor
0 Kudos

Hello,

I am not sure if you are looking for the Status data in tables: VBUK / VBUP.

Regards, Murugesh AS