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

Need FM

Former Member
0 Likes
794

Dear Expert,

Is there any FM for translate the Object or text into the different language.

Thanks

Dear Expert,

Is there any FM for translate the Object or text into the different language.

Thanks

5 REPLIES 5
Read only

Former Member
0 Likes
772

Hi,

Use

MCS_OBJECTS_TRANSLATE

to translate the object to diff lang.

Please reward if helpful.

Read only

0 Likes
772

Hi Shori,

i m trying but what will the values in this parameters

I_TABNAME

I_TABKEY

I_SOURCELANGUAGE

I_TARGETLANGUAGE

I_FLG_ALL_KEYS

plz reply soon..

thanks

vikrant

Read only

Former Member
0 Likes
772

hi,

try these both BM_CONVERT_LANGUAGE and WP_CONVERT_LANGUAGE

rewards points if useful

regards

sathiya

Read only

Former Member
0 Likes
772

Hi,

For getting the text in the logon language(which is other than the language in which development was done) you need to translate the text. transaltaions are done in se63.

if it is a report then goto se38. menu-Goto-translations

if it is a data element then goto se11. menu-Goto-translations

if it is a script or smartform then you need to do the transalations using se63 only.

Check out the thread.

Other links.

www.sapfans.com/sapfans/forum/other/messages/1870.html

http://help.sap.com/saphelp_erp2005vp/helpdata/en/3c/9d3938a32ced0ce10000009b38f8cf/frameset.htm

Check this also,

http://www.sapdevelopment.co.uk/country/Lang_Conv_Issues.htm

Thanks,

Reward If Helpful.

Read only

Former Member
0 Likes
772

Hi,

Try FM :TEXT_TRANSLATE.