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: 

VBUK-ABSTK

Former Member
0 Kudos
1,241

If I am querying the above field, can I assume the following?

A = All items are OK

B = Some items on the order have been rejected and some haven't

C = All items have been rejected.

Kind Regards

Carly Bond

4 REPLIES 4

Former Member
0 Kudos
319

the values of VBUK-ABSTK indicates fiollowing...

' ' = 'Not relevant'

'A'='Not yet processed'

'B'='Partially processed'

'C'='Completely processed'

0 Kudos
319

I know that's what the descriptions say but this doesn't explain what they actually mean as I don't understand how a rejection status can be partially "processed".

Does this actually mean the order is A = Not Yet Rejected, B = Partially Rejected and C = Completely Rejected?

And therefore if I want to check if an order has been partially or completely rejected and I say IF VBUK-ABSTK = 'B' OR VBUK-ABSTK = 'C'.

0 Kudos
319

yes you can say that B & C are partially or completely rejected...

0 Kudos
319

The system determines the total status from the status of all individual

items in the sales document. The status message tells you whether the

sales document has been partially or completely rejected or whether

nothing has been rejected.

If not all the items of sales order are rejected, suppose a sales order composed of following.

line item

10 material say pepsi.

20 material say marinda

out of these say 20 marinda is rejected due to certain reason, then it is partially rejected.

think you got my point.

reward if useful.

Amit Singla