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

Translation

Former Member
0 Likes
521

Is there any function module which can translate a text in any language to a text of desired language(language of our choice)? e.g. Spain to be translated from English to Spanish which is ESPAÑA.

Hi

We can achieve the texts using text elements.

Thse can be translated defaultly to the logon language if translation exists for those.

If U r working with scripts, we can do this using transaction : SE63.

Regards,

kumar

3 REPLIES 3
Read only

Former Member
0 Likes
497

Hi,

NO fun module in SAP for texts Transalation.

That's why we declare text-elements in Program, such that they get tranformed as per Sy-LANGU field.

Regards,

Anji

Read only

Former Member
0 Likes
497

Hi savitha,

YOu can traslate the texts using SE63 transaction.

There are no Fms to do the same.

regards,

Ravi

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
497

Hi

We can achieve the texts using text elements.

Thse can be translated defaultly to the logon language if translation exists for those.

If U r working with scripts, we can do this using transaction : SE63.

Regards,

kumar