Skip to Content
0
Former Member
Nov 07, 2005 at 02:28 PM

AboutFM-CS_BOM_EXPL_MAT_V2

409 Views

hai friends,

I used to the function module to get the BOM information for the material.

I got the BOM information from the STB (I_BOM) table.

The following are my requirements.

Loop thru I_BOM .

the quantity from (STB-MNGLG)

Calculate the exploded quantity:

i have the Current quantity in the another table.

Exploded inventory is derived by multiplying the BOM qty- (STB-MNGLG) at each higher level to the current inventory at that level.

Eg: Level2 Exploded inventory = ( BOM qty (Current level) * Current inventory (Parent level)) + Exploded Quantity of Parent level)

Current exploded = Step 1 + Current inventory of same level

Endloop.-I_BOM.

hoe can i get the exploded inventory for the BOM materials.

Thanks in advance.

S.Elamaran