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
873

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
822

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

Regards,

Prakash.

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

5 REPLIES 5
Read only

Former Member
0 Likes
822

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

Hope this helps.

Read only

0 Likes
822

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
822

Hi,

use FM SELECTION_VIEWS_FIND

Regards

amole

Read only

Former Member
0 Likes
823

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

Regards,

Prakash.

Read only

gopi_narendra
Active Contributor
0 Likes
822

Check these function modules

BAPI_MATERIAL_SAVEDATA'

MATERIAL_BTCI_SELECTION_NEW

Regards

Gopi