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 in MM02

Former Member
0 Likes
869

Hi all,

I want to retrieve the field and field values for the characteristic description and value fields in the classification view. Please help me out, as I am not able to get the table from where I have to retrieve the data.

Thanks!!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
745

Hi,

You will have to query tables MARA, AUSP, CAWN and CAWNT.

- AUSP-OBJEK = MARA-MATNR.

- Get the value of ATINN and ADZHL from AUSP for the above value.

- Now you should be able to query CAWN and CAWNT using these values.

Also you can get characteristic names from CABN table.

Regards,

Ferry Lianto

Please reward points if helpful.

Hi all,

I want to retrieve the field and field values for the characteristic description and value fields in the classification view. Please help me out, as I am not able to get the table from where I have to retrieve the data.

Thanks!!

5 REPLIES 5
Read only

Former Member
0 Likes
745

Hi,

Please check this tables.

CAWN - Characteristics

CAWNT - Characteristics Description

Regards,

Ferry Lianto

Read only

0 Likes
745

Hi Ferry,

could you be more clear by letting me know the code to retreive the data from those fields onto the selection screen.

Thanks!!

Read only

Former Member
0 Likes
745

Hi ,

Check out the table CAWNT where you can find the characteristic values and its descriptions.

Regards,

Jayaram...

Read only

Former Member
0 Likes
746

Hi,

You will have to query tables MARA, AUSP, CAWN and CAWNT.

- AUSP-OBJEK = MARA-MATNR.

- Get the value of ATINN and ADZHL from AUSP for the above value.

- Now you should be able to query CAWN and CAWNT using these values.

Also you can get characteristic names from CABN table.

Regards,

Ferry Lianto

Please reward points if helpful.

Read only

Former Member
0 Likes
745

Use function module <b>BAPI_OBJCL_GETDETAIL</b>.

ObjectKey = Material Number

ObjectTable = MARA

ClassNum = Class number/name from the classification view

ClassType = Class Type from the classification view (for example 001)