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

Language Translation

Former Member
0 Likes
525

Hi All,

I have created a custom transaction and for one field I have a F4 functionality where I created a table for that.

So my query is how to convert the values in the F4 option to another language.

Thanks and regards,

Srik

Hi All,

I have created a custom transaction and for one field I have a F4 functionality where I created a table for that.

So my query is how to convert the values in the F4 option to another language.

Thanks and regards,

Srik

2 REPLIES 2
Read only

Former Member
0 Likes
493

Hi

If i understand it right then you can pass the values to F4 help internal table as text elements and then translate your text elements for other logon languages.

Neha

Read only

chaouki_akir
Contributor
0 Likes
493

Hello,

you can :

- add a field to your table. The name of this new field will be SPRAS (as for standard table). It will be part of the key. Your customized F4 then will access this table using the new key field with sy-langu for example. You have to do translation by your own using SM30.

- or create a text table as it is done for a lot of standard tables

Cordialement,

Chaouki.

Edited by: Chaouki AKIR on Dec 12, 2008 9:55 PM