cancel
Showing results for 
Search instead for 
Did you mean: 

how to control web service security for different user.

peter_yu3
Participant
0 Kudos

Hi Expert,

I have two WS: WS1 & WS2, these are RFC based WS. I just have ABAP stack, no Java stack. I want to setup A can call WS1 and cannot call WS2, and B can call WS2 and not WS1. how to do it?

Best regards,

Peter

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You may try to use UME role and permission.

peter_yu3
Participant
0 Kudos

hi julius, how to use UME role, what menu/tcode to is for access different WS. I know portal's user management called UME, but not sure ABAP also use UME to mean S&A. If you mean portal's user management, then it not suitable for me, as i don't have portal. Thanks.

Best regards,

Peter

Former Member
0 Kudos

Yu,

Within the RFC ABAP code - add Auth objects ( AUTH1 and AUTH2 ).

For user A's Role in PFCG - add authobject AUTH1 and so on.

when teh call i smade - make sure to

CHECK AUTHORITY

.

This should work .

Naresh

peter_yu3
Participant
0 Kudos

Naresh,

Thank you, I will let the team test it.

Best regards,

Peter Yu