‎2008 Jul 04 9:23 AM
Hi frnds,
I want to know the table name where the class type details are fetched while clicking the classification tab in mm01 transaction.Four class types are displaying. I know there are many class types are exixting. But only 4 of the class types are fetched on selecting the classification Tab. Ho w it is fetching and from which table the entries can be retrieved.
Please help me.
Thanks in advance
‎2008 Jul 04 10:14 AM
Hi anand,
MARA (General Data, material type, group,configurable & batch ind.) is the table used for MM01 transaction.
MARA-TAKLV is the field name for classfication
Regards
Anup.
‎2008 Jul 04 10:19 AM
‎2008 Jul 04 10:45 AM
Hi frnds,
I got this function module to solve my issue. 'CLAF_CLASSIFICATION_OF_OBJECTS' . But I am not able to get all the class type values when I provide an empty value for the corresponding parameter. It is giving only class type 001 value. If I entered class type parameter with 300 it is giving the corresponding value. How can I use this function module to get all class type values by providing the value to material number and table name fields of function module.
Thanks in advance..