‎2008 Dec 09 10:34 AM
Wat are custom authorization objects? in which table these details will be avliable and how to find how many programs are utilized by each authorization object
‎2008 Dec 09 11:33 AM
Authorization objects are objects that are checked from with in a program during run time. The user must have the authorization object for the program to continue to run.
I'm not sure of the table for the objects.
The way to find out what is effected is to do a search for the object for any Z* programs SAPMZ, SAPLMZ, and custom objects on your system. I use the program RSRSCAN1 for 4.6, and RPR_ABAP_SOURCE_SCAN on 6.0.
The transaction SUIM will display the user's that have authority to the authorization object(s).
‎2008 Dec 09 2:12 PM
Hi Rajesh,
By allocating authorizations, you determine which entity objects your users can process and what business activities they can perform. You can also assign separate authorizations for different processing types.
To see what authorizations a particular user has execute the Tcode SUIM, there you can see all the authorization objects.
For more details go through the following links :
http://help.sap.com/erp2005_ehp_04/helpdata/EN/db/0c454117acf423e10000000a155106/frameset.htm
http://help.sap.com/erp2005_ehp_04/helpdata/EN/8b/6d62f526f245868116feb67d22233d/frameset.htm
Thanks,
Nitesh Jain
‎2008 Dec 10 5:03 AM
hi,
check it out............
[https://forums.sdn.sap.com/click.jspa?searchID=19733290&messageID=6618994]
‎2008 Dec 10 5:07 AM
‎2008 Dec 10 5:41 AM
hi,
use TOBJ table or SUIM transaction and search for Z* objects.