cancel
Showing results for 
Search instead for 
Did you mean: 

Overwriting existing attributes when bbp_update_attributes is used

Former Member
0 Kudos

Hi Experts,

I am using bbp_update_attributes to update attributes based on cost center assignments.Presently it is updating the cost centre assignment but it is overwriting the existing attributes.

It is overwriting only non inherited attributes.

Any help is appreciated

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Do you want add new cost center values?

In that case, you have to read all the existing values of the attribute using BBP_READ_ATTRIBUTES at the object level and then pass them along with new values to BBP_UPDATE_ATTRIBUTES.

Former Member
0 Kudos

Hi ,

There are so many attributes around ( 40 ) in our org structure.

Reading each and every attribute and writing back is difficult. Is there any way or function module which does this task.