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

BOM Explosion Table CU50

Former Member
0 Likes
1,662

Hi All,

In CS15, it shows all the configured materials for the assembly or subassembly, but I need to find a specfic for a given subassembly or assembly where exactly it is being used in the configured material.

I am sure there is way in CL30N, but I am not able to get that part. I want to know the table or FM which stores the details.

EX. For a configurable material (say L1000) it has 1000 material BOMs (say 50000, 50001…..51000)

There are assemblies for each assembly (50000, 50001…..51000) i.e. subassemblies exist for configurable material L1000

Is there a way, for a given assembly ( say 50100) or subassembly, I can know under which material variant the assembly is stored. Or the FM or Table in which it is retireved.

Thanks,

Best regards,

Prashant

Hi All,

In CS15, it shows all the configured materials for the assembly or subassembly, but I need to find a specfic for a given subassembly or assembly where exactly it is being used in the configured material.

I am sure there is way in CL30N, but I am not able to get that part. I want to know the table or FM which stores the details.

EX. For a configurable material (say L1000) it has 1000 material BOMs (say 50000, 50001…..51000)

There are assemblies for each assembly (50000, 50001…..51000) i.e. subassemblies exist for configurable material L1000

Is there a way, for a given assembly ( say 50100) or subassembly, I can know under which material variant the assembly is stored. Or the FM or Table in which it is retireved.

Thanks,

Best regards,

Prashant

3 REPLIES 3
Read only

Former Member
0 Likes
879

Hi Prashant,

Check FM

CS_BOM_EXPL_DOC_V1

CS_BOM_EXPL_GNRL2_V1

or get it in table STPO.

Regards

Srimanta

Read only

Former Member
0 Likes
879

Hi,

The above FM's have Document Number & related fields as mandatory IMPORT parameters.

My requirement is to retrieve based on Material Variant Number bcz that is the only value available.

Is there any relation between Material Variant Number & Document Number ?

Thanks,

Best regards,

Prashant

Read only

0 Likes
879

Hi,

hi take table MAST check field CSLTY & STLNR.

Pass STLNR IN TABLE stpo GET DOC nUMBER & PASS IT IN FM.

Regards

Srimanta