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

urgent:: language issue in SAPScript

Former Member
0 Likes
627

Hi,

I made changes in logic in sapscript in EN lang. and copied it to ALL languages.

Now, I am not able to see the logic changes in any other lang. except EN.

But i need the output of the form in all language.

So what is that i need to do to have this requirement fulfilled.

PLease help.

Hi,

I made changes in logic in sapscript in EN lang. and copied it to ALL languages.

Now, I am not able to see the logic changes in any other lang. except EN.

But i need the output of the form in all language.

So what is that i need to do to have this requirement fulfilled.

PLease help.

4 REPLIES 4
Read only

Former Member
0 Likes
606

hi rippy

change sy-langu = other than 'en'

u will get required language

Read only

0 Likes
606

i dont want to make it system dependent.

it should be system and language independent.

Read only

Former Member
0 Likes
606

Hi,

You need to copy the from to other launguages, you can use the below path to copy to other launguages .

Copy the script in each lang or you have an option to click 'TO all Languages'

Regards

Sudheer

Read only

0 Likes
606

yes i did that...but when i try login with some other lang. i can't see the changes i made....