Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Authorization for package

Former Member
0 Likes
902

how to create authorization for package, which includes other packages and programs?

3 REPLIES 3
Read only

ThomasZloch
Active Contributor
0 Likes
784

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

Read only

0 Likes
784

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.

Read only

0 Likes
784

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