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

BAPI_CHARACT_CHANGE

Former Member
0 Likes
557

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

1 REPLY 1
Read only

Former Member
0 Likes
367

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