text的翻译传输问题

1、如果要修改程序的selection text里的翻译,让用中文登陆系统的显示中文,日文登陆系统的显示日文,可以进行如下操作:

      

           

           


            这里有两种方式:

             一种是无需TR直接翻译:    如果你的程序已经开发好了不想要TR了,可以分别到EGD,EGQ,EGP分别做上面的操作即可。

             一种是需要TR传输:            可以通过修改text,然后保存到一个TR里,然后translation也会自动跟进TR,然后进而传输到EGQ,EGP即可,就不用分别翻译。


2、如果是需要翻译其它内容,则可以通过SE63翻译,操作如下:(SAP CSN里面一个例子)

      

 Introduction:

Translations intodifferent languages for Transactions texts that are created through Tcode se93

Step 1:

Go to Transaction SE63.

The initial screen willbe displayed.


Step 2:

Go to menu bar

Choose Translation ->ABAP Objects -> Short Texts

 


Step 3:

Popup will be displayedto choose the object type.

 Select theTransactions under ABAO Texts as specified below.

Double click on the“TRAN Transactions”


Step 4:

The next screen will bedisplayed.


Step 5:

Using Tcode SE93,created Transaction ZTEST_TRANS for a program as shown below


Step 6:

Enter the name ofTransaction code and to which language that you want to translate.

Here I given thetransaction code as “ZTEST_TRANS “and translation from English (EN) to German(DE).

Choose Edit button.


Step 7:

Next screen will bedisplayed as below.


Step 8:

Give translation text inGerman for the Transaction text of English language.


And choose save button.

A success message isdisplayed that the text is saved in target language



  • 0
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
在MySQL中,可以使用VARCHAR类型来保存rich-text数据。VARCHAR类型可以用于保存可变长度的字符数据,而且可以设置最大长度。 要保存rich-text数据至数据库,首先需要创建一个表,定义一个VARCHAR类型的字段来保存rich-text数据。例如,可以创建一个名为`rich_text_table`的表,其中包含一个名为`rich_text_column`的字段,定义其类型为VARCHAR,并设置一个适当的长度: ```sql CREATE TABLE rich_text_table ( rich_text_column VARCHAR(1000) ); ``` 在应用程序中,可以将rich-text数据以字符串的形式存储,并将其插入到数据库表中。例如,可以使用如下的SQL语句将rich-text数据插入到表中: ```sql INSERT INTO rich_text_table (rich_text_column) VALUES ('<p>This is a <strong>rich-text</strong> example.</p>'); ``` 如果要从数据库中读取rich-text数据,可以使用SELECT语句来查询相应的字段。例如,可以使用如下的SQL语句查询所有的rich-text数据: ```sql SELECT rich_text_column FROM rich_text_table; ``` 在应用程序中,可以将查询结果以字符串的形式获取,并将其解析为rich-text格式。 需要注意的是,VARCHAR类型有一个最大长度限制,需要根据所需保存的rich-text数据的实际长度来设置字段的长度。如果rich-text数据超过了字段的最大长度,可能会导致数据被截断或存储失败。如果rich-text数据非常大,建议考虑使用其他类型,如TEXT或LONGTEXT来存储。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值