cancel
Showing results for 
Search instead for 
Did you mean: 

How to set logon language for script(custom)

Former Member
0 Kudos

Hi,

Script has both english and german language description.

How to set the default logon language for the script.

EX: if customer logons on DE script should display only german.

regards

RAj

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Raj,

If you want to use the sap-script always in the logon language, do as below:

In your driver program, in the OPEN_FORM funaction call, we have a parameter for language.

Pass sy-langu to this parameter in the call to function module OPEN_FORM.

Thanks and Best Regards,

Vikas Bittera.

**Points for useful answers**

Former Member
0 Kudos

thanks for your reply,

and here the case is two language descriptions are printing at a time when i logon in EN or DE

can you suggest me here.

regards

raj

0 Kudos

for this in the open_form there is parameter language for that give SY-langu the your problem will solve.

reward points if helpful.

Former Member
0 Kudos

Hi Gurus,

For this, Eventhough i have changed some code in Script and succesfully activated,

when i debug the script no changes are appearing in Script.

can any one tell me the reason.

and the issue is here again placing----

Community (DE) {assume it is in DE}

community (EN)

Both languages are printing in the script.

Regards

Raj

Former Member
0 Kudos

use set language command

Former Member
0 Kudos

Hi,

Ya your logon language is your default language, But when u create your smartform in en language it will display when default language is not en. But when u can change any modification then it will ask for conversion.

Rewards points if if is useful.