‎2007 Jan 18 6:43 AM
Hi,
I want to restrict the commands that can be entered in the command fild. Is there any user exit reached after entering a command in the command field?
thanks,
- ferudun
‎2007 Jan 18 6:48 AM
Yeah you can compare the value of the command field and hard code all the value that you want to accept and set the message in
if sy-subrc <> 0, (itwill be for values other than the values you have hard coded)
it will work fine.
‎2007 Jan 18 7:07 AM
thanks for your reply, but I don't know where to insert the tcode check? i want to restrict a user to enter and execute se38 for example.
‎2007 Jan 18 7:12 AM
ur requirement seems to be access authorization related if i got u correctly.
u want say user A can access Se38 and User B can't.
if this is the so then u need to contcat ur basis team and they wil assign the authorizations to the USer IDs as per needed.
u can check the auhorizations given to any user in Tcode SU01
amit