‎2008 May 27 9:30 AM
I have an order with three items. When I created a delivery, I deleted the 2nd item. Thus my delivery only has 2 items. When I ran the IDOC containing this delivery using BD87, I get an error Table_Invalid_Index. Is it checking the 2nd item? Is the deletion of the 2nd item the reason for the error. Kindly advise. Thanks a lot!
‎2008 May 27 9:43 AM
Can't really say that this is the problem, but you are doing something in an internal table (like delete for example) where you are using an index which is not valid (index = 0 or index greater than number of entries in internal table for example).