‎2008 Jul 10 1:50 PM
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.
‎2008 Jul 10 2:44 PM
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
‎2008 Jul 10 3:44 PM
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
‎2008 Jul 10 3:52 PM
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
‎2008 Jul 10 4:41 PM
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.