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

Characteristics Change

Former Member
0 Likes
524

Hi

can any tel the solution for my Issue i wrote code for BAPI_CHARACT_CHANGE ,while appending the characteristics values to the characteristics it is removing old values and adding new characteristics values every time is there any thing need to pass for this issue

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
475

Hi

Use COMMIT it is update the database

Hi

can any tel the solution for my Issue i wrote code for BAPI_CHARACT_CHANGE ,while appending the characteristics values to the characteristics it is removing old values and adding new characteristics values every time is there any thing need to pass for this issue

2 REPLIES 2
Read only

former_member242255
Active Contributor
0 Likes
475

if you see the help of this Fm,it says

The BAPI transfers all information as new, replacing the old information

completely. This means that a blank field means "delete entry", not "no

change".

so for changing you have to use some other FM.

Read only

Former Member
0 Likes
476

Hi

Use COMMIT it is update the database