‎2009 Apr 24 7:06 AM
hi all,
I am using the bapi BAPI_CHARACT_CHANGE , it does append new values to the charcteritic but deletes all the previous values, is there a check or something through which we can retain the old values while adding the new one.
Thanks,
sabs
‎2009 Apr 24 2:15 PM
Hello,
you could read the characteristic first via BAPI_CHARACT_GETDETAIL, do your changes then in these tables you get back and then use the BAPI_CHARACT_CHANGE with the tables you used for the getdetail.
As it is in the documentation of BAPI_CHARACT_CHANGE: an empty entry does not mean 'No change', it means 'Delete'.
Regards Wolfgang