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: 

Bom component of a given material

tushar_shukla
Active Participant
0 Kudos

How can I find out all the BOM components of a given material . I have material no ,plant ,profit center .(just like CS03/CS11 )

I needed standard price ,procurement type and special procurement key for all of the bom components of a material.

Can anyone tell me the appropriate function module or tables through which I can retrieve the required information .

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

Use the <b>MAST, STKO and STPO</b> tables and fetch the required data

Regards

Anji

3 REPLIES 3

Former Member
0 Kudos

Hi

Use the <b>MAST, STKO and STPO</b> tables and fetch the required data

Regards

Anji

former_member386202
Active Contributor
0 Kudos

Hi,

Check Table STKO STPO and MAST

Regards,

Prashant

0 Kudos

HI buddy,

This function module will solve your problem.

CS_BOM_EXPL_MAT_V2 "for materialBOM´s

Pass appropriate parameters to this function module like material number, which will return an internal table containing the subcomponenets of the passed material number.

Reward if found use full.

Regards,

Ram.