Application Development and Automation 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: 
Read only

MM doubt

Former Member
0 Likes
676

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..

4 REPLIES 4
Read only

Former Member
0 Likes
532

check this

Regards

Prabhu

Read only

p291102
Active Contributor
0 Likes
532

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

Read only

Former Member
0 Likes
532

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...

Read only

Former Member
0 Likes
532

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