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

Help needed SET LANGUAGE!!!

Former Member
0 Likes
618

Moderator message: do not offer points

Dear experts,

I have a program which when I loginto SAP using language KO, shows and outputs the text symbols in Korean and when I loginto English outputs the text symbols in English in the simple list output.

Now, I need to add the option to be able to output in Korean when I log in using English.

I tried using SET LANGUAGE 'KO' before outputing the text-symbols so that the Korean version is output. But this does not work! SET LANGUAGE always returns sy-subrc 4.

Can someone please help! <<text removed>>

Thanks in advance,

Veena

Edited by: Matt on Jan 13, 2009 8:09 AM

1 ACCEPTED SOLUTION
Read only

former_member156446
Active Contributor
3 REPLIES 3
Read only

former_member156446
Active Contributor
Read only

Former Member
0 Likes
544

Hi,

Try using SET LOCALE LANGUAGE 'KO'.

Best regards,

Prashant

Read only

0 Likes
544

Thank you!!!