2007 Oct 11 12:02 PM
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
2007 Oct 11 12:06 PM
the values of VBUK-ABSTK indicates fiollowing...
' ' = 'Not relevant'
'A'='Not yet processed'
'B'='Partially processed'
'C'='Completely processed'
2007 Oct 11 12:12 PM
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'.
2007 Oct 11 12:26 PM
yes you can say that B & C are partially or completely rejected...
2007 Oct 11 12:34 PM
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