‎2007 May 25 10:17 AM
when i enter any tcode message 'You are not authorized to use transaction SE11,
message is coming for all TCODEs
any idea...for other clients and users its opening .
plz help
regards
Message was edited by:
Madan Gopal Sharma
Message was edited by:
Madan Gopal Sharma
‎2007 May 25 10:18 AM
Hi
check ur authorizations using Tcode : SU03.
Contact your basis guy.
Regards,
Sreeram
‎2007 May 25 10:18 AM
You need authorizations contact your system admin he will provide authorization for you.
Regards,
SaiRam
‎2007 May 25 10:19 AM
Hi Madan ,
It is because for your user id these authorizations have not been given , ask your basis team about it.
Also try using SE16 instead of SE11.
Regards
Arun
‎2007 May 25 10:19 AM
Hi Madan,
It is not the probelem with tcode which you are opening and it relates to authroization issue.
You have no authorization to execute the transaction SE11 in your system ie client.
To get authorizations, contact your basis people and they will provide you authorization in the system if required.
Thanks,
Vinay
‎2007 May 25 10:20 AM
Hi
In general different users will be given different authorizations based on their role in the orgn.
We create ROLES and assign the Authorization and TCODES for that role, so only that user can have access to those T Codes.
USe SUIM and SU21 T codes for this.
Much of the data in an R/3 system has to be protected so that unauthorized users cannot access it. Therefore the appropriate authorization is required before a user can carry out certain actions in the system. When you log on to the R/3 system, the system checks in the user master record to see which transactions you are authorized to use. An authorization check is implemented for every sensitive transaction.
If you wish to protect a transaction that you have programmed yourself, then you must implement an authorization check.
This means you have to allocate an authorization object in the definition of the transaction.
This Authorization concept is somewhat linked with BASIS people.
As a developer you may not have access to access to SU21 Transaction where you have to define, authorizations, Objects and for nthat object you assign fields and values. Another Tcode is PFCG where you can assign these authrization objects and TCodes for a profile and that profile in turn attached to a particular user.
Take the help of the basis Guy and create and use.
Reward points if useful
Regards
Anji
‎2007 May 25 11:52 AM
‎2007 May 25 11:54 AM
Hi
Yes..it will come because you are not having the Authorizations.
check ur authorizations using Tcode : SU03.
Contact your basis guy.
Regards,
Sree
‎2007 May 25 12:09 PM
HI,
u just consult ur basis people.they might have forgot to give the authorization to ur user id while creating it.
rgds,
bharat.
‎2007 May 25 11:59 AM
Hi,
Goto SU53 transaction after you have run the transaction for which you do not have authorization.In SU53 you will get the authorization object name for which you do not have authorization.Then ask the basis people to give authorization to your user id for that object.