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
525

Form a table how do u find whether a material used in another material BOM?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
497

Hi

<b>Use the Tables MAST

STKO and STPO

check the field MAST-STLAL</b>

<b>Reward points for useful Answers</b>

Regards

Anji

3 REPLIES 3
Read only

Former Member
0 Likes
498

Hi

<b>Use the Tables MAST

STKO and STPO

check the field MAST-STLAL</b>

<b>Reward points for useful Answers</b>

Regards

Anji

Read only

Former Member
0 Likes
497

Hi Srikanth,

Check this CSEP_MAT_BOM_SELECT_WHERE_USED

Reward if useful!

Read only

Former Member
0 Likes
497

use the fm CS_WHERE_USED_MAT here pass

DATUB = sy-datum

DATUV = sy-datum

MATNR = <material no>

WERKS = <plant>

but it will give only the upper level.

regards

shiba dutta