Application Development 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: 

CS_BOM_EXPLOSION Multilevel Explosion Issue

Former Member
0 Kudos
174

Hi Experts,

We are exploding multi-level BOM using FM CS_BOM_EXPLOSION. Issue is :

If we enter alternative bom as "02" in the FM we get level 1( first level ) data for alt bom "02" but for sub components it is taking up the first avaliable alternative bom by default e.g. If sub component "1123" has alternative bom 1,2 and 5 defined it takes up values for alternative bom 1 irrespective of adding "02" in the FM parameters.

We want it to pick up the data for alternative bom "02".

Thanks in advance for your help.

Regards,

Vikas Pawriya

Edited by: Vikas Pawriya on Feb 10, 2010 12:16 PM

1 ACCEPTED SOLUTION

kesavadas_thekkillath
Active Contributor
0 Kudos
55

Do it using CSAP_MAT_BOM_READ

it_stpo will give the immediate level for the input.

Pass the output agaion to the fm to get the next level..

Is it sequential explosion or inverse explosion( FERT to HALB or HALB to FERT)

2 REPLIES 2

kesavadas_thekkillath
Active Contributor
0 Kudos
56

Do it using CSAP_MAT_BOM_READ

it_stpo will give the immediate level for the input.

Pass the output agaion to the fm to get the next level..

Is it sequential explosion or inverse explosion( FERT to HALB or HALB to FERT)

Former Member
0 Kudos
55

I used MAT_BOM_READ in loop to explode each level