Application Development 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: 

Table to find Class from Material

Former Member
0 Kudos

Hi,

what is the table to find out "class" of a particular material?

Thanks,

Laxman

2 REPLIES 2

Former Member
0 Kudos

Hi,

values are in table AUSP. Access should be done by BAPI or function modules CLAP_DDB_*.

kind regards,

hp.

Former Member
0 Kudos

HI Laxman,

Use KSSK and KLAH tables. Pass material number to objek and class type from KSSK. Fetch internal clint number and get this is passed to KLAH and get class details from it.

Srikanth.