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

Activate and deactivate an ABAP program.

Former Member
0 Likes
712

Hi,

I would <b>deactivate an ABAP program</b> created to lock any

stock material receipt, how can I do this?

Regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
475

Mark the entire program as comment.

Regards,

Amit

2 REPLIES 2
Read only

Former Member
0 Likes
476

Mark the entire program as comment.

Regards,

Amit

Read only

former_member195698
Active Contributor
0 Likes
475

What exactly is your requirement. If you want that this program is not allowed to be run by some user, what you can do is create a transaction code for the report and assign the Tcode the authorization only to the users to which you want to give authority..

If you want the user should not be able to run the repórt. Remove the auth. for the Tcode for that user

In this case you won't even have to comment the code and move the code to further systems.

Reward Points if useful

Regards,

Abhishek

Message was edited by:

Abhishek Jolly