cancel
Showing results for 
Search instead for 
Did you mean: 

CS_BOM_EXPL_MAT_V2 not getting correct Qty

tejpal_patil
Explorer
0 Kudos

I am using FM: CS_BOM_EXPL_MAT_V2 to explode BOM and get Lowest level material Qty.

My case is I have header BOM in plant say 6001 & level 1 ,2 & 3 are in same plant however Level 4 & 5 material are from plant 6002

Now the exact problem is if I used one path from header to lowest level child material then Qty is comming correct

However if I have 3 different paths of header to lowest level child material then I am getting incorrect qty for lowest level material.

I found that its taking qty of only one path and does not add qty of rest two paths.

Please suggest how to solve.

Thanks in advance.

Tejpal

Accepted Solutions (0)

Answers (2)

Answers (2)

tejpal_patil
Explorer
0 Kudos

Hi,

Issue is solved after detail debugging.

Thanks....

Former Member
0 Kudos

What do you mean by 'different paths', can you please elaborate?

Also check the FM documentation for getting clarity how it works.

Normally there will be some prerequisites for running the FM.

Regards,

Mahendra

tejpal_patil
Explorer
0 Kudos

Hi Mahendra,

As requested Differect paths means:

Header BOM is A which have two child material B & C now B & C both have child material D

so now there are 2 paths from A to D

1st is A-B-D

2nd is A-C-D

so if we want qty of D then both bath must get consider currectly system is taking qty of only one path and qty of other paths are not added.

Regards,

Tejpal

Former Member
0 Kudos

When you are using the BOM explosion function module.

I would advise you to use level by level.

1) First explode BOM of level 1 A and find B&C

2) Explode BOM of level 2 B and find D (re-run FM with header as B)

3) Explode BOM of level 2 C and find D (re-run FM with header as C)

4) Try explode BOM of D, if not found return.(re-run FM with header as D)

Right now, the explosion you are considering is I think only from level 1. Rather  ask the programmer to go level by level search which will ensure that all the items are considered.

Regards,

Mahendra