Application Development 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: 

To find the semi finished goods used in a finished good

Former Member
0 Kudos

Hello Experts,

Can you please give me the details on where we can find the list of semi finished goods( materials) used in a finished good. Is there any table which stores this data or any function module to get this info?

New to this stream, kindly advise.

Thanks in advance.

1 ACCEPTED SOLUTION

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Yes, you can use the BOM tables, such as MAST, STKO, and STPO. STPO will have the component, IDNRK.

Regards,

RIch Heilman

5 REPLIES 5

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Yes, you can use the BOM tables, such as MAST, STKO, and STPO. STPO will have the component, IDNRK.

Regards,

RIch Heilman

Former Member
0 Kudos

as RICH said , U have to use BOM of FG material based on the Usage ,

usage = 1 for PP

= 5 for SD BOM.

Regards

Prabhu

Former Member
0 Kudos

you have to know the BOM as per other said already..

take your matnr and check with mast-matnr get stlnr from here now check stko and stpo ... you can use any std tcode to see the data like cs12...

or you can use fm CS_BOM_EXPL_MAT_V2 here you have to pass minimum this parameters datuv(sy-datum),mtnrv(material),werks(plant),mehrs(=x for multilevel explosion), capid(pp01 generally default for pp bom application).

regards

shiba dutta

Former Member
0 Kudos

Thank you very much for the immediate reply..

0 Kudos

One more problem:

How do we know which of the Semi finished goods have come from other plants?

Basically I would like to know which table stores the data as shown in the Quantity structure (Tcode CKMLQS)?

The table STPO holds the BOM components, but i could not find the plant from which it was transferred.

Is it the field "Issuing plant"?

Thanks in advance.