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

Material Master Classification values

Former Member
0 Likes
786

Hi All,

We need to get material classificaiton values based on material number.

navigation to see material clssifications is:MM02--->select classifacation view.

We need values for a particular class.

Please help me

thanks

peddi reddy

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
0 Likes
735

You can use these FM.

CLAF_CLASSIFICATION_OF_OBJECTS.

BAPI_OBJCL_GETDETAIL.

5 REPLIES 5
Read only

GauthamV
Active Contributor
0 Likes
736

You can use these FM.

CLAF_CLASSIFICATION_OF_OBJECTS.

BAPI_OBJCL_GETDETAIL.

Read only

Former Member
0 Likes
735

Hi

Give material number in this BAPI_OBJCL_GETCLASSES to get the material class.

After that pass the obtained class to BAPI_CLASS_GET_CHARACTERISTICS ( The BAPI may vary depending upon your requirement ).

Hope this helps.

Harsh

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
735

Use the BAPI 'BAPI_OBJCL_GETDETAIL'. For materials you have to pass OBJECTKEY = material number & OBJECTTABLE = 'MARA'.

Read the BAPI documentation for details.

Read only

arul_murugan
Active Participant
0 Likes
735

Hi,

You can get the characteristic values from the AUSP table based on the internal material number.

Thanks

Arul

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
735

For usage of fm CLAF_CLASSIFICATION_OF_OBJECTS check link:[https://wiki.sdn.sap.com/wiki/display/Snippets/FetchmaterialClassificationsandcharacteristics]