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: 

How to choose input language in system NetWeaver with SSO manually?

Former Member
0 Kudos

Dear All,

How to choose input language in system NetWeaver with SSO to the user manually? If a user is created only in one client.

Thank you.

Best Regards

Vitalii.

1 ACCEPTED SOLUTION

martin_voros
Active Contributor
0 Kudos

Hi,

if you are talking about SAP Gui then you need to give users access to transaction SU3 or SU50 (second one is without parameters). They will have to change language setting and logon again. If you don't want to give them access to any of those transactions then you can develop a simple transaction to set logon language using BAPI BAPI_USER_CHANGE or try to create a screen variant for SU50.

Cheers

3 REPLIES 3

Former Member
0 Kudos

If your question is when he logins through Portal/Java side, how to change language

I have faced this kind of an issue in GRC, on the Java side when you create a user language setting rectangle box will be in

make sure to fill it in , another possibility if the configuration are done correctly,

you can browse for the language you need for the user to login from the "Loginpage" if the languages are supported

To make is simple:

Set that user to have a particular lanaguage in UME, or allow the user to have the language box browsable you will need both Basis and Portal teams help on this from the perspective of install(languages) and views

Regards

martin_voros
Active Contributor
0 Kudos

Hi,

if you are talking about SAP Gui then you need to give users access to transaction SU3 or SU50 (second one is without parameters). They will have to change language setting and logon again. If you don't want to give them access to any of those transactions then you can develop a simple transaction to set logon language using BAPI BAPI_USER_CHANGE or try to create a screen variant for SU50.

Cheers

Former Member
0 Kudos

Thenk you.

Best regards

Vitalii.