cancel
Showing results for 
Search instead for 
Did you mean: 

cannot get web service in PFCG transaction to assign role

Former Member

Hi,

we have created a web service in abap with a RFC Fm as end point.The web service comes up in the SICF hierarchy too.

But it does not come up in PFCG transaction to assign a specific role to this web service. The service type selected is "WS" but this service does not show up in the look up list in PFCG. Is there something that might be missing?

Regards,

Simmi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Hello,

First try to consume the service with a user having full access in DEV system. This creates an entry in table USOBHASH. Now, you can assign the service to the desired role in PFCG.

Thanks,

Venu

Former Member
0 Kudos

Thanks for your reply.. is there any other way to assign a role to the web service? Getting an external user with all authorizatiosn in dev system will be difficult in our case.

- Simmi

srikanthvadla
Explorer
0 Kudos

perfect, thanks venu

Thanks,

Srikanth Vadla

Answers (1)

Answers (1)

alfons_meisenfelder
Discoverer

Hello,

there is another way of adding the webservice to USOBHASH-Table (instead of consuming the ws, this didn't work

in my case): use function module AUTH_TRACE_WRITE_USOBHASH

(only the Parameters SERVICE_TYPE and SERVICE are necessary).

regards

Alfons