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 Chassifications

Former Member
0 Likes
895

Hi,

What are the tables which stores material CLASSIFICATION details

i mean,in Material master(MM01/02/03 transaction), in the classification tab, we will have CLASS TYPE,CLASS, characteristic description & values.

i want tables which stores the above values.

Regards

Srikanth,

Intelligroup.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
666

Hi,

my requirement is if i give some values to CHARACTERISTIC DESCRIPTIONS for a material,

from which table(s) i can see those values by entering material no & class.

Regards,

Srikanth.

5 REPLIES 5
Read only

Former Member
0 Likes
666

Hi

KSSK, AUSP, CAWN, CAWNT.

Max

Read only

0 Likes
666

CHECK THE VIEW <b>M_CLASA</b>.

or

<b>VBWS_MARA_CLASSIFICATION_GET</b> just pass MATNR.

Regards

Prabhu

Read only

Former Member
0 Likes
666

Hey,

If you want to retrieve material classification details use the function BAPI_OBJCL_GETDETAIL.

-Kiran

Read only

Former Member
0 Likes
667

Hi,

my requirement is if i give some values to CHARACTERISTIC DESCRIPTIONS for a material,

from which table(s) i can see those values by entering material no & class.

Regards,

Srikanth.

Read only

0 Likes
666

You will have to query tables AUSP and CABN for the data.

AUSP-OBJEK = Matnr

Get the value of ATINN and ADZHL from AUSP for the above value and you should be able to query CABN using these values.

Hope this helps.

Sudha