‎2008 Dec 16 10:54 AM
Hi Guys,
I have creted a Z T'code.I want to assign authorization only to specific users to this Tcode on Production system.Please do guide me step by step.
Regards
‎2008 Dec 16 10:58 AM
Hi Alka
please refer to this document to cteate authorization object and attach it to ur program.
Thanks
Vishal
‎2008 Dec 16 11:03 AM
Hi Alka,
You need to have a "Authorization Object" to restrict the users. The Authorization object is generally created by Basis team.
It contains the Activity that can be performed by the users belonging to the authorization group.
Once Basis team creates the object, then you can go to SE93 and open the ZTcode that you have created in Change mode. You will find an option for "Authorization Object". There you can enter the object name.
As it is a Z program, You can also write coding to check if the user logged in has authorization using the object name using "Authorization-Check" (Check F1 help), to give appropriate error message.
Best Regards,
Ram.