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

How to disable an ABAP program

Former Member
0 Likes
1,574

Hello,

Sorry if this is more simple than I am making it...

I've been asked to disable some ABAP programs so that users cannot access them either via a report tree or using transaction SA38.

I can obviously remove these from the user's report tree but, as some of our 'power' users have access to SA38, I need to prevent them running from these programs.

We do not want to delete these programs as we think that we may reinstate them at a later date.

Can anyone please advise me how to go about this?

Many thanks,

Keiron.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
874

Hi

You are having 2 options either export or save it as a local file and use it when ever you want to execute or contact your system administrator he might give you the correct solution where he can simply block the reports from access to your power users if possible.

Or he can block the authorizations from access.

Cheers!!

Balu

Edited by: Balu CH on Oct 21, 2008 5:21 PM

Hello,

Sorry if this is more simple than I am making it...

I've been asked to disable some ABAP programs so that users cannot access them either via a report tree or using transaction SA38.

I can obviously remove these from the user's report tree but, as some of our 'power' users have access to SA38, I need to prevent them running from these programs.

We do not want to delete these programs as we think that we may reinstate them at a later date.

Can anyone please advise me how to go about this?

Many thanks,

Keiron.

3 REPLIES 3
Read only

Former Member
0 Likes
875

Hi

You are having 2 options either export or save it as a local file and use it when ever you want to execute or contact your system administrator he might give you the correct solution where he can simply block the reports from access to your power users if possible.

Or he can block the authorizations from access.

Cheers!!

Balu

Edited by: Balu CH on Oct 21, 2008 5:21 PM

Read only

Former Member
0 Likes
874

Hi,

you can implement an authorization groups for this report inside the parameters.

If the customer don´t have the authorization for this, he can´t run the report.

Regards

Nicole

Read only

Former Member
0 Likes
874

Hi,

Create a authorization for the user group and don't give access to the users, when ever it is required you can give access.

OR

Ask your basis guys not to give permission to access to any users.

Thanks,

Sriram Ponna.