‎2009 Jun 29 4:57 PM
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
‎2009 Jun 29 5:13 PM
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
‎2009 Jun 29 5:13 PM
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
‎2009 Jun 29 6:13 PM
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
‎2009 Jun 29 7:13 PM
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