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: 

How to convert ABAP Programs into Chinese

Former Member
0 Kudos

I have an ABAP program but the interface is in English. I want to translate all into Chinese Characters. How can I do it? Thanks in advance.

1 ACCEPTED SOLUTION

GauthamV
Active Contributor
0 Kudos

You can use SE76 transaction for form translation and SE63 for other text translations.

5 REPLIES 5

GauthamV
Active Contributor
0 Kudos

You can use SE76 transaction for form translation and SE63 for other text translations.

Former Member
0 Kudos

Hi Gautham,

Can you please explain further sir. It's like this, for example I have a parameter named p_bukrs. And in the selection text screen (Goto -> Text Elements -> Selection Texts), I put the a decription on it named 'Company Code'. How can I convert this one? Thanks a lot.

GauthamV
Active Contributor
0 Kudos

In SE38 menu , Goto - Translation, give target language as ZH for chinese,now you

can translate them.

Former Member
0 Kudos

In your given Tcode, I can only translate Text Symbols but not Selection Text. Thanks.

GauthamV
Active Contributor
0 Kudos

It will work for both text symbols and selection texts also.