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

locking a report

Former Member
0 Likes
762

How can i lock a report so that it cannot be used for others

6 REPLIES 6
Read only

Former Member
0 Likes
731

Hi,

in the at selection screen output

put a condition like

at selection-screen output.

if sy-uname ne ' your id'.

message e000(zmessgae) with 'u r not authorized'.

endif.

reward points if helpful

thanks & regards,

venkatesh

Read only

Former Member
0 Likes
731

Hi ,

Try with sm01 for lock and uloack of objects .

Cheers,

Vind

Read only

Former Member
0 Likes
731

u cannot lock a report as such.. as per my knowlegde... but u can have authorization defiined for that particular user.. it can be restricted by user authorization.

reward points plz

Read only

abhijitzope
Active Participant
0 Likes
731

Hi,

(1) Go into SE38 Transaction

(2) Enter the Report Name to be locked

(3) Go into Attributes of the Report

(4) Tick the CheckBox "Editor Lock".

(5) Save it.

This Report can only editable from your login.

Hope it will Help you!!!

Regards,

Abhijit Zope

Read only

Former Member
0 Likes
731

To Prevent other users from editing a report, Please use the "Editor Lock" check box available in program attribute.

/Geogy

Read only

Former Member
0 Likes
731

hi ratna

goto se38->give program name and check the <b>EDITOR LOCK</b> check box and press enter....the report will be locked so that no one can edit it...

reward if useful ratna.....!!!