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 Characteristics

Former Member
0 Likes
874

I need a function module which can return me all characteristics and values for the same , for a material.Any pointer on the same would be very helpful.

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
823

Use the BAPI <b>BAPI_OBJCL_GETDETAIL</b>.

Regards,

Prakash.

Use the BAPI <b>BAPI_OBJCL_GETDETAIL</b>.

Regards,

Prakash.

5 REPLIES 5
Read only

Former Member
0 Likes
823

Try FM <b>'MATERIAL_READ_CLASSIFIC_RT'</b> to retrieve the Characteristics for a particular material.

Hope this helps.

Read only

0 Likes
823

You can also query tables AUSP and CABN for the data.

AUSP-OBJEK = Matnr

Get the value of ATINN and ADZHL from AUSP for the above value and you should be able to query CABN using these values.

See this for details.

Hope this helps.

Sudha

Message was edited by: Sudha Mohan

Read only

Former Member
0 Likes
823

Hi,

use FM SELECTION_VIEWS_FIND

Regards

amole

Read only

Former Member
0 Likes
824

Use the BAPI <b>BAPI_OBJCL_GETDETAIL</b>.

Regards,

Prakash.

Read only

gopi_narendra
Active Contributor
0 Likes
823

Check these function modules

BAPI_MATERIAL_SAVEDATA'

MATERIAL_BTCI_SELECTION_NEW

Regards

Gopi