Hello,
I have the following immediate problem. Auditors are interested to know who has authorization object S_ADMI_FCD. I see that our users have this object via transaction code SP01. All values are selected. What values I should un-select to make sure that our users won't lose their SP01 functionality and at the same time do not compromise security.
Thanks
Galina
Hi Galina,
Without knowing your implementation and the different roles you have, it's very hard to give a definitive answer for this. It is possible that the "all values" is providing auths for transactions other than SP01 which would normally be picked up if you had tighter restriction over this object.
There is a fair bit of info in this link, I suggest that you go through this and identify suitable values for your actual spool uses - common ones are SP01, SP0R, SPAD depending on the status of the user. If users only need to perform functions on their own spools then SP02 allows them to do this without seeing any other spools. Bearing in mind the sensitive data that can be accessed via spools, it's good that you are tying it down. Some superusers or administrators may need to run SP01 with one or more of the above values for S_ADMI_FCD, again this is very dependent on the particular situation.
http://help.sap.com/saphelp_40b/helpdata/en/17/174b6e5733d1118b3f0060b03ca329/content.htm
p.s. I strongly recommend testing any changes that you make before sending it through to prod. With these types of auths, it's very easy to cause a load of problems due to inheritance of the values by other transactions.
Message was edited by:
Alex Ayers
Add a comment