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 OTR texts into multiple languages in webdynpro abap.

Former Member
0 Kudos

Hi all,

I have created OTR texts and binded with Corresponding Lable properties. Now how to convert Into corresponding languages.My application should convert language based on portal language.Is there any standard procedure available??

Thanks in advance.

2 REPLIES 2

franois_henrotte
Active Contributor
0 Kudos

use transaction SE63 in order to translate the texts -> menu Translation / ABAP Objects / Short texts then choose OTR in tree

to find object name, use the matchcode and specify the development class (or package) as collection

SAP will display texts according to logon language of user

Former Member
0 Kudos

transaction SE63 or SE63_OTR