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

Changing User specific parameters for Data Browser

Former Member
0 Likes
3,204

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,

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
0 Likes
2,101

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.

9 REPLIES 9
Read only

GauthamV
Active Contributor
0 Likes
2,102

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.

Read only

Former Member
0 Likes
2,101

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.

Read only

Former Member
0 Likes
2,101

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?

Read only

Former Member
0 Likes
2,101

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.

Read only

Former Member
0 Likes
2,101

Was looking for parameters as well but couldn't find them. Too bad since with SE16N you can use parameters.

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
2,101

For me in se17 initial screen->settings->user parameters is enabled . In the second screen its disabled.

Read only

former_member1125862
Participant
0 Likes
2,101

Hi,

Try using with SE16N

Kruthik

Read only

0 Likes
2,101

User does not have access to SE16N also.He can only run SE17.

Read only

Former Member
0 Likes
2,101

We have given temporary access to the user to SE16 and changed the parameters.