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

not allow changes to table definition

Former Member
0 Likes
719

Hi all,

I need not to allow any changes to a specific custom table definition. I'm looking for something similar to the "lock editor" in se38 applied to SE11. Can anybody help me ?

Thanks in advance,

Gianluca

1 ACCEPTED SOLUTION
Read only

0 Likes
683

hi its actually possible ... implement a project in CMOD for the enhancement SEDD0001... and in the userexit

EXIT_SAPLSEDD_001 write ur logic to control user authorization.... this user exit will trigger when the user goes to custom table in SE11 in change mode.

hi its actually possible ... implement a project in CMOD for the enhancement SEDD0001... and in the userexit

EXIT_SAPLSEDD_001 write ur logic to control user authorization.... this user exit will trigger when the user goes to custom table in SE11 in change mode.

4 REPLIES 4
Read only

Former Member
0 Likes
683

Hello Gianluca,

When you have created the table and the required entries have been made ..change the data browser/table maintainance view attribute in the 'Delivery and maintenace tab 'to either 'Display/Maintenance allowed with restrictions' or 'Display or maintenace not allowed' according to the requirement.

  • hope this will resolve your issue.

Regards,

bhumika

Read only

0 Likes
683

hi Bhumika,

thank you for your answer but I need to prevent any developer from adding, deleting or change fields definition. In SE38 there's the flag "lock editor" or similar that let a custom report to be modified only by the responsable. I'm looking for something similar in SE11.

Thanks in advance.

Gianluca

Read only

Former Member
0 Likes
683

Hello,

As far as i know there is nothing like a lock in se11.

Regards,

Bhumika

Read only

0 Likes
684

hi its actually possible ... implement a project in CMOD for the enhancement SEDD0001... and in the userexit

EXIT_SAPLSEDD_001 write ur logic to control user authorization.... this user exit will trigger when the user goes to custom table in SE11 in change mode.