‎2007 Jan 31 4:38 AM
what is the difference between component and sub-assembly in MM ?
my requirement in report is, if component entered then get sub-assemblies using the FM CS_*BOM_EXPLOSION. if it is in other way, ie. entering sub-assebly in the screen it should not pick anything.
where can I get this information? plz help me..
‎2007 Jan 31 4:45 AM
‎2007 Jan 31 4:48 AM
Hi,
One product have 'N' no.of components and One component have "N' no.of sub-assemblys.
In One SUB-ASSEMBLY have one or more no of. small parts will contain.
For example ONE BOLT is there. It is one of sub-assembly it having nut and washer is there.
This one bolt is the one part for one component or product.
Thanks,
Shankar
‎2007 Jan 31 5:12 AM
The details in my selection screen are:
I have material and plant... disposition ( R-Rework, S-scrap, U-use as is...) and cost of rework ie. either standard or moving avg price...or the cost enter in the selection screen.
So, which FM is suitable to get sub-asseblies either CALL
FUNCTION 'CS_BOM_EXPL_MAT_V2' or CS_*BOM_EXPLOSION? plz help me..
I can only pass material and plant is input parameters...
‎2007 Jan 31 5:31 AM
fm CS_BOM_EXPL_MAT_V2 is the correct one.
here you need to pass minimum
capid = 'PP01'.
mtnrv = <material no>.
datuv = sy-datum.
werks = <plant>.
if you want multi level bom
then
mehrs = 'X'.
regards
shiba dutta