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

No authorization to change authorization data

0 Likes
1,700

Hello,

When trying to change an opportunity in our CRM system we get this error message only for one partner.

"No authorization to change authorization data"

Our user has SAP_ALL, SAP_NEW and we don't find anything in st01.

Any idea for this issue? Could it be an HR authorization object missing? Or a CRM one?

Thanks in advance.

Best Regards,

Olivier

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,348

Sometimes error messages are misleading or returned from other users's contexts (rfc, service calls, etc) or even hardcoded in worste cases.

You will need to debug it and stop on the message number to see where it is coming from and why.

Cheers,

Julius

Hello,

When trying to change an opportunity in our CRM system we get this error message only for one partner.

"No authorization to change authorization data"

Our user has SAP_ALL, SAP_NEW and we don't find anything in st01.

Any idea for this issue? Could it be an HR authorization object missing? Or a CRM one?

Thanks in advance.

Best Regards,

Olivier

2 REPLIES 2
Read only

Former Member
0 Likes
1,349

Sometimes error messages are misleading or returned from other users's contexts (rfc, service calls, etc) or even hardcoded in worste cases.

You will need to debug it and stop on the message number to see where it is coming from and why.

Cheers,

Julius

Read only

0 Likes
1,348

Thank you very much.

As advised, we went to debug and were able to identify the problem.

Best Regards,

Olivier