‎2005 Aug 18 7:29 AM
Hi,
Can anyone help me in this . I need to convert a text field stored in a table , from language english to french. Is there any function module for the conversion to be done.Points wud be rewarded for correct answers.
Regards
Abhishek
‎2005 Aug 18 7:35 AM
Hi Abhishek,
You can use transaction SE63 to do this. Depending on the SAP release the menupath is a little bit different. For 46C it is Translation -> Short text -> Data dictionary -> data elements.
Kind regards,
John.
‎2005 Aug 18 7:38 AM
Hi,
I think you didn't get it right . I need to do this in a report program. For this i require a function module for language conversion.Please suggest me a function module.
Regards
Abhishek
‎2005 Aug 18 7:44 AM
Hi,
It is not a standard text. The text is stored in a table . I need to extract this text from the table in a report and do a language conversion. For this i require a function module or any other logic.
Regards
Abhishek
‎2005 Aug 18 7:49 AM
Hope u can look into this fm SKTY_SE63_X_INTERFACE_CONVERT and LXE_PP1_TRANSLATION_EVAL_SE63
regds
gv
Message was edited by: Venkatesan Ganesan
‎2005 Aug 18 8:03 AM
Hi,
If you provide me some example code for this it wud be greatly helpful.
Thanks
Abhishek
‎2005 Aug 18 7:43 AM
If you are talking about Standard Text.
Then you can use SO10 Tcode and Use Utilities --> Copy from Client.
‎2005 Aug 18 9:38 AM
Abhishek,
May be u can debug se63 to find out which FM it uses...
Prash.
‎2005 Aug 18 9:39 AM
Hi,
I did that Prash but couldn't find any suitable solution.
Regards
Abhishek
‎2005 Aug 18 9:48 AM
which version of R/3 you are using. if its WAS6.2 and above we can use some freely available webservice to do the translation.
let me know the R/3 version, i will post a code sample for the same.
Regards
Raja
‎2005 Aug 18 9:52 AM
Just see the usage of LXE_PP1_TRANSLATION_EVAL_SE63 in include pgm LSKTYF01
‎2005 Aug 18 10:36 AM
‎2005 Aug 18 4:44 PM
one suggestion from my side
ignore it if not suitable.
1. remove all hardcoded text from your report i.e. all text in single qotes. like write 'hello...'. or message with 'hello...'. And instead of this place text element txt-001, txt-002 ...........so on .( i have done this for our product and now it is available in six languages), tell me if you need details.
2. if you looking for examples related to a FM, goto se37, enter FM name. and press 'Where Used' button.
regards
‎2005 Aug 18 6:51 PM
Hi,
You have to create your own translation dictionary.
Create a Ztable with the corresponding translation.
Ztable fields:
1- original language
2- translated language
3- original text field or expression
4- translated text field or expression
example:
EN FR house maison
FR EN auto car
FR DE bonjour guten tag
Sylvain
Message was edited by: Sylvain Mercier