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

Change current language

Former Member
0 Likes
724

Hello,

Is there a function module that change the current language ?

4 REPLIES 4
Read only

Former Member
0 Likes
632

Hello,

In what context ?

Do you want to call a function module that suddenly all your elements (transactions, screens, ...) appear in another language, because that is not possible.

During logon SAP initializes already a lot of user buffers based on the logon language.

Logon language of course can be changed, during logon or via a parameter per user in the user master.

Or do you want to change the current language of some repository elements (reports, screens, ...) ?

Wim

Read only

RaymondGiuseppi
Active Contributor
0 Likes
632

Why a FM, there is an ABAP statement for that, check [SET LOCALE |http://help.sap.com/abapdocu_70/en/ABAPSET_LOCALE.htm]

SET LOCALE LANGUAGE lang [COUNTRY cntry] [MODIFIER mod].

Regards,

Raymond

Read only

0 Likes
632

Hello,

Thanks for the answers. Unfortunately it does not work.

What I need is to change the language of a currently running ITS transaction.

Read only

Former Member
0 Likes
632

Still no solution, but don't need it anymore.