‎2006 Jul 24 9:58 AM
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.
‎2006 Jul 24 10:57 AM
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.
‎2006 Jul 24 9:59 AM
‎2006 Jul 24 10:00 AM
CHECK THE VIEW <b>M_CLASA</b>.
or
<b>VBWS_MARA_CLASSIFICATION_GET</b> just pass MATNR.
Regards
Prabhu
‎2006 Jul 24 10:02 AM
Hey,
If you want to retrieve material classification details use the function BAPI_OBJCL_GETDETAIL.
-Kiran
‎2006 Jul 24 10:57 AM
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.
‎2006 Jul 24 11:07 AM
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