Application Development 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: 

SAP Query Translation issue...

Former Member
0 Kudos

Hi All,

I have done some coding inside a SAP Query for sending email. There I used some text as hard coded. Now my problem is how can I translate the text to other language. Please give me some idea on this.

Thanks,

Satya

3 REPLIES 3

Former Member
0 Kudos

Why dont you use text elements insteam of hard coding it.

0 Kudos

We can't use text element inside SAP Query... That is the main issue...

Thanks,

Satya

Phillip_Morgan
Contributor
0 Kudos

Transaction SQ07 is for translation of query terms.

Text elements are probably not handled in there either.

You could put it all in a function module or class, that way any text used is translated in the usual ways known in workbench.