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

Table entries with language conversion

Former Member
0 Likes
1,451

Hi ,

I have requirement to create custom table with contents can be entered in any language.

Whereas if an entry is maintained in English language i need to convert the entry in other languages as well.

So user with Spanish login can view the same entry in spanish language .

Thanks,

S.Sriram

Hi ,

I have requirement to create custom table with contents can be entered in any language.

Whereas if an entry is maintained in English language i need to convert the entry in other languages as well.

So user with Spanish login can view the same entry in spanish language .

Thanks,

S.Sriram

3 REPLIES 3
Read only

FredericGirod
Active Contributor
0 Likes
1,003

Maybe try Woodoo

good luck

Fred

Read only

Former Member
0 Likes
1,003

Hi

i suppose you should create your table with a field lang and component type spras

Am i wrong?

Let me know

a

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,003

Build two tables :

  • a basic table key + data,  but no text
  • a text table : key + language + texts, assign as table text thru foreign key relation

There are many, many, many such table in SAP for sample. Also dialog maintenance generator will automatically detect and use the text table.

Then you could "play" with maintenance events like Event 02 after saving the data in the database

(perform some tests) to call any external tool for automatic translation like some Web Services...

Regards,

Raymond