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

Translate data element

Former Member
0 Likes
5,888

Hi experts

I have to translate specific data elements description from a excel file

this file contains the data elements name , description in souce language (EN) and target in language (deutsh)),

my question is if there is any method to update tables dd01t, dd02t, dd03t,...

with a function module, class, batch input,..? and how can I do it?

4 REPLIES 4
Read only

Former Member
0 Likes
2,678

Hi Mohamed,

To translate these texts you should use transaction SE63.

Regards,

Atish

Read only

Former Member
0 Likes
2,678

You can use SE63 or the other way is login with deutsh language and change the text and save it.

Thanks,

Srinivas

Read only

Former Member
0 Likes
2,678

I need to create a program, for charging the excel file and update translation table

of the specific elements

Are you thinking that can be do it, with using a submit program( of transaction with the needed data) element by element?

Read only

0 Likes
2,678

Hi,

No SE63 can't be used as SUBMIT. if you want to read the data from file then you need to do the direct DB update using your program, as there is no BAPI or FM for the same.

Regards,

Atish