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

Class type in classification Tab

Former Member
0 Likes
593

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

3 REPLIES 3
Read only

Former Member
0 Likes
456

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.

Read only

Former Member
0 Likes
456

Check AUSP table.

Regards

Kannaiah

Read only

Former Member
0 Likes
456

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..