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 prevent a program from not being executed

Former Member
0 Likes
693

Hi,

I want to lock a ABAP program so that no body can execute that program. Is there any codings or Function module available for that?

Thanks,

Ezhil.

Hi,

I want to lock a ABAP program so that no body can execute that program. Is there any codings or Function module available for that?

Thanks,

Ezhil.

3 REPLIES 3
Read only

sitakant_tripathy2
Active Participant
0 Likes
597

Hi,

Put an Authorisation Object check at the Start-of-Selection Block....

Regards,

Sitakant

Read only

_IvanFemia_
Active Contributor
0 Likes
597

Hi,

you can also activate lock edit mode to avoid that someone can remove the authorization object.

If no one needs the program you can simply add EXIT statement at the beginning.

Regards,

Ivan

Read only

Former Member
0 Likes
597

Moderator message - Please do not ask basic questions - thread locked Rob