I've coded a few ABAP programs and created a some messages in a custom message class, they are under an specific Transport Request/Task. I need to translate all translatable strings (Messages, Text Symbols, Selection Texts, etc) of the objects found in that Transport Request/Task.

Is there any tool (transaction, program, etc) to sequentially translate all those strings without manually exploring the objects one by one?

有帮助吗?

解决方案

Use a translation worklist. It might be sensible to group the objects to be translated into separate packages for this - this also facilitates packaging and delivery of later versions.

其他提示

You can use tcode SE63 in order to translate your messages, programs, screens basically everything.

For example you can use this path in order to translate your text elements in an ABAP program:

se63 -> Translation -> ABAP Objects -> Short Texts -> ABAP Texts -> REPT Text Elements.

Write down your program's name and its main language and the target language. Go for it.

Hope it was helpful.

Talha

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top