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

SAP script Read_text in different language

Former Member
0 Likes
589

Hi,

My SAP Script is maintained in English language. In one place, i have to read a text which is portuguese.

I have used Read_text FM in print program. The text is read correctly. But while i call that variable in script, a occurs "Language Not allowed".

I can understand that it is because of Language conflict. But is there any solution to overcome this? My user wants that text should be displayed in Portuguese only and the script should be maintained in English

Note: I tried moving the text to another variable and put in script, but still the same error.

Thanks,

Ezhil.

4 REPLIES 4
Read only

former_member191735
Active Contributor
0 Likes
548

Convert text in SAP Script before you use it.

Read only

Former Member
0 Likes
548

Hi,

You can maintain the text in SO10 T.code and call the text directly inside the script.

Read only

Former Member
0 Likes
548

Hello,

Even I got the same issue.

If ur problem got resolved, can u pls share it with me.

Regards,

Priya

Read only

Former Member
0 Likes
548

Hi,

Try to login in that particular language and test, may work for sure.

Thanks,

Siva