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

Material BOM

Former Member
0 Likes
846

How to get all the BOMs for a material from STPO and STKO? I tried using the material = IDNRK in STPO but i could get only limited numbers. where as the transaction CS15 gives many numbers that I am not getting.

6 REPLIES 6
Read only

hymavathi_oruganti
Active Contributor
0 Likes
794

call the fn module

CS_BOM_EXPL_MAT_V1

Read only

0 Likes
794

SORRY IT IS

CS_BOM_EXPL_MAT_V2

Read only

0 Likes
794

Thanks for ur reply but u know what that's not what i m looking for. i wanna get all the related BOMS for a particular material based on valid form date and valid to date

Read only

0 Likes
794

Hi Navin,

The Fm CS_BOM_EXPL_MAT_V2 is used to get all BOMs for a material.

Use parameter DATUV to supply a valid to date.

Cheers

Ankur

Read only

0 Likes
794

if you are trying to find out the BOMs for a material (that is, all of the alternates), you can use table MAST. Given a material and plant all of the BOMs are given.

If you are looking to get all of the COMPONENTS for a specific material (that is, all of the materials on a PARTICULAR alternate BOM for a material), then use the function module mentioned above. This function module gives you all component materials either at a single or multi-level.

Read only

ferry_lianto
Active Contributor
0 Likes
794

Hi Navin,

You can use this FM CS_WHERE_USED_MAT.

Hope this will help.

Regards,

Ferry Lianto