‎2007 Oct 29 6:48 AM
Dear Experts,
For report purpose i want the class names based on the every input material.
can anyone give me the table name which use to save the class's based on material code.
‎2007 Oct 29 6:53 AM
Hi
You can check
KLAH,
CAWN,CABn,AUSP tables
Also Use the following BAPI's:
BAPI_OBJCL_GETDETAIL
BAPI_OBJCL_CHANGE
or use the fun module:
CLAF_CLASSIFICATION_OF_OBJECTS.
to fecth data
Regards
Anji
‎2007 Oct 29 7:18 AM
Dear Anji,
KLAH - Class header details,
CAWN - Characteristic values
CABN - Characteristic
AUSP - Characteristic Values
all these tables are providing the class type & Characteristic Values,
But i need the class only,
Even in function modules are we need to give class name then only we can get the details,
how to get the classes based on material, class types also can may classes.
i want get all material and class names assigned to the material.