cancel
Showing results for 
Search instead for 
Did you mean: 

User profile - how to restict accesses?

bhaskar_ghandikota
Participant
0 Kudos

I want to restirct the users from using SU01 and PFCG transactions.

What is the procedure?

Thanks,

Bhaskar

Accepted Solutions (0)

Answers (7)

Answers (7)

0 Kudos

This message was moderated.

0 Kudos

This message was moderated.

bhaskar_ghandikota
Participant
0 Kudos

All the answers qualify for points - but do not know how to split. so did not assign to anybody - Sorry

bxiv
Active Contributor
0 Kudos

Mark posts as helpful at the very least, this provides points to those who have assisted and allows future viewers to know what was helpful.

Former Member
0 Kudos

Oh, make sure your user does not have any other associated profile that allows him to access the undesired tcodes.

Former Member
0 Kudos

You can create an access profile restricting what the user MAY access (leave out the transactions he may not use).

Create it through PFCG, then associate the function to the user's ID.

This may help:

Former Member
0 Kudos

Typically you can restrict transactions by locking them or by restricing their access with profiles.

bhaskar_ghandikota
Participant
0 Kudos

How do I do that. What profile I need to set up?

Former Member
0 Kudos

have you tried looking here? http://help.sap.com the exact ones I don't know I just know you can do it there I think the easiest way is to lock the transaction with SM01 (I think)

athavanraja
Active Contributor
0 Kudos

control it thru S_TCODE authorization object.

Regards

Raja

Former Member
0 Kudos

Hello,

i normaly use SY-UNAME to restrict access.

IF SY-UNMAE NE 'Bhaskar Ghandikota'.

*STOP programm or give out message

ELSE.

*Coding

ENDIF.

kind regards

Fabian

Message was edited by: Fabian Eidner

Message was edited by: Fabian Eidner