translationabaptransport

Sequentially translate strings in a Transport Request/Task


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?


Solution

  • 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.