cancel
Showing results for 
Search instead for 
Did you mean: 

Authorization issue for the transient field in Account BO

vignesh_karuppasamy
Participant
0 Kudos

Dear Experts,

We have SDK development in place to query some information from Visit/Appointment and update the same in a transient field in the Account screen to see the information in run time.

As per the current design, some business roles are not having the Write access for the Account access. For those users, when they try to see the data the SAP Std error message ''You are not authorized to edit the data'.

I believe this is the standard behavior. But we would like to know, if we have any other standard/custom possibility to over come this authorization issue.

Best Regards,

Vignesh Karuppasamy

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member226
Employee
Employee
0 Kudos

Hi,

Yes...as this is the standard behaviour of the access control that if you don't have access to update then you cannot write/update it 🙂

As a workaround, you can use OData/SOAP service and create a communication arrangement with communication user. Now you use external web service Integration and call this OData via ABSL and this time the update would work becasue instead of using business user, it will use communication user for the update.