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

Function Module to update Characteristic Value (AUSP table entry)

Former Member
0 Likes
4,853

Looking for a function module/BAPI to update a characteristic value (AUSP table entry).

This is for a material master Material classification value, not a Variant Config value that I need to update.

Anybody have one? I have one that will find the value, but not change it.

Thanks.

2 REPLIES 2
Read only

Former Member
0 Likes
1,362

Hi,

Refer the below thread..

Hope it is helpful...

Regards,

Chithra

Read only

Former Member
0 Likes
1,362

That wasn't it, but it gave me the one piece I was missing.

Answer is:

Function Module "CLAE_CLASSIFY_OBJECT"

In CHANGE_KSSK

M = 0

KLA = (Class Type)

OBJEK = (Material Number for the Material Characteristic being changed)

OBTAB = MARA

CLASS = (Class Name with Characteristic to be changed)

S = 1

S = (blank)

AENNR = (EC Change Number or Blank)

DATUV = (Today's Date or date for change)

C = "X"

In CHANGE_AUSP

OBJEK = (Material Number for the Material Characteristic being changed)

ATINN = (Chararacteristic to be changed)

M = 0

KLA = (Class Type)

ATWRT = (New Value for Characteristic)

C = X