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

Client Authorizations

Former Member
0 Likes
605

Hello Gurus,

I've a question, how can I get the authorizations of a specific client or let say of all clients.

I need to use them for an RFC function module.

Thanks in Advance.

Best Regards,

Kais

1 ACCEPTED SOLUTION
Read only

Kanagaraja_L
Active Contributor
0 Likes
570

Your profile need to be assigned in TCODE SU01.

If you are trying with RFC FM you should check the Auth..... S_RFC / S_RFCACL

authority-check object 'S_RFC'

.......................

.......................

.......................

authority-check object 'S_RFCACL'

.......................

.......................

.......................

Kanagaraja L

Edited by: Kanagaraja Lokanathan on Jun 29, 2009 6:13 PM

3 REPLIES 3
Read only

Kanagaraja_L
Active Contributor
0 Likes
571

Your profile need to be assigned in TCODE SU01.

If you are trying with RFC FM you should check the Auth..... S_RFC / S_RFCACL

authority-check object 'S_RFC'

.......................

.......................

.......................

authority-check object 'S_RFCACL'

.......................

.......................

.......................

Kanagaraja L

Edited by: Kanagaraja Lokanathan on Jun 29, 2009 6:13 PM

Read only

0 Likes
570

Hi Kanagaraja,

Thanks for responding.

I'm mean more to the sense that I need to find out what this authorization are.

So, like are they in some kind of internal table ?

My issue is to get them all, by specifying the client name using some kind of RANGE TABLE.

I don't need to check whether the current client has the required authority, I need to get the authoriy that has been assigned to a specific client.

Thanks In Advance.

Best Regards,

Kais

Read only

0 Likes
570

Hi Kais,

Concept is more complex than that.

There are authorization objects you can see from TCODE SU21 & SU22. They exist in all systems and assigned to roles first and these roles are assigned to users to make them authorized for expected values.

Also to see existing authorizations in the system you can use SUIM tcode there are many standard reports to check authorization values in the system. It can also give you an idea about authorization concept in the system.

Edited by: Gungor Ozcelebi on Jun 29, 2009 8:15 PM