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 classification

Former Member
0 Likes
669

Hi all,

i have to read some classification data linked at a material number.

I know the material number and normally we can go MM03 --> put in the material number and select "classification" like view and is possible see all classification data.

The problem is: i have to retrive this data by a program, so it's exist a bapi to make it ??? some idea ??

tks a lot,

bye.

4 REPLIES 4
Read only

Former Member
0 Likes
623

hi

you can get the classification data from the table INOB.

u need to pass 'MARA'' for field OBTAB and material number OBJEK .

class type is to be passed as 001 which is for material class.

CABN table will give u the material characteristics in the classification view.

i will check out if there are any FMs which can severve ur purpose .

in case i find any FM iwilll get back to u

Cheers

Snehi

Read only

0 Likes
623

Tks for help,

it's very useful but in the table INOB there's not all material number, i don't know why. So i have to find another way...

bye

Read only

0 Likes
623

hi

it will be possibel if u have an classification view for the material u r provideing and that is to be in display mode

Cheers

Snehi

Read only

0 Likes
623

Yes is possible,

beaucouse I know the name of carachterisic my solution is to search the data in AUSP table, with MATNR = 0000000000XXXXXXXX and ATINN = caract name, and klart = 001. So i take the ATWRT.

What do you think about it ?

bye.