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: 

Table entries with language conversion

Former Member
0 Kudos

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

FredericGirod
Active Contributor
0 Kudos

Maybe try Woodoo

good luck

Fred

Former Member
0 Kudos

Hi

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

Am i wrong?

Let me know

a

raymond_giuseppi
Active Contributor
0 Kudos

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