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 conversion

Former Member
0 Likes
759

All,

I am in need to switch german language to english for couple of tcode's technical name.How can I do that??

Thanks much....

3 REPLIES 3
Read only

Former Member
0 Likes
555

Hi,

Generally - you cant switch language for only several objects - there is no such "buil-in" mechanism in SAP.

What you can do - this is change of the descriptions of TCODES in appropriate SAP tables for specified language:

- TSTC table will contain all the Tcodes and

- TSTCT table will contain all the Tcodes with Texts - here you can try to change text for german labguage.

regards,

Wojtek

<removed_by_moderator>

Edited by: Julius Bussche on Mar 28, 2008 12:38 AM

Read only

Former Member
0 Likes
555

Thread moved to ABAP General forum.

Read only

Former Member
0 Likes
555

Hi,

Try to do it in TSTCT table . This is the text table for for Transaction.

Otherwise try to use se63 it is transaction for Translating Text.

Regards

Sandipan