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

Classification view data

Former Member
0 Likes
352

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.

2 REPLIES 2
Read only

Former Member
0 Likes
331

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

Read only

0 Likes
331

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.