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

Table name needed

Former Member
0 Likes
582

Hi,

In which table the configurable materials data stored.

While creating the sales order, if one of the line item is the configurable material then, it's characteristic values will be maintained by selecting the menu path Extras -> Configuration.I need the table name where this configuration data for the sales order item material will be stored.

Thanx in advance,

Durga.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
524

Hi,

There is a field called MTART which is the field for material type and for the configurable materials value is KMAT u can find this field in many tables like MARA, LIPS, MMARA, MDKP, EKPO...

Hope this helps u.

Regds,

Seema.

2 REPLIES 2
Read only

Former Member
0 Likes
524

Hi,

You can get the Characteristic Values from the table AUSP (Field ATFLV) based on the Object Number (OBJEK) which can be obtained from the table VBAP (Field CUOBJ) and the Characteristic Name (ATINN).

Manoj

Read only

Former Member
0 Likes
525

Hi,

There is a field called MTART which is the field for material type and for the configurable materials value is KMAT u can find this field in many tables like MARA, LIPS, MMARA, MDKP, EKPO...

Hope this helps u.

Regds,

Seema.