Application Development 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: 

change text symbol language (in coding)

0 Kudos

hi,

i am using a fm which returns some text descriptions (FI_TEXT_ZTERM). This fm uses forms with text symbols.

Now I would need this fm to deliver the text in different languages, but it has no language parameter. I tried to overwrite sy-langu, but thats only working in the first call - all the following calls of the fm return text in the first sy-langu I set in the program before the first fm call.

Any tricks or ideas? please help, because I have no idea where I can get these texts from in another way...

cheers,

1 ACCEPTED SOLUTION

nabheetscn
Active Contributor
0 Kudos

Hi

I believe you can use FI_PRINT_ZTERM FM it has a language parameter also. It will return the data in the language you passed.

Nabheet

2 REPLIES 2

nabheetscn
Active Contributor
0 Kudos

Hi

I believe you can use FI_PRINT_ZTERM FM it has a language parameter also. It will return the data in the language you passed.

Nabheet

0 Kudos

hi,

perfect, I didn't see this one. many thanks 🙂

cheers,