Application Development and Automation 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: 
Read only

BD87 - Runtime error Table_Invalid_Index

Former Member
0 Likes
414

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!

1 REPLY 1
Read only

Sm1tje
Active Contributor
0 Likes
352

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).