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

change text symbol language (in coding)

0 Likes
1,151

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
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
871

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

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,

2 REPLIES 2
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
872

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

Read only

0 Likes
871

hi,

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

cheers,