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: 

Material description out of classification characteristics

Former Member
0 Kudos

Hi!

Until now we fill the short description in the material master data manually. I want to fill it with the information of the classification. We have there all what we need, but I don´t know how to do this. I don´t have found the function....

Please, can you help me?

Thanks in advance

Helena

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello Helena,

You could use the table SWOR to get class description or use the FM

CLMA_CLASS_EXIST

TO get the Characteristice description make use of AUSP,CABN,CAWNT,KSML tables..

If useful reward,

Vasanth

Message was edited by:

Vasanth M

5 REPLIES 5

former_member181962
Active Contributor
0 Kudos

Try the fm:

VBWS_MARA_CLASSIFICATION_GET

Regards,

Ravi

0 Kudos

Thank you!

Unfortunately the fm does not deliver the text of the characteristics but is to read the batch classification.

Former Member
0 Kudos

Hello Helena,

You could use the table SWOR to get class description or use the FM

CLMA_CLASS_EXIST

TO get the Characteristice description make use of AUSP,CABN,CAWNT,KSML tables..

If useful reward,

Vasanth

Message was edited by:

Vasanth M

0 Kudos

Hello Vasanth!

Do you know a FM to get the data out of CAWNT?

Thanks

Helena

former_member181962
Active Contributor
0 Kudos

I think you should try this:

BAPI_OBJCL_GETDETAIL

pass matnr to object key

mara mara as the table name.

Regards,

ravi