2010 Feb 10 9:55 AM
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
2010 Feb 10 12:53 PM
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)
2010 Feb 10 12:53 PM
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)
2010 May 26 9:30 AM