2009 Apr 27 5:59 AM
CONCATENATE 'If you have any questions please contact ' t024-eknam INTO char SEPARATED BY space.
i have no of statements like the above which is send to SOST.
All these lines appears in SOST screen with a PDF file as attachment.
i just need to translate the hardcoded text into different languages.
how to achieve this.
2009 Apr 27 6:20 AM
Hi Manas,
I guess your problem is not that critical ,
double click on the text present in single quotes , it will ask to create a text element.
CONCATENATE 'If you have any questions please contact '(001) t024-eknam INTO char SEPARATED BY space. " 001 - text element is created.
now goto text elemts and --> in menu GOTO --> TRANSLATION --> select your source language and select your target language , if the target language is DE , then paste the translated text " Wenn Sie Fragen haben, wenden Sie sich bitte an " below the english text .
like this you can translate it into your desired language .
Hope this helps you,
Regards,
Aby
CONCATENATE 'If you have any questions please contact ' t024-eknam INTO char SEPARATED BY space.
i have no of statements like the above which is send to SOST.
All these lines appears in SOST screen with a PDF file as attachment.
i just need to translate the hardcoded text into different languages.
how to achieve this.
2009 Apr 27 6:14 AM
For the hardcoded texts, make them into standard texts using transaction SO10and then use them, so that they will be automatically transalated into the LOGON language.
Regards,
Mansi.
2009 Apr 27 6:23 AM
2009 Apr 27 6:20 AM
Hi Manas,
I guess your problem is not that critical ,
double click on the text present in single quotes , it will ask to create a text element.
CONCATENATE 'If you have any questions please contact '(001) t024-eknam INTO char SEPARATED BY space. " 001 - text element is created.
now goto text elemts and --> in menu GOTO --> TRANSLATION --> select your source language and select your target language , if the target language is DE , then paste the translated text " Wenn Sie Fragen haben, wenden Sie sich bitte an " below the english text .
like this you can translate it into your desired language .
Hope this helps you,
Regards,
Aby
2009 Apr 27 6:23 AM
YOu cannot translate the hardocded text.
Instead use text elemets.
While translation, the text elements are automatically changed.
Hope it helps,
RJ
2009 Apr 27 6:31 AM
2009 Apr 27 6:54 AM
Hi:
if it is in report / function module, just store in text symbol like
for report : go in se38 -> goto -> Text Elements -> Text Symbol -> enter the text like
001 = If you have any questions please contact
And then do like this
CONCATENATE text-001 t024-eknam INTO char SEPARATED BY space.
For translation
Go into text elements -> select translation .
Regards
Shashi
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |