‎2012 Aug 09 5:39 AM
how to create authorization for package, which includes other packages and programs?
‎2012 Aug 09 8:27 AM
Please provide more technical details, what do you want to do, what is the context, what did you try so far to solve the problem?
Thomas
‎2012 Aug 10 9:24 AM
hi Thomas,
I have a package, and my package consist of some embaded packages, programs, screen, tcode etc.
For this package, i wanted to create authorization. like, If someone tries to access my package or content of the package, they should get an error or some information msg.
So how to create authorization for package from ABAPer side?
Ashvin.
‎2012 Aug 10 9:32 AM
There is standard authorization object S_DEVELOP that grants (or blocks) access to development objects by package, among other things.
This is not something for just "my objects" though, a global concept and roles assignments are required, so would need to sit down with system administration and security experts in your organisation.
Thomas