‎2010 Nov 09 8:14 AM
Hi,
One of users have issues with the filed name getting displayed in technical format instead of english text while browsing table information in SE17. Normally we can set this in through Settings->User Parameters. But here for this user, user parameter option is greyed out and he doesn't have access to SE16.
Is there any other way to change user specific parameters, instead of granting him accesss to SE16 or enabling user parameters in SE17?
Thanks,
Mano,
‎2010 Nov 09 8:19 AM
You can write a simple program to update RSEUMOD table with field TBMODE = 'X' for that specific user.
update rseumod set tbmode = 'X' where uname = sy-uname. (Here use your user name)
This will allow to display text in SE17.
‎2010 Nov 09 8:19 AM
You can write a simple program to update RSEUMOD table with field TBMODE = 'X' for that specific user.
update rseumod set tbmode = 'X' where uname = sy-uname. (Here use your user name)
This will allow to display text in SE17.
‎2010 Nov 09 9:28 AM
Hi Gautham,
Thanks for the information. But i am looking for options to change the settings through Tcode(if possible) since we are dealing with production system here.
Thanks,
Mano.
‎2010 Nov 09 9:32 AM
Just to make sure: on the first screen (where you enter the table name) there is also an option to change user settings. In my case this one is enabled. On the followup screen, it's disabled.
Did you check the menu in the first screen?
‎2010 Nov 09 11:31 AM
Hi,
Are you talking about Goto->User Variables. This is one is also disabled. Any idea about setting this thorugh user parameters in SU01?
Thanks,
Mano.
‎2010 Nov 09 11:33 AM
Was looking for parameters as well but couldn't find them. Too bad since with SE16N you can use parameters.
‎2010 Nov 09 11:41 AM
For me in se17 initial screen->settings->user parameters is enabled . In the second screen its disabled.
‎2010 Nov 09 1:13 PM
‎2010 Nov 09 1:38 PM
User does not have access to SE16N also.He can only run SE17.
‎2010 Nov 29 8:55 AM
We have given temporary access to the user to SE16 and changed the parameters.