Application Development 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: 

Restriction of the user who create a new FM

Former Member
0 Kudos

HI All,

I have a requirement where I have to check if Function module name is starting with 'Z_EXIT_' , then only a particular user can create this FM in SE37, other users will get a error message like ' You are not authorized to create this Function Module'.

Please explain me how to deal with this problem.

Thanks in Advance,

Mayank

1 REPLY 1

Former Member
0 Kudos

Why that particular FM name? If you're trying to limit who's doing user exit coding, this won't be successful...and I would simply evade your check by naming it ZZ_EXITwhatever.... I don't think you can do this, actually... If a programmer has SE37, he/she can name it whatever they want in the customer namespace.

Seriously, this is an issue of trust, isn't it? Better to get everyone on board with code reviews and discuss how to code exits with senior team members.