Hi all,
i want to check weather a sales order is delivered completely or not. Suppose if a sales order is having say 3 items , out of that only 3 i delivered, 2 are pending, in that case i have to ignore that order, if all the items are delivered then only i have to consider the order.
so, i am checking at the header level for the status. The table is VBUK. and the fields are
LFSTK (Delivery status) and GBSTK (Overall processing status).
if both LFSTK = 'C' and GBSTK = 'C' then it is a completely delivered order.
is this correct ?
Thanks
Kamala