
You are performing some activities on SOAMANAGER but ended up with below authorization error message,
Not authorized [auth.obj=S_SRT_CF_C, object=XYZ,
activity=02, reason=No Authorization found] (SAP note 1318883)

Solution
[Quick Resolution] Assign the role SAP_BC_WEBSERVICE_CONFIGURATOR to the impacted user. This role contains all authorizations that are required for the Web Service configuration via SOAMANAGER transaction. This is only a quick resolution and you should not use assign this role in productive environment.
To get into more details, refer to the following SAP Notes,
- 1318883 – Implementation of new authorizations in the Web service framework
- 1725979 – Security standard SEC-250 and Web service roles
You can use and copy below SAP role templates to your own namespace.
- SAP_BC_WEBSERVICE_ADMIN_BIZ
- SAP_BC_WEBSERVICE_ADMIN_TEC
- SAP_BC_WEBSERVICE_ADMIN
- SAP_BC_WEBSERVICE_CONFIGURATOR
- SAP_BC_WEBSERVICE_CONSUMER
- SAP_BC_WEBSERVICE_OBSERVER
- SAP_BC_WEBSERVICE_SERVICE_USER
Some of the related authorization objects for web services are S_SRT_CF_C, S_SRT_CF_P, S_SRT_DEST, S_SRT_LRD, S_SRT_PROF, S_SRT_SCEN, S_SRT_TYPE, S_SRT_UACC, S_SRT_UASG, and S_SRT_SR_P.



