Application Development 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: 

Sales order Cancellation

Former Member
0 Kudos

Hi All

I want to know how to identify sales order cancellation in table updating , please help me

Thanks

kanishka

1 ACCEPTED SOLUTION

Former Member
0 Kudos

You need to identify the Invoice that is cancelled. get the sales order that is linked to that perticular invoice.

Hope u r searching for this only right.

Regards,

Sujatha.

3 REPLIES 3

Former Member
0 Kudos

Hi,

With the help of the field VBAP-ABGRU (Reason for rejection) we will come to know why that particular item was rejected or cancelled.If all the items were rejected then that complete order get cancelled.

Regards,

Anji

Message was edited by:

Anji Reddy Vangala

Former Member
0 Kudos

You need to identify the Invoice that is cancelled. get the sales order that is linked to that perticular invoice.

Hope u r searching for this only right.

Regards,

Sujatha.

Former Member
0 Kudos

Take the SO number and from tables VBUK VBUP to know the cancellation status .

VBUK-ABSTK.

this is at header level

VBUP-ABSTA

this is at item level .

regards,

Vijay