Hi All,
I am trying to update the cost center for a user assigned to Org structure using the function module BBP_UPDATE_ATTRIBUTES. I have been using a report but when even executing directly from SE37 gives me this error.
But I get an error as below:
Exception UPDATE_ERROR
Message ID: 5AT Message number: 130
Message:
Value ZMZWEB_OSTOP of CAT cannot be inherited.
I am still not sure why a check is done for all the attributes since I am udpating only the CNT attribute.
Values I pass to the FM are :
USER_ID_P = Username
REPLACE_P = 'X'
IT_ATTR_P -> ATTR_ID = 'CNT', VALUE_LOGS = logsys , VALUE = Cost cntr.
If i change this attribute CAT, then I get error for another attribute which I notice was excluded before.
Anyone has faced this issue? Let me know any inputs.