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: 

Changing ATFLV value in AUSP table

Former Member
0 Kudos

I have looked through many forums trying to find a function which can change the ATFLV value in the AUSP table. I have seen many different functions listed which seem to be able to change some fields in AUSP - but do not change ATFLV. Does anybody know of a function that would do this? I know we could do this with a straight table insert or change but our company does not use these straight inserts if at all possible. Any help would be great!

4 REPLIES 4

Former Member
0 Kudos

What transaction displays this field?

Rob

0 Kudos

The field is actually a characteristic that is displayed when I am in the material class tab of the material master. This field contains date data for us. Other functions that I have found change ATWRT, but not ATFLV

0 Kudos

See if BAPI_CHARACT_CHANGE is what you want.

Table CHARACTVALUESNUMNEW.

Rob

Edited by: Rob Burbank on Oct 10, 2008 3:56 PM

Former Member
0 Kudos

Where do you specify the material (object) that you want to change in this function?