‎2007 Feb 06 11:27 AM
Hi
in my report displaying components and sub-assemblies by using the the function module CALL FUNCTION 'CS_BOM_EXPLOSION'. the logic , if I provide the components in the selection screen, it should display the multi-level sub-assemblies for that component(s). if sub-assembly provided it should not display components for that.
how to validate this?
I tried with another FM ...MAT_V2 but not working..
can anyone help me where can I restrict the components & sub-assebly information available( FM or transaction)
please help me...
‎2007 Feb 06 11:37 AM
Hi
In the function module CS_BOM_EXPLOSION
there is input parameters
MDMPS
MEHRS = 'X' for Multilvel explosion
MKMAT
MMAPS
Try to use of this parameters in the function module
MEHRS = ' ' to avoid mulitlevel explosion and MMAPS = ' '.
also use other parameters
pLEASE REWARD IF useful.
‎2007 Feb 06 12:14 PM
Hi Dinesh,
I am getting multi-level sub-assemblies, but if i provide the sub-assembly it is getting all list of components... this is not my desired output.
As I described earlier if component provided it should get sub-assemblies , if sub-assembly provided it should not provide any componnents...
please help me....
‎2007 Feb 06 3:30 PM
Hi,
Use the function module 'CS_BOM_EXPL_MAT_V2'
pass mehrs = 'X'.
It is for multi-level bom.
Definately it will display the sub assemblies for that components.
I have already worked on this, it doing what you have requested.
Reward Points if helpful.
Kannu.