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 lock an ABAP Program

Former Member
0 Likes
985

Hello Friends,

I have developed a BSP Application.

I want to lock this BSP Application so that no other user can change my code.

When I test this BSP Application, the url in the Internet Explorer displays the server, BSP Application name and also page name.

So any user can log on to the server and modify the code. But I dont want this to happen.

So how can I restrict other user from modifying the code.

Your answers will be appreciated.

Regards,

Raju.

Hello Friends,

I have developed a BSP Application.

I want to lock this BSP Application so that no other user can change my code.

When I test this BSP Application, the url in the Internet Explorer displays the server, BSP Application name and also page name.

So any user can log on to the server and modify the code. But I dont want this to happen.

So how can I restrict other user from modifying the code.

Your answers will be appreciated.

Regards,

Raju.

7 REPLIES 7
Read only

Former Member
0 Likes
923

Hi Narayana Raju,

See if the fm LOCK_SOURCE is of any use to you.

Regards,

Ravi

Read only

Former Member
0 Likes
923

Hi,

Goto --> Program Attributes --> Tick the checkbox for Editor Lock

Hope this helps.

Please reward some points if it helps.

Regards,

Amit M. Mishra

Read only

Former Member
0 Likes
923

Hi,

Try Editor Lock in Attributes.

You can reach there using Goto->Attributes.

Regards,

Tanveer.

Please reward points if found helpful.

Read only

Former Member
0 Likes
923

Hi,

From attributes of program, use editor lock check box to lock program for editing (for other users).

Regds,

Akshay

Read only

0 Likes
923

Hi Thanks for the reply..

But there is no option like attributes in Goto menu for BSP Application which is present for normal report program.

I think its my mistake I have posted this question in ABAP Forums.I think the question is BSP related.

And also for normal report program if I check the Editor Lock checkbox, the lock is user specific. I mean if someone logs in with the same user he can also edit the code.

Regards,

Raju.

Read only

Former Member
0 Likes
923

Hi,

Refer this thread:

Regards,

Gayathri

Read only

Former Member
0 Likes
923

This message was moderated.