Hi,
I've tried searching for this but I may have been searching for the wrong terms.
Does anyone know of a reliable way to check the availability of kit items based on a header material?
Basically, if a header item has 3 materials to make up that items, i.e. it needs 1 of Material A, 2 of Material B and 3 of Material C, and the stock of Mat-A = 2, Mat-B = 4 and Mat-C = 9 then the available quantity of the header item would be 2.
I am trying to do this check in VB.NET and I could iterate through the Items and call a BAPI on each one but this is very slow. I am hoping there is a way to do it within SAP in a single BAPI call.
Please help.
Thank you.

