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: 

ABAP: Tables for Object Dependant BOM

0 Kudos

Hello Experts,

I want to write a program for Showing the BOM for materials having object dependency. I have found following tables:

Table MAST: Link between Material (MATNR) BOM No. (STLNR). and show material is Cofigurable or Not (MAST~CSLTY = X).
Table STPO: Link among BOM No.(STLNR) and Components (IDNRK) where STPO~KNOBJ is assignment No. and
Table CUOB: Link between Assignment (KNOBJ) and Internal No. (KNNUM) link table.
Table CUXREF: Lnik between Internal No. (KNNUM) and Characteristic Value (ATWRT).

Now I am looking for the tbale which stores:
link between either Material (MATNR) and Characteristic Value (ATWRT) or
link between either Material (MATNR) and Internal No. (KNNUM) Or
link between either Material (MATNR) and assignment (KNOBJ)

Please gudie me: Which table store this data.

Thanks in Advance

Dev

1 REPLY 1

0 Kudos

Hello Experts,

Please guide me about the table, where this link exist