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

any function module to translate the text

Former Member
0 Likes
5,468

Hi all,

I have a requirement like, in the report i have to display the headings according to languages chosen

dynamically.

let me know is there is any process or Function module to translate the texts.

Regards,

Madhavi

Hi all,

I have a requirement like, in the report i have to display the headings according to languages chosen

dynamically.

let me know is there is any process or Function module to translate the texts.

Regards,

Madhavi

4 REPLIES 4
Read only

Former Member
0 Likes
2,202

Hi,

you can use SE63 for translating

or use

FM 'TRANSLATE_TEXT_TEXTLOG'.

And also 'SKTZ_TRANSLATE_TEXT_TEXTLOG'

Regards,

Flavya

Read only

Former Member
0 Likes
2,202

HI,

Create the Text Element for Report Heading and maintain th translation for the Text Elements in the required languages. As per the user Logon specific Header will be displayed in that langauge.

Read only

Former Member
0 Likes
2,202

GoTo SE38->goto->Translation.

Read only

Former Member
0 Likes
2,202

thanks