cancel
Showing results for 
Search instead for 
Did you mean: 

sap script

Former Member
0 Kudos

Hi All.

I have a doubt in scripts.

My login language in sap is English.

I am login to script with the same language(EN).

But I want to see my out put in some other language(other than english).

Is it possible to set the language dynamically in scripts.

Thanks in advance,

eswar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

It is not possible to set the language of a sap script dynamically.You have to set your language while designing the sap script form ,because anyway your sapscript form is going to display the output data.

I hope this will help you to solve your problem.

Thanks

Mrutyunjaya Tripathy

Answers (5)

Answers (5)

vinod_gunaware2
Active Contributor
0 Kudos

Hi

Just use Standard text instead of hardcode (SO10),

Maintain all text in languages u want.

Use inlcude systax to import that standard text and use one variable to specify language.

Send that variable runtime.

regards

vinod

Former Member
0 Kudos

HI,

Refer this thread:

Regards,

Gayathri

abdul_hakim
Active Contributor
0 Kudos

hi venkat

u can include the text in any language format using INCLUDE statement.Plz chk the sytax in http://help.sap.com

Cheers,

Abdul

former_member635028
Active Participant
0 Kudos

Hi,

Yes,you can set the language dynamicaaly in the header details of the scripts.

I think this will help you out.........

Regards,

Sreevani

Former Member
0 Kudos